From 7f8899f93ebb46156cd6310fe1e0031ee505a6d5 Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Wed, 25 Sep 2024 10:35:33 +0200 Subject: [PATCH] chore: ignore audit warning that doesn't affect us Refs: OPS-10899 --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index f9f8499..a5f0c34 100644 --- a/composer.json +++ b/composer.json @@ -220,6 +220,12 @@ "wikimedia/composer-merge-plugin": 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": {