You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…6564)
Remove the `HeaderString::c_str()` API, and migrate all callers of it to `getStringView()` and `string_view` style usage (ie, `absl::string_view::find` instead of C style comparisons) wherever appropriate.
Risk Level: Medium. No logic changes intended, but this is delicate and risky code and a large portion of the code base was touched.
Testing: `bazel test //test/...`
Docs Changes: None
Release Notes: None
Fixes#6494
Signed-off-by: Dan Noé <[email protected]>
Description:
Following up on #6434 eliminate users of
HeaderMap c_str()
and convert all toabsl::string_view
.Action item for CVE-2019-9900
The text was updated successfully, but these errors were encountered: