Removal of deprecated NASL functions in upcoming GVM-10

Hi *,

the two PR openvas-scanner/#54 and openvas-scanner/#58 for openvas-scanner have removed the following two deprecated NASL functions for the upcoming GVM-10 release:

script_id($youroid);
script_summary("Short summary");

As a replacement please use the following functions instead:

script_oid("1.3.6.1.4.1.25623.1.0.$youroid");
script_tag(name:"summary", value:"Short summary");

The Greenbone Security Feed (GSF) and Greenbone Community Feed (GCF) are ready for this change. But if you’re using own / custom NASL scripts make sure to update them accordingly.

Regards,

3 Likes