mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-24 10:02:00 +01:00
Initial commit
This commit is contained in:
12
app/views/suppressionXmlPre.scala.html
Normal file
12
app/views/suppressionXmlPre.scala.html
Normal file
@@ -0,0 +1,12 @@
|
||||
@(dep: GroupedDependency, details: scala.xml.Node)
|
||||
<pre><?xml version="1.0" encoding="UTF-8"?>
|
||||
@((
|
||||
<suppressions xmlns="https://www.owasp.org/index.php/OWASP_Dependency_Check_Suppression">
|
||||
<suppress>
|
||||
<notes>file name: {dep.fileNames.mkString(" OR ")}</notes>
|
||||
<sha1>{dep.sha1}</sha1>
|
||||
{details}
|
||||
</suppress>
|
||||
</suppressions>
|
||||
).toString)
|
||||
</pre>
|
||||
Reference in New Issue
Block a user