From d8067ca84e5dde738ff3df2b192ae1663cbcc82e Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Wed, 25 Sep 2024 10:32:46 +0200 Subject: [PATCH] chore: ignore audit warning that doesn't affect us Refs: OPS-10899 --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +}