Actions
Task #6287
closedsuricatasc: rewrite in rust
Effort:
Difficulty:
Label:
Description
The suricatasc
, and the smaller suricatactl
tools are written in Python. Usually its not a good idea to rewrite just because, but Python is known to be problematic when shipping in a package that is expected to run everywhere without providing its own Python environment via venv (or whatever).
Going forward it would be ideal to have these extra tools written in Rust, it also lowers the surface of languages we need to maintain in production level code.
Updated by Jason Ish over 1 year ago
Draft PR for review: https://github.com/OISF/suricata/pull/8571
Updated by Jason Ish over 1 year ago
- Related to Bug #6298: config: determine Suricata from suricata --build-info added
Updated by Jason Ish about 1 month ago
- Status changed from In Progress to Closed
- Target version changed from TBD to 8.0.0-beta1
This has been merged into master.
Actions