OZ Audit fix medium severity issues (on Bedrock)#2749
Merged
maurelian merged 6 commits intom/low-oz-fixesfrom Jun 14, 2022
Merged
OZ Audit fix medium severity issues (on Bedrock)#2749maurelian merged 6 commits intom/low-oz-fixesfrom
maurelian merged 6 commits intom/low-oz-fixesfrom
Conversation
fixup! contracts: Fix OZ-N-03 Complex ERC165 implementation
This commit also expands on the natspec comments to clarify how the additional data may be used. fixup! contracts: Fix OZ-M-05 rename _data to _extraData
|
Contributor
|
Hey @maurelian! This PR has merge conflicts. Please fix them before continuing review. |
6eb548e to
540caad
Compare
Contributor
Author
|
There is no changeset here, because contracts-bedrock was not a package at this point in history. |
Contributor
Author
|
Merging this. |
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
Move the `kona-comp` crate from the `crates/protocol/` directory to a new `crates/batcher/` directory.
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.
This PR fixes the Low and Informational severity issues issues in the OpenZeppelin audit (which is not yet public). Each commit in this PR clearly references the finding that it addresses.
In order to review, I suggest comparing between the audit report (see the "Open Zeppelin Audit Resolution" doc in Notion), and the commit which mentions it.
This PR is being applied to the branch in #2748, which builds on the state of the develop branch as it was immediately after merging the bedrock branch.