Jörg Stucke
Jörg Stucke
the DB schema allows `null` values for `AnalysisEntry.result` While there shouldn't be a Null entries at the moment, such entries would cause errors for stats updates. This is because the...
adds intermediate summaries for all file objects with "included files"
supersedes #828 if it works
closes #723 and #724
AppArmor can deny access to the default firmware save folder in `/media/data` for daemon processes like the ClamAV deamon This results in an error in the call to `clamdscan`: >...
The new version 2.1.0 of `MarkupSafe` which was released today leads to an `ImportError` in the installed version of `Jinja2` which is pinned to `
The NIST announced that they will deprecate the NVD data feeds (incl. JSON) and fully switch to an API model: https://nvd.nist.gov/vuln/data-feeds https://nvd.nist.gov/general/news/api-20-announcements. Is it planned to change the update process...
The [`README.md`](https://github.com/qeeqbox/honeypots#current-serversemulators) file claims that the following servers support "Capture all threat actor commands and data" but there seems to be no check for the option (`"capture_commands"`) in the code:...
- updated ruff version and rules - replaced black with ruff - checked, fixed and reformatted code with new ruff version resolves #1187