Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove More Local Safety Invariants with Dedicated Functions #141

Merged
merged 5 commits into from
Sep 15, 2024

Conversation

Alexhuszagh
Copy link
Owner

These changes primarily change the code from have local safety invariants with dedicated functions. This was limited in scope but still reduced the total number of unsafe statements to under 250 and almost the entirety of what's left is in dedicated structs and traits that are fully encapsulated for safety. There are 3 total unsafe functions now.

@Alexhuszagh Alexhuszagh added the A-sec Issues with potential security implications. label Sep 15, 2024
@Alexhuszagh Alexhuszagh added this to the 1.0.1 milestone Sep 15, 2024
@Alexhuszagh Alexhuszagh self-assigned this Sep 15, 2024
@Alexhuszagh Alexhuszagh merged commit 4313694 into main Sep 15, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sec Issues with potential security implications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant