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

EIP-7512: Text Updates + Corrections #3

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

alex-ppg
Copy link

This is a PR that includes multiple text changes, corrections, and essentially includes all content of #2 without any mention of proxy/polymorphism support.

@alex-ppg alex-ppg changed the base branch from master to fix_authors September 22, 2023 10:27
- `auditHash` - MUST be the hash of the original audit. This allows to verify that this onchain information belongs to a specific audit.
- `auditUri` - SHOULD point to a source where the audit can be retrieved
- `auditor`: Information on the auditor
- `auditedContract`: MUST be the `chainId` as well as `deployment` of the contract the audit is related to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this was changed as contract is a keyword in solidity

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for address to deployment

Needs discussion.
### Auditor Key Management

The premise of this ERC relies on proper key management by the auditors who partake in the system. If an auditor's key is compromised, they may be associated with seemingly audited or ERC-compliant contracts that ultimately could not comply with the standards. As a potential protection measure, the ERC may define an "association" of auditors (f.e. auditing companies) that would permit a secondary key to revoke existing signatures of auditors as a secondary security measure in case of an auditor's key compromise.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They should use Safes 😛

@rmeissner rmeissner merged commit 0599db1 into OnchainAudit:fix_authors Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants