Skip to content

Commit 5f36ff5

Browse files
authored
Docs: Update outdated URLs
1 parent 5eff6e4 commit 5f36ff5

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc_hide: true
55

66
### File Types
77
DefectDojo parser accepts a native `json` file produced by prowler v3 with file extension `.json` or a `ocsf-json` file produced by prowler v4 with file extension `.ocsf.json`.
8-
Please note: earlier versions of AWS Prowler create output data in a different format. See our other [prowler parser documentation](https://documentation.defectdojo.com/integrations/parsers/file/aws_prowler/) if you are using an earlier version of AWS Prowler.
8+
Please note: earlier versions of AWS Prowler create output data in a different format. See our other [prowler parser documentation](https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/aws_prowler/) if you are using an earlier version of AWS Prowler.
99

1010
JSON reports can be created from the [AWS Prowler v3 CLI](https://docs.prowler.com/projects/prowler-open-source/en/v3/tutorials/reporting/#json) using the following command: `prowler <provider> -M json`
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ toc_hide: true
44
---
55
### File Types
66
DefectDojo parser accepts Burp Issue data as an .xml file.
7-
To parse an HTML file instead, use this method: https://documentation.defectdojo.com/integrations/parsers/file/burp_suite_dast/
7+
To parse an HTML file instead, use this method: https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/burp_suite_dast/
88

99
When the Burp report is generated, **the recommended option is Base64
1010
encoding both the request and response fields** - e.g. check the box

docs/content/en/open_source/contributing/branching-model.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ PRs that relate to security issues are done through [security advisories](https:
2828

2929
Diagrams created with [plantUML](https://plantuml.com). Find a web-based editor for PlantUML at https://www.planttext.com.
3030

31-
## Documentation
32-
A `dev` version of the documentation built from the `dev` branch is available at [DefectDojo Documentation - dev branch](https://documentation.defectdojo.com/dev/).
3331

3432

3533
<!-- PlantUML Schema -->

docs/content/en/open_source/contributing/how-to-write-a-parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Do not do something like this:
241241

242242
## Deduplication algorithm
243243

244-
By default a new parser uses the 'legacy' deduplication algorithm documented at https://documentation.defectdojo.com/usage/features/#deduplication-algorithms
244+
By default a new parser uses the 'legacy' deduplication algorithm documented at https://docs.defectdojo.com/en/open_source/archived_docs/usage/features/#deduplication
245245

246246
Please use a pre-defined deduplication algorithm where applicable. When using the `unique_id_from_tool` or `vuln_id_from_tool` fields in the hash code configuration, it's important that these are uqniue for the finding and constant over time across subsequent scans. If this is not the case, the values can still be useful to set on the finding model without using them for deduplication.
247247
The values must be coming from the report directly and must not be something that is calculated by the parser internally.

0 commit comments

Comments
 (0)