Skip to content

Commit 0357b52

Browse files
authored
docs: Fix vulnz links (#7647)
Signed-off-by: Chad Wilson <[email protected]>
1 parent aa0ae51 commit 0357b52

File tree

11 files changed

+811
-811
lines changed

11 files changed

+811
-811
lines changed

ant/src/site/markdown/config-purge.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Configuration: dependency-check-purge Task
1414
--------------------
1515
The following properties can be set on the dependency-check-purge task.
1616

17-
Property | Description | Default Value
18-
---------------|----------------------------------------------------------------------------|--------------------------------------------------
19-
dataDirectory | Data directory that is used to store the local caches and NVD CVE database | `<folder-of-dependency-check-ant.jar>/data/11.0`
20-
failOnError | Whether the build should fail if there is an error executing the purge | true
17+
| Property | Description | Default Value |
18+
|---------------|----------------------------------------------------------------------------|--------------------------------------------------|
19+
| dataDirectory | Data directory that is used to store the local caches and NVD CVE database | `<folder-of-dependency-check-ant.jar>/data/11.0` |
20+
| failOnError | Whether the build should fail if there is an error executing the purge | true |
2121

ant/src/site/markdown/config-update.md

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

ant/src/site/markdown/configuration.md

Lines changed: 134 additions & 134 deletions
Large diffs are not rendered by default.

cli/src/site/markdown/arguments.md

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ private boolean processApi() throws UpdateException {
387387
final String msg;
388388
if (key != null) {
389389
msg = "Error updating the NVD Data; the NVD returned a 403 or 404 error\n\nPlease ensure your API Key is valid; "
390-
+ "see https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz#api-key-is-used-and-a-403-or-404-error-occurs\n\n"
390+
+ "see https://github.com/jeremylong/open-vulnerability-cli/blob/main/README.md#api-key-is-used-and-a-403-or-404-error-occurs\n\n"
391391
+ "If your NVD API Key is valid try increasing the NVD API Delay.\n\n"
392392
+ "If this is occurring in a CI environment";
393393
} else {

maven/src/site/markdown/configuration.md

Lines changed: 155 additions & 155 deletions
Large diffs are not rendered by default.

src/site/markdown/data/cachenvd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Creating an offline cache for the NVD API
22
=========================================
33

4-
The Open Vulnerability Project's [vuln CLI](https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz#caching-the-nvd-cve-data)
4+
The Open Vulnerability Project's [vuln CLI](https://github.com/jeremylong/open-vulnerability-cli/blob/main/README.md#mirroring-the-nvd-cve-data)
55
can be used to create an offline copy of the data obtained from the NVD API.

src/site/markdown/dependency-check-gradle/configuration-aggregate.md

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

src/site/markdown/dependency-check-gradle/configuration-purge.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Tasks
22
====================
33

4-
Task | Description
5-
---------------------------------------------------------|-----------------------
6-
[dependencyCheckAnalyze](configuration.html) | Runs dependency-check against the project and generates a report.
7-
[dependencyCheckAggregate](configuration-aggregate.html) | Runs dependency-check against a multi-project build and generates a report.
8-
[dependencyCheckUpdate](configuration-update.html) | Updates the local cache of the NVD data from NIST.
9-
dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data.
4+
| Task | Description |
5+
|----------------------------------------------------------|---------------------------------------------------------------------------------|
6+
| [dependencyCheckAnalyze](configuration.html) | Runs dependency-check against the project and generates a report. |
7+
| [dependencyCheckAggregate](configuration-aggregate.html) | Runs dependency-check against a multi-project build and generates a report. |
8+
| [dependencyCheckUpdate](configuration-update.html) | Updates the local cache of the NVD data from NIST. |
9+
| dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data. |
1010

1111
Configuration
1212
====================
@@ -27,9 +27,9 @@ apply plugin: 'org.owasp.dependencycheck'
2727
$ gradle dependencyCheckPurge
2828
```
2929

30-
Property | Description | Default Value
31-
---------------------|------------------------------------|------------------
32-
failOnError | Fails the build if an error occurs during the dependency-check analysis. | true
30+
| Property | Description | Default Value |
31+
|-------------|--------------------------------------------------------------------------|---------------|
32+
| failOnError | Fails the build if an error occurs during the dependency-check analysis. | true |
3333

3434
#### Example
3535
```groovy
@@ -42,9 +42,9 @@ dependencyCheck {
4242

4343
The following properties can be configured in the dependencyCheckPurge task. However, they are less frequently changed.
4444

45-
Config Group | Property | Description | Default Value
46-
-------------|-------------------|---------------------------------------------------------------------------------------------|------------------
47-
data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. | &nbsp;
45+
| Config Group | Property | Description | Default Value |
46+
|--------------|-----------|------------------------------------------------------------------------------------------|---------------|
47+
| data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. | &nbsp; |
4848

4949
#### Example
5050
```groovy

0 commit comments

Comments
 (0)