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

refactor: respond to PR comment by 0xbok #198

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

livingrockrises
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.69%. Comparing base (a9eee7b) to head (d312888).
Report is 3 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #198      +/-   ##
==========================================
- Coverage   85.85%   85.69%   -0.16%     
==========================================
  Files          14       14              
  Lines         933      923      -10     
  Branches      275      251      -24     
==========================================
- Hits          801      791      -10     
  Misses        117      117              
  Partials       15       15              
Files with missing lines Coverage Δ
contracts/modules/validators/K1Validator.sol 70.73% <100.00%> (-3.19%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9eee7b...d312888. Read the comment docs.

Copy link

openzeppelin-code bot commented Oct 7, 2024

refactor: respond to PR comment by 0xbok

Generated at commit: d312888d36c38e88820152d162af5a26d233425e

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
1
1
0
6
26
34

For more details view the full report in OpenZeppelin Code Inspector

Copy link

github-actions bot commented Oct 7, 2024

🤖 Slither Analysis Report 🔎

Slither report

# Slither report

THIS CHECKLIST IS NOT COMPLETE. Use --show-ignored-findings to show all the results.
Summary
🟡 - locked-ether (1 results) (Medium)
🟡 - unused-return (1 results) (Medium)

locked-ether

🟡 Impact: Medium
🔴 Confidence: High

utils/NexusBootstrap.sol#L33-L165

unused-return

🟡 Impact: Medium
🟡 Confidence: Medium

base/ERC7739Validator.sol#L279-L309

constable-states

Impact: Optimization
🔴 Confidence: High

base/RegistryAdapter.sol#L10

factory/RegistryFactory.sol#L39

_This comment was automatically generated by the GitHub Actions workflow._

@livingrockrises livingrockrises merged commit c4c3a0f into dev Oct 7, 2024
9 of 10 checks passed
@livingrockrises livingrockrises deleted the refactor/pr-196-finding-44 branch October 7, 2024 10:46
// If recovery fails, we'll return false
}

// owner can not be zero address in this contract
Copy link

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, I thought we had zero address check in place. I think we can enforce this in onInstall and create informational issue. @0xbok

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

3 participants