Skip to content

Commit

Permalink
docs(mutelist): add format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas committed Apr 9, 2024
1 parent 43305e4 commit 5063908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/mutelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Sometimes you may find resources that are intentionally configured in a certain way that may be a bad practice but it is all right with it, for example an AWS S3 Bucket open to the internet hosting a web site, or an AWS Security Group with an open port needed in your use case.

Mutelist option works along with other options and will modify the output in the following way if the finding is muted:

- JSON-OCSF: `status_id` is `Suppressed`.
- CSV: `muted` is `True`. The field `status` will keep the original status, `MANUAL`, `PASS` or `FAIL`, of the finding.

Expand Down

0 comments on commit 5063908

Please sign in to comment.