Actions
Feature #3487
closedmime: multi-part parser in Rust
Effort:
Difficulty:
Label:
Description
Implement a multi-part parser in Rust for use in the HTTP parser. It should be generic enough that other parts of the engine can also use it w/o too many changes.
Updated by Victor Julien over 4 years ago
- Related to Feature #2696: http: implement parser in rust added
Updated by Victor Julien over 4 years ago
- Target version changed from 6.0.0beta1 to 7.0.0-beta1
Updated by Victor Julien almost 4 years ago
This might be done using the libhtp2 (rust libhtp) work underway. Libhtp contains a multipart parser I think, so this rust conversion would have this as well?
Updated by Victor Julien over 2 years ago
- Target version changed from 7.0.0-beta1 to 8.0.0-beta1
Updated by Philippe Antoine about 2 years ago
- Status changed from Assigned to In Progress
Updated by Philippe Antoine almost 2 years ago
- Related to Optimization #2979: replace mime decoder with rust based implementation added
Updated by Philippe Antoine almost 2 years ago
- Related to Bug #5725: smtp: quoted-printable encoding skips empty lines in files added
Updated by Philippe Antoine almost 2 years ago
Should fix oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54085
Updated by Philippe Antoine almost 2 years ago
- Status changed from In Progress to In Review
Updated by Philippe Antoine over 1 year ago
- Blocked by Bug #5952: http: multipart data is not filled up to request.body-limit added
Updated by Juliana Fajardini Reichow over 1 year ago
Fuzz part is fixed: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54085#c6
Updated by Philippe Antoine over 1 year ago
- Related to Feature #776: rules: Add smtp_envelope and smtp_header keywords added
Updated by Philippe Antoine 9 months ago
- Related to Task #4098: smtp: convert parser to Rust added
Updated by Philippe Antoine 8 months ago
- Related to Bug #6815: util/decode-mime: Possible derefernce of nullptr added
Updated by Philippe Antoine 5 months ago
- Related to Bug #7059: smtp: split name logged as 2 names added
Updated by Philippe Antoine 5 months ago
- Status changed from In Review to Closed
Updated by Victor Julien 4 months ago
- Subject changed from multi-part parser in Rust to mime: multi-part parser in Rust
Updated by Victor Julien 4 months ago
- Blocks Story #7140: protocols: C to Rust conversions added
Actions