Skip to content

Commit

Permalink
chore: ignore audit warning that doesn't affect us
Browse files Browse the repository at this point in the history
Refs: OPS-10899
  • Loading branch information
lazysoundsystem committed Sep 25, 2024
1 parent ba0cc58 commit 7f8899f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7f8899f

Please sign in to comment.