How should we report invalid/broken nasl file?

I would like to report a nasl that has improper dependency configured>

gb_pulse_connect_secure_consolidation.nasl

script_dependencies("gb_pulse_connect_secure_snmp_detect.nasl",
                    "gsf/gb_pulse_connect_secure_http_detect.nasl");

GSF dependencies should be added this way instead:

if(FEED_NAME == "GSF" || FEED_NAME == "SCM")
    script_dependencies("gsf/gb_pulse_connect_secure_http_detect.nasl")
3 Likes

Yes indeed. Thanks for reporting! This will be fixed in one of the next feed updates.

3 Likes