Hi! I have made a small tool that can check your haskell applications against the security-advisories database kindly maintained by the haskell security working group.
It runs the cabal solver, then checks out the security-advisories repo and tells you about matches with the security-advisories database.
Output is available in human-readable and machine-readable form.
The repo can be found here: GitHub - MangoIV/cabal-audit: audit your cabal projects for haskell-specific security-advisories
Thank you for testing!
this is what running cabal-audit
on itself looks like