actions-rs / audit-check

🛡️ GitHub Action for security audits
https://github.com/marketplace/actions/rust-audit-check
MIT License
169 stars 39 forks source link

link to relevant code that has the security flaw #183

Open avnerbarr opened 3 years ago

avnerbarr commented 3 years ago

Hi all,

I'd like a way to link between the security issue which was found and the code which is "flawed". That will make it much easier to track down and fix.

Also wondering if it is possible to annotate "vulnerable" code to be ignored if it is not going to be fixed and the audit is creating noise in those cases.

Thanks!

avnerbarr commented 3 years ago

also if it is possible to label the issues with "security" tag?