Open Tehforsch opened 1 week ago
The following issues were found:
harbor-os.greenbone.net/community/openvas-scanner:1766-merge-amd64
harbor-os.greenbone.net/community/openvas-scanner:1766-merge-amd64
digest | sha256:7c7da9e6c5295babd02da7a00b81c6abc86b7c4e5cb89327e6528b9de50c5b6f |
vulnerabilities | |
size | 145 MB |
packages | 262 |
debian:stable-20241016-slim
also known as |
|
digest | sha256:d337e8c1770de491cd165b65051f49455ff20fdd26b296d24650876aefaa445f |
vulnerabilities |
Regarding the drop_privileges option in pread()
, I think we need a note in the code for doing it later, or at least for changing the documentation in the NASL manual (once the C is not used anymore), if it won't be implemented,
What:
This implements the builtin functions in the "unsafe" category, which are renamed to "sys" here, since unsafe is a keyword. Better names welcome.
This implements the following methods:
drop_privileges
is not implemented, since it seems unused in the feed.)The following methods are left unimplemented since they seem unused in the feed:
There are also some minor changes to the
Positionals
iterator for variadic positional arguments which didn't behave properly if the variadic arguments did not start from index 0. Also, some minor improvements to theTestBuilder
for async functions are included.