Philipp Eder
Philipp Eder
To clean every tree_cell a cache and a cleanp function is introduced. WIP: - currently linter is trying to reuse a previous included file
- Refactor: boreas split two seconds wait into smaller pieces - Refactor: multiply wait for replies by 3 and send icmp by 10 - Refactor: remove continously information about dead...
Depending on the system when about to have 497 open forks with an file descriptor open than a: ``` sd main:WARNING:2022-09-21 08h52.59 utc:215235: Error : could not fork ! Error...
To be able to serve fast clients stream_response has a buffer of two instead of None.
- **Adds toggle `OPENVASD` to enable or disable openvasd specific code** - **Adds possibility to add cmake flags to a container build**
- **Add: Error case for Insufficient resources** - **Adds `can_start_scan` method to ScanStarter** SC-1070
When a string is added to a number, the number should be casted to a string and not the string to number. For example: 1 + "" + 3 should...
To simulate forking behaviour for sripts that rely on it e.g.: ``` set_kb_item(name: "test", value: 1); set_kb_item(name: "test", value: 2); set_kb_item(name: "test", value: 3); set_kb_item(name: "test", value: 4); set_kb_item(name: "test",...
In circular dependencies, when trying to fetch the dependencies an endless loop can occur when trying to load the VT. To fix this, we track handled dependencies to ensure we...