diff --git a/composer.json b/composer.json index 0978c94..a9b6e6d 100644 --- a/composer.json +++ b/composer.json @@ -97,6 +97,12 @@ "orakili/composer-drupal-info-file-patch-helper": true, "phpstan/extension-installer": true, "php-http/discovery": true + }, + "audit": { + "abandoned": "report", + "ignore": { + "GHSA-mg8j-w93w-xjgc": "OPS-10899 - we do not store the hash salt in a file" + } } }, "extra": { @@ -229,4 +235,4 @@ ] }, "version": "0.0.1" -} \ No newline at end of file +}