Philipp Eder
Philipp Eder
replaced by:https://github.com/greenbone/openvas-scanner/pull/1159
Thanks, unfortunately this is something that cannot be fixed within this release as we just have the current `debian:stable` as a verified target and I need to look deeper in...
do we need to push to docker hub and our internal registry?
Ok, but when I read your change I read it as additionally push the stable image to greenbone and not like push everything to greenbone?
The recv method on udp doesn't work like I would suspect when using it: ``` # let socket = UdpSocket::bind("127.0.0.1:34254")?; data = "foo bar"; soc = open_sock_udp(34254); n = send(socket:soc,...
Possibly last words: I don't think a side channel attack is a high thread considering how those rsa functions are usually used within a larger scan. There I think we...
Thank you for filing this bug, we highly appreciate it. When the OSPD socket is unreachable, the loop of warnings persists. However, in this case, scans should not remain in...
when you're using ospd mode, openvasd delegates each call to ospd-openvas. To get the XML reply of ospd you need to send the following XML to the configured ospd socket...
~~[This pull request](https://github.com/greenbone/openvas-scanner/pull/1750) modifies the error handling by setting the scan status to 'failed' when an occurs while fetching results. I decided against your proposal to return a 500 error...
> There is the case of "Scan not found" more broadly though, do still wonder if when there is no status to return then a 404 might work. That's a...