Added false positive heuristics.

This commit is contained in:
Šesták Vít
2017-03-31 09:05:45 +02:00
parent 10b3a3b6f1
commit 6044947481
5 changed files with 70 additions and 3 deletions

View File

@@ -235,3 +235,9 @@ h3.library-identification{
.vulnerability-expandable .more{
margin: 10px;
}
.warning-expandable:before{
padding-left: 1em;
font-family: 'Glyphicons Halflings';
content: "\e209";
}