Skip to content

Commit 1da96bd

Browse files
committed
Add devcontainer and design docs
1 parent 0be1153 commit 1da96bd

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Node.js",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:20-bullseye"
4+
}

design/implementation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+

design/requirements.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)