File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Node.js" ,
3+ "image" : " mcr.microsoft.com/devcontainers/javascript-node:20-bullseye"
4+ }
Original file line number Diff line number Diff line change 1+ ### Useful Libraries etc. ###
2+
3+ * https://github.com/microsoft/sarif-js-sdk
4+ * https://cwe.mitre.org/data/xml/views/1344.xml.zip
5+ * https://rgrove.github.io/parse-xml/
6+ * https://docs.sigstore.dev/cosign/overview/#quick-start
7+
Original file line number Diff line number Diff line change 1+ ### Requirements ###
2+
3+ * Input a SARIF file
4+ * Output a report detailing alerts that map to the OWASP Top 10 2021
5+ * And include alerts that are above a configurable (default high) severity rating that are not in the OWASP Top 10 2021.
6+ * Allow to be run as an Action
7+
8+ #### Stretch Goals ####
9+
10+ * Allow timestamping via online service using hash of report
You can’t perform that action at this time.
0 commit comments