Skip to content

Security fixes of code audit#128

Merged
barbosa89 merged 10 commits intomainfrom
hotfix/security-improvements
Apr 20, 2026
Merged

Security fixes of code audit#128
barbosa89 merged 10 commits intomainfrom
hotfix/security-improvements

Conversation

@barbosa89
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/Cache/Stores/FileStore.php Outdated
return hash_hmac(
'sha256',
$value . '|' . ($expiresAt ?? 'forever'),
(string) Config::get('app.key', Config::get('cache.prefix', ''))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Throw error if key es missing

@sonarqubecloud
Copy link
Copy Markdown

@barbosa89 barbosa89 merged commit 41267b5 into main Apr 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant