On 2015-11-18 13:35, Sebastien Aucouturier wrote:
Hi openvas-users,if you use openvas 8 with osdp 1.02,, you will need to make this change in code to make ospd to correctly handle preference list values. diff -r ospd-1.0.2.orig/ospd/ospd.py ospd-1.0.2.fix/ospd/ospd.py 296c296 < selection = self.get_scanner_param_default(key).split('|')[0] ---selection =self.get_scanner_param_default(key).split('|') it looks like it was fix in ospd 1.2b1 for openvas9 users. Openvas Team, i do not test it, read the changelog or manage to find the diff, but is it possible to use ospd 1.2b1 with openvas8 ? Best Regards--
IIUC, the problem you may be facing is already fixed with r23438 and backported to openvas-manager-6.0/ branch as r23465. You can either wait for the next openvas 8 stable release or directly use the branch which contains this fix (as well as many others).
Best regards, Hani. _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
