Added new ODC scans for Java libraries. Those can scan even transitive dependencies and can be run before adding a new library to a project.

This commit is contained in:
Šesták Vít
2017-07-31 12:09:23 +02:00
parent bb0089cd97
commit 2049759430
31 changed files with 824 additions and 200 deletions
+8 -1
View File
@@ -184,7 +184,7 @@ h3.library-identification{
content: "";
display: none;
}
.dependencies-table .severity .tooltip-inner {
.dependencies-table .severity .tooltip-inner, #library-identifier-wrapper .tooltip-inner {
white-space:nowrap;
max-width:none;
}
@@ -242,4 +242,11 @@ h3.library-identification{
.sublist{
padding-left: 23px;
}
#library-identifier-wrapper .tooltip-inner{
text-align: left;
}
#scan-results{
margin-top: 64px;
}