iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
559 stars 177 forks source link

Nessus Scan: Remove false positives - type mismatch #67

Open Traxspeed opened 7 years ago

Traxspeed commented 7 years ago

False positives are not removed because the pluginId is returned as String from the table in the feature file (NessusFalsePositives.java) and compared with an integer in the issues map.

After updating NessusFalsePositives.java by defining the pluginId as Integer it's working fine. Does someone can fix this on Github please?

Kind regards, Trax