Skip to content

Commit adaa264

Browse files
authored
docs: update suppression schema version (#8136)
2 parents 92d20ef + 92e9287 commit adaa264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/markdown/general/suppression.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A sample suppression file would look like:
66

77
```xml
88
<?xml version="1.0" encoding="UTF-8"?>
9-
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
9+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.4.xsd">
1010
<suppress>
1111
<notes><![CDATA[
1212
file name: some.jar
@@ -26,7 +26,7 @@ HTML version of the report. The other common scenario would be to ignore all CVE
2626

2727
```xml
2828
<?xml version="1.0" encoding="UTF-8"?>
29-
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
29+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.4.xsd">
3030
<suppress>
3131
<notes><![CDATA[
3232
This suppresses a CVE identified by OSS Index using the vulnerability name and packageUrl.
@@ -98,7 +98,7 @@ It is also possible to set an expiration date for a suppression rule:
9898

9999
```xml
100100
<?xml version="1.0" encoding="UTF-8"?>
101-
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
101+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.4.xsd">
102102
<suppress until="2020-01-01Z">
103103
<notes><![CDATA[
104104
Suppresses a given CVE for a dependency with the given sha1 until the current date is 1 Jan 2020 or beyond.

0 commit comments

Comments
 (0)