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?
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