mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Implement basic bun security scanner for safe chain
This commit is contained in:
parent
8450b80223
commit
dc3ab32078
6 changed files with 420 additions and 1 deletions
|
|
@ -15,6 +15,14 @@
|
|||
"safe-chain": "bin/safe-chain.js"
|
||||
},
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"default": "./src/main.js"
|
||||
},
|
||||
"./scanning": {
|
||||
"default": "./src/scanning/audit/index.js"
|
||||
}
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Aikido Security",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue