diff --git a/composer.json b/composer.json index 1356587..cc67f5e 100644 --- a/composer.json +++ b/composer.json @@ -96,7 +96,10 @@ "php-http/discovery": true }, "audit": { - "abandoned": "report" + "abandoned": "report", + "ignore": { + "GHSA-mg8j-w93w-xjgc": "OPS-10899 - we do not store the hash salt in a file" + } } }, "extra": { @@ -226,4 +229,4 @@ ] }, "version": "2.1.6" -} \ No newline at end of file +}