Releases: php-censor/php-censor
Releases · php-censor/php-censor
2.1.6 (Mr. Meeseeks)
2025-03-15
Fixed
- Security issue with remember me key in auth. See: https://chmod744.super.site/redacted-vulnerability.
- Security issue CVE-2024-50345: CVE-2024-50345: Open redirect via browser-sanitized URLs. See: https://symfony.com/cve-2024-50345.
2.0.14 (Rick Sanchez)
2025-03-15
Fixed
- Security issue CVE-2024-51736: Command execution hijack on Windows with Process class. See: https://symfony.com/cve-2024-51736.
2.1.5 (Mr. Meeseeks)
2024-05-04
Added
- Support of PHP 8.2 and 8.3 in GitHub Actions.
Fixed
- Security issue with remember me key in auth. See: https://chmod744.super.site/redacted-vulnerability.
2.0.13 (Rick Sanchez)
2024-05-04
Added
- GitHub Actions pipeline (backport from v2.1) + support of PHP 8.2 and 8.3.
Fixed
- Security issue with remember me key in auth. See: https://chmod744.super.site/redacted-vulnerability.
2.1.4 (Mr. Meeseeks)
2024-01-11
Fixed
- Updated dependencies. Fixed:
guzzlehttp/psr7
(1.9.0) | CVE-2023-29197: Improper header validation | GHSA-wxmh-65f7-jcvw.
2.0.12 (Rick Sanchez)
2024-01-11
Fixed
- Updated dependencies. Fixed:
guzzlehttp/psr7
(1.9.0) | CVE-2023-29197: Improper header validation | GHSA-wxmh-65f7-jcvw.
2.1.3 (Mr. Meeseeks)
2023-01-11
Fixed
- PHP 8.1 deprecation while searching for composer binary. Pull request #434.
Thanks to @StudioMaX. - PHP 8.1 error with return type of
php_user_filter::filter
function.
2.0.11 (Rick Sanchez)
2023-01-11
Fixed
- PHP 8.1 deprecation while searching for composer binary. Pull request #434.
Thanks to @StudioMaX. - PHP 8.1 error with return type of
php_user_filter::filter
function.
2.1.2 (Mr. Meeseeks)
2022-09-01
Fixed
- Build logger expression. Pull requests #431. Thanks to @StudioMaX.
- Type of GET param
commitId
in WebhookController. Issue #432. - Webhook response type. Issue #432.
- Secrets security: denied to using secrets in notify plugins content.
2.1.1 (Mr. Meeseeks)
2022-08-30
Fixed
php-censor/common
package version.- Logging with secret variables (Now secrets hides from log).
- Secrets validation.