From 506390866dd6d13247e1cd24d9d0003a7f7c150d Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Tue, 9 Apr 2024 11:07:27 +0200 Subject: [PATCH] docs(mutelist): add format --- docs/tutorials/mutelist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/mutelist.md b/docs/tutorials/mutelist.md index 6ac0bde04e..0c6d71947a 100644 --- a/docs/tutorials/mutelist.md +++ b/docs/tutorials/mutelist.md @@ -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.