-
v1.1.6da646bc1 · ·
## v1.1.6, 2024.09.23 ### Added feat(devops): allow to generate Trivy HTML report (sbom + security) #121 ### Fixed - fix(cert-remind): add forgot password tip (cert manager) #120 - fix: PHP ext-intl is mandatory to i18n #119 ### Dependencies - chore(composer.lock): upgrade symfony (6.4.11 => 6.4.12), composer/semver, nikic/php-parser, ... #118
-
v1.1.58aaa75e3 · ·
## v1.1.5, 2024.09.11 ### Added - feat(make): allow to generate SBOM files #113 - doc: add auto generated SBOM files (Software Bill of Materials) #114 ### Changed - ci: twig linter is not allowed to fail #115 ### Fixed - chore(nelmio): xss_protection is deprecated since nelmio/security-bundle 3.4.0 #116 ### Dependencies - chore(composer.lock): upgrade symfony/polyfill*, phpstan/phpdoc-parser, nelmio/security-bundle, twig/* #117 - chore(composer.lock): upgrading doctrine/annotations, nelmio/security-bundle #112
-
v1.1.1da3edfa1 · ·
## v1.1.1, 2024.06.04 ### Changed - Certificate reminder: set `false` as default value for `WEBAPP_CERTIFICAT_COPY_REMINDER_TO_EMAIL_ALERTING` environment variable #105 ```bash # Webapp - Send copy of certificate end-of-life notifications to WEBAPP_EMAIL_ALERTING_TO WEBAPP_CERTIFICAT_COPY_REMINDER_TO_EMAIL_ALERTING=false # (default: false) ``` ### Fixed - ADMIN > configuration display : add missing environment variables #102 ### Dependancies - chore(composer.lock): upgrading doctrine/event-manager, doctrine-fixtures #101 - chore(composer.lock): upgrading symfony (6.4.7 => 6.4.8) #106
-
v1.1.0-rc.23caa6904 · ·
-
v1.1.0-rc.141d4672f · ·
-
v1.0.24a766910 · ·
# v1.0.2, 2023.12.18 ### Fixed - test: allow to run Infection (mutation testing) - test(pkcs12 convertor): allow mutation testing - fix(convertHexadecimalToDecimal): remove hexadecimal prefix [ `0x` ] - fix(NormalizesDataForCertificate): remove special characters used by JSON format - fix(composer.json): unblock doctrine/orm version - test: add unit tests for new Symfony services and exceptions - refactor: add specific Symfony services (Certificate, CertificateAuthority, CfsslService, ...) - refactor: add dedicated exceptions - KeySizeRangeException - InvalidAlgorithmException - Pkcs12ConvertorFailed - InvalidPrivateKey - InvalidPublicKey - NotMatchingPrivateAndPublicKeys ### Dependancies - chore(composer.lock): upgrade `symfony` (`v6.4.0` => `v6.4.1`) - chore(composer.json): upgrade `symfony` (`v6.3.9` => `v6.4.0`) - chore(composer.lock): upgrade `symfony` (`v6.3.8` => `v6.3.9`) - chore(composer.lock): upgrade `phpunit`, `doctrine`, `nelmio/security-bundle`, `composer/ca-bundle`