mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add extra check
This commit is contained in:
parent
cddcec9ba5
commit
2f4268f1af
10 changed files with 298 additions and 12 deletions
|
|
@ -68,6 +68,10 @@ export async function main(args) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
if (!proxy.verifyNoMinimumAgeBlockedRequests()) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
const auditStats = getAuditStats();
|
||||
if (auditStats.totalPackages > 0) {
|
||||
ui.writeVerbose(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue