[Snyk] Upgrade ethers from 6.13.3 to 6.13.4 #12
Merged
Cyclopt Source Code Analyzer / Analysis Results
succeeded
Nov 3, 2024 in 1m 25s
What happened in this commit
🔍 The bigger picture . . .
🎉 Fantastic work! You're doing an excellent job maintaining quality across all categories. Keep up the great effort!
Violations Info
Violations | Count | Status |
---|---|---|
Critical | 0 | |
Major | 6 | |
Minor | 0 | |
Total | 6 |
Violations Detailed Table
Severity | Title | Files |
---|---|---|
Disallows the use of require statements except in import statements | /packages/hashers/src/poseidon-hasher.ts (Lines: 2) | |
Disallow usage of the any type |
/packages/hashers/src/poseidon-hasher.ts (Lines: 5) /packages/sqlite3/src/index.ts (Lines: 7) |
|
Disallow unused variables | /packages/incremental-merkle-tree/tests/core.test.ts (Lines: 21) /packages/merkle-mountain-range/tests/formatting.test.ts (Lines: 1) |
|
Enforce valid definition of new and constructor |
/packages/rocksdb/src/types.ts (Lines: 6) |
Code Duplications
- Total Duplicate Instances: 2
- Total Duplicate Lines of Code: 118
- Files Containing Clones: 3
Duplicates Detailed Table
❗ Tip: Great job! Keep an eye on the few major violations (6) and maintain your clean code.
❗ Tip: Your code is looking good with only 2 duplicate instances! Keep up the clean coding practice!
Loading