OSPd OpenVAS 1.0.1
jjnicola
released this
12 May 10:00
·
11 commits
to ospd-openvas-1.0
since this release
Added
- Check the vt's preference value for type 'file'. #130.
- Check for malformed credentials. #160.
- Send messages generated by the scannner main process. #171.
- Add missing scan preferences expand_vhosts and test_empty_vhost. #185
- Use lock file during feed update to avoid corrupted cache. #206
- Check if cache is available before update. #241
Changed
- Less strict checks for the nvti cache version.
#151
#167 - Exit with exit code 1 if it was not possible to connect to redis. #133
- Return None if the scan finished successfully. #137
- Use a generator to yield the VTs directly from redis and reduce data in cache.#203
- Activate initialized flag during the feed update.#240
Fixed
- Improve redis clean out when stopping a scan. #128
- Improve error handling when creating vts xml elements. #139
- Init the superclass with kwargs. #141
- Avoid ospd-openvas to crash if redis is flushed during vt dictionary creation. #146
- Check for a valid OID when prepare results. #183
- Fix snmp credentials. #187
- Escape script name before adding the result in an xml entity. #189
Removed
- Remove use_mac_addr, vhost_ip and vhost scan preferences. #185