Skip to content

Commit

Permalink
Merge pull request #147 from UN-OCHA/OPS-10899-audit-ignore
Browse files Browse the repository at this point in the history
chore: ignore audit warning that doesn't affect us
  • Loading branch information
lazysoundsystem authored Sep 26, 2024
2 parents 24322d8 + d8067ca commit 82e9b3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -229,4 +235,4 @@
]
},
"version": "0.0.1"
}
}

0 comments on commit 82e9b3b

Please sign in to comment.