Update CVE 2021 15551 - #123
Open
TheVeryDarkness wants to merge 5 commits into
Open
Conversation
- Added support for new predicates: `lifetime_bypass`, `strong_bypass`, `weak_bypass`, `unresolvable_generic`, `generic_drop`, `cfg_reaches`, `bypass_on_copy`, and `set_len_to_zero`, improving the expressiveness of dataflow constraints. - Implemented evaluation functions for the new predicates in `PredicateEvaluator`, allowing for more comprehensive analysis of unsafe dataflow scenarios. - Updated the `mentions_cfg_reaches` method in `Constraints` to facilitate the handling of CFG reachability in pattern matching. - Enhanced documentation for dataflow predicates, including usage examples and clarifications on their implications in the context of panic safety and CVE handling. - Added tests to validate the new predicates and ensure correct behavior in various scenarios.
…weak safety levels - Renamed diagnostic names from `panic_safety` to `panic_safety_strong` and `panic_safety_weak` to improve clarity in error reporting. - Updated related test outputs to reflect the new diagnostic names, ensuring consistency across panic safety checks.
TheVeryDarkness
force-pushed
the
update-CVE-2021-15551
branch
from
August 25, 2026 01:42
12daf09 to
a8c9495
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.