generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from advanced-security/add-category-tags
Add category tags
- Loading branch information
Showing
13 changed files
with
33,222 additions
and
8,476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
### Requirements ### | ||
|
||
* Input a SARIF file | ||
* Output a report detailing alerts that map to the OWASP Top 10 2021 | ||
* And include alerts that are above a configurable (default high) severity rating that are not in the OWASP Top 10 2021. | ||
* Output a SARIF file with alerts tagged that map to the OWASP Top 10 2021 | ||
* Allow to be run as an Action | ||
|
||
#### Stretch Goals #### | ||
|
||
* Allow timestamping via online service using hash of report |
Oops, something went wrong.