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 df7ec8f commit 27ebc9e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -226,4 +229,4 @@
]
},
"version": "2.1.6"
}
}

0 comments on commit 27ebc9e

Please sign in to comment.