-
-
Save jubnzv/ae20fbb849c4b74c58a5a158edb709da to your computer and use it in GitHub Desktop.
Expected critical access control findings to verify Skry: https://github.com/nowarp/skry
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
| diff --git a/balanced/sources/asset_manager.move b/balanced/sources/asset_manager.move | |
| index f11c4e8..bd55c0d 100644 | |
| --- a/balanced/sources/asset_manager.move | |
| +++ b/balanced/sources/asset_manager.move | |
| @@ -107,7 +107,7 @@ module balanced::asset_manager{ | |
| }); | |
| } | |
| - public(package) fun get_idcap(config: &Config): &IDCap { | |
| + public fun get_idcap(config: &Config): &IDCap { | |
| enforce_version(config); | |
| &config.id_cap | |
| } |
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
| [ | |
| { | |
| "project": "naviprotocol__navi-smart-contracts", | |
| "warning": "sensitive-internal-public-exposure", | |
| "file": "lending_core/sources/storage.move", | |
| "line": 529, | |
| "description": "STG-03 critical finding", | |
| "url": "https://github.com/naviprotocol/navi-smart-contracts", | |
| "commit": "916c63b628bf75ffbdee38c3dd698c7292afe517", | |
| "diff": "navi.diff", | |
| }, | |
| { | |
| "project": "naviprotocol__navi-smart-contracts", | |
| "warning": "arbitrary-recipient-drain", | |
| "file": "lending_core/sources/pool.move", | |
| "line": 129, | |
| "description": "POOL-01 critical finding", | |
| "url": "https://github.com/naviprotocol/navi-smart-contracts", | |
| "commit": "916c63b628bf75ffbdee38c3dd698c7292afe517", | |
| "diff": "navi.diff", | |
| }, | |
| { | |
| "project": "naviprotocol__navi-smart-contracts", | |
| "warning": "generic-type-mismatch", | |
| "file": "lending_core/sources/validation.move", | |
| "line": 35, | |
| "description": "OS-NVI-ADV-00 critical finding", | |
| "url": "https://github.com/naviprotocol/navi-smart-contracts", | |
| "commit": "916c63b628bf75ffbdee38c3dd698c7292afe517", | |
| "diff": "navi.diff", | |
| }, | |
| { | |
| "project": "balancednetwork__balanced-move-contracts", | |
| "warning": "capability-leakage", | |
| "file": "balanced/sources/asset_manager.move", | |
| "line": 110, | |
| "description": "AMA-01 critical finding", | |
| "url": "https://github.com/balancednetwork/balanced-move-contracts", | |
| "commit": "179dc38908584091d16483b040366601c2e970eb", | |
| "diff": "balanced.diff", | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment