Skip to content

Commit a14adc2

Browse files
build(deps): bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 (#8159)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Humblot <[email protected]>
1 parent db2570d commit a14adc2

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

core/src/main/resources/templates/sarifReport.vsl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@
1919
},
2020
"help": {
2121
"text": "",
22-
"markdown": "#if($rule.getSource().equals("NVD"))For more information see [$enc.json($rule.name)](https://web.nvd.nist.gov/view/vuln/detail?vulnId=$enc.url($rule.name)).\n
23-
#elseif($rule.getSource().equals("NPM"))For more information see [$enc.json($rule.name)](https://github.com/advisories/$enc.url($rule.name))\n#end
24-
\n\n
25-
If this is a false positive - consider using the HTML report to generate a suppression file.
26-
For more information see [How dependency-check works](https://dependency-check.github.io/DependencyCheck/general/internals.html),
27-
[How to read the HTML report](https://dependency-check.github.io/DependencyCheck/general/thereport.html), and
28-
[Suppressing false positives](https://dependency-check.github.io/DependencyCheck/general/suppression.html).
29-
"
22+
"markdown": "#if($rule.getSource().equals("NVD"))For more information see [$enc.json($rule.name)](https://web.nvd.nist.gov/view/vuln/detail?vulnId=$enc.url($rule.name)).\n#elseif($rule.getSource().equals("NPM"))For more information see [$enc.json($rule.name)](https://github.com/advisories/$enc.url($rule.name))\n#end\n\nIf this is a false positive - consider using the HTML report to generate a suppression file.\nFor more information see [How dependency-check works](https://dependency-check.github.io/DependencyCheck/general/internals.html),\n[How to read the HTML report](https://dependency-check.github.io/DependencyCheck/general/thereport.html), and\n[Suppressing false positives](https://dependency-check.github.io/DependencyCheck/general/suppression.html)."
3023
},
3124
"properties": {
3225
#if($rule.cvssv2Severity)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Copyright (c) 2012 - Jeremy Long
270270
<plugin>
271271
<groupId>org.apache.maven.plugins</groupId>
272272
<artifactId>maven-resources-plugin</artifactId>
273-
<version>3.3.1</version>
273+
<version>3.4.0</version>
274274
<dependencies>
275275
<dependency>
276276
<groupId>org.owasp.maven-tools</groupId>

0 commit comments

Comments
 (0)