Actions
Feature #3487
closed
VJ
PA
mime: multi-part parser in Rust
Feature #3487:
mime: 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.
VJ Updated by Victor Julien about 6 years ago
- Related to Feature #2696: http: implement parser in rust added
VJ Updated by Victor Julien almost 6 years ago
- Target version changed from 6.0.0beta1 to 7.0.0-beta1
VJ Updated by Victor Julien over 5 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?
PA Updated by Philippe Antoine over 3 years ago
See HTTP and SMTP
VJ Updated by Victor Julien over 3 years ago
- Target version changed from 7.0.0-beta1 to 8.0.0-beta1
VJ Updated by Victor Julien over 3 years ago
- Priority changed from Normal to High
PA Updated by Philippe Antoine over 3 years ago
- Status changed from Assigned to In Progress
PA Updated by Philippe Antoine over 3 years ago
- Related to Optimization #2979: replace mime decoder with rust based implementation added
PA Updated by Philippe Antoine over 3 years ago
- Related to Bug #5725: smtp: quoted-printable encoding skips empty lines in files added
PA Updated by Philippe Antoine over 3 years ago
Should fix oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54085
PA Updated by Philippe Antoine about 3 years ago
- Status changed from In Progress to In Review
PA Updated by Philippe Antoine about 3 years ago
- Blocked by Bug #5952: http: multipart data is not filled up to request.body-limit added
JF Updated by Juliana Fajardini Reichow almost 3 years ago
Fuzz part is fixed: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54085#c6
PA Updated by Philippe Antoine almost 3 years ago
- Subtask #6185 added
PA Updated by Philippe Antoine over 2 years ago
- Related to Feature #776: rules: Add smtp_envelope and smtp_header keywords added
PA Updated by Philippe Antoine over 2 years ago
- Subtask #6367 added
PA Updated by Philippe Antoine about 2 years ago
- Related to Task #4098: smtp: convert parser to Rust added
PA Updated by Philippe Antoine about 2 years ago
- Related to Bug #6815: util/decode-mime: Possible derefernce of nullptr added
PA Updated by Philippe Antoine almost 2 years ago
- Related to Bug #7059: smtp: split name logged as 2 names added
PA Updated by Philippe Antoine almost 2 years ago
- Status changed from In Review to Closed
VJ Updated by Victor Julien almost 2 years ago
- Subject changed from multi-part parser in Rust to mime: multi-part parser in Rust
VJ Updated by Victor Julien almost 2 years ago
- Blocks Story #7140: protocols: C to Rust conversions added
Actions