Skip to content

Commit 9cbe9aa

Browse files
committed
Update deps and add category tags
1 parent ed701be commit 9cbe9aa

File tree

5 files changed

+2469
-6876
lines changed

5 files changed

+2469
-6876
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "Remove output SARIF file",
88
"type": "shell",
9-
"command": "rm ${workspaceFolder}/test-data/webgoat-with-security-standard-tag.sarif"
9+
"command": "rm -f ${workspaceFolder}/test-data/webgoat-with-security-standard-tag.sarif"
1010
},
1111
{
1212
"label": "Build & remove output SARIF file",

design/requirements.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
### Requirements ###
22

33
* 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.
4+
* Output a SARIF file with alerts tagged that map to the OWASP Top 10 2021
65
* 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)