You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/connecting_your_tools/parsers/file/generic.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,13 @@ Attributes supported for CSV:
18
18
- Verified: Indicator if the finding has been verified. Must be empty, TRUE, or FALSE
19
19
- FalsePositive: Indicator if the finding is a false positive. Must be TRUE, or FALSE.
20
20
- Duplicate:Indicator if the finding is a duplicate. Must be TRUE, or FALSE
21
+
- IsMitigated: Indicator if the finding is mitigated. Must be TRUE, or FALSE
22
+
- MitigatedDate: Date the finding was mitigated in mm/dd/yyyy format or ISO format
21
23
22
24
The CSV expects a header row with the names of the attributes.
23
25
26
+
Date fields are parsed using [dateutil.parse](https://dateutil.readthedocs.io/en/stable/parser.html) supporting a variety of formats such a YYYY-MM-DD or ISO-8601.
0 commit comments