Skip to content

Commit dfd8f7b

Browse files
author
Paul Osinski
committed
add deduplication hashcodes to docs
1 parent 14cc5f4 commit dfd8f7b

File tree

192 files changed

+1733
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+1733
-170
lines changed

docs/content/en/connecting_your_tools/parsers/file/acunetix.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ toc_hide: true
55
This parser imports the Acunetix Scanner with xml output or Acunetix 360 Scanner with JSON output.
66

77
### Sample Scan Data
8-
Sample Acunetix Scanner scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/acunetix).
8+
Sample Acunetix Scanner scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/acunetix).
9+
10+
### Default Deduplication Hashcode Fields
11+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
12+
13+
- title
14+
- description

docs/content/en/connecting_your_tools/parsers/file/anchore_engine.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ All properties are strings and are required by the parser. As the parser evolved
4141

4242
### Sample Scan Data
4343
Sample Anchore-Engine scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchore_engine)
44+
45+
### Default Deduplication Hashcode Fields
46+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
47+
48+
- title
49+
- severity
50+
- component name
51+
- component version
52+
- file path

docs/content/en/connecting_your_tools/parsers/file/anchore_enterprise.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ toc_hide: true
55
Anchore-CLI JSON policy check report format.
66

77
### Sample Scan Data
8-
Sample Anchore Enterprise Policy Check scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchore_enterprise).
8+
Sample Anchore Enterprise Policy Check scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchore_enterprise).
9+
10+
### Default Deduplication Hashcode Fields
11+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
12+
13+
- title
14+
- severity
15+
- component name
16+
- file path

docs/content/en/connecting_your_tools/parsers/file/anchore_grype.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,12 @@ All properties are expected as strings and are required by the parser.
189189
~~~
190190

191191
### Sample Scan Data
192-
Sample Grype scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchore_grype).
192+
Sample Grype scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchore_grype).
193+
194+
### Default Deduplication Hashcode Fields
195+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
196+
197+
- title
198+
- severity
199+
- component name
200+
- component version

docs/content/en/connecting_your_tools/parsers/file/anchorectl_policies.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ anchorectl policy evaluate -o json > policy_report.json
1414
```
1515

1616
### Sample Scan Data
17-
Sample AnchoreCTL Policies Report scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchorectl_policies).
17+
Sample AnchoreCTL Policies Report scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchorectl_policies).
18+
19+
### Default Deduplication Hashcode Fields
20+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
21+
22+
- title
23+
- severity
24+
- component name
25+
- file path

docs/content/en/connecting_your_tools/parsers/file/anchorectl_vulns.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@ toc_hide: true
55
AnchoreCTLs JSON vulnerability report format
66

77
### Sample Scan Data
8-
Sample AnchoreCTL Vuln Report scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchorectl_vulns).
8+
Sample AnchoreCTL Vuln Report scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/anchorectl_vulns).
9+
10+
### Default Deduplication Hashcode Fields
11+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
12+
13+
- title
14+
- severity
15+
- component name
16+
- component version
17+
- file path

docs/content/en/connecting_your_tools/parsers/file/appcheck_web_application_scanner.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ toc_hide: true
55
Accepts AppCheck Web Application Scanner output in .json format.
66

77
### Sample Scan Data
8-
Sample AppCheck Web Application Scanner scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/appcheck_web_application_scanner).
8+
Sample AppCheck Web Application Scanner scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/appcheck_web_application_scanner).
9+
10+
### Default Deduplication Hashcode Fields
11+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
12+
13+
- title
14+
- severity

docs/content/en/connecting_your_tools/parsers/file/appspider.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ Use the VulnerabilitiesSummary.xml file found in the zipped report
66
download.
77

88
### Sample Scan Data
9-
Sample AppSpider (Rapid7) scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/appspider).
9+
Sample AppSpider (Rapid7) scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/appspider).
10+
11+
### Default Deduplication Hashcode Fields
12+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
13+
14+
- title
15+
- cwe
16+
- line
17+
- file path
18+
- description

docs/content/en/connecting_your_tools/parsers/file/aqua.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ Those JSON files will only list vulnerabilities. Thus, DefectDojo parser will no
3636

3737
### Sample Scan Data
3838
Sample Aqua scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/aqua).
39+
40+
### Default Deduplication Hashcode Fields
41+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
42+
43+
- severity
44+
- vulnerability ids
45+
- component name
46+
- component version

docs/content/en/connecting_your_tools/parsers/file/arachni.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ arachni_reporter --reporter 'json' js.com.afr
1111
{{< /highlight >}}
1212

1313
### Sample Scan Data
14-
Sample Arachni Scanner scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/arachni).
14+
Sample Arachni Scanner scans can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/arachni).
15+
### Default Deduplication Hashcode Fields
16+
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
17+
18+
- title
19+
- cwe
20+
- line
21+
- file path
22+
- description

0 commit comments

Comments
 (0)