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

[Snyk] Upgrade ethers from 6.13.3 to 6.13.4 #12

Merged
merged 1 commit into from
Nov 3, 2024

fix: upgrade ethers from 6.13.3 to 6.13.4

67f375e
Select commit
Loading
Failed to load commit list.
Merged

[Snyk] Upgrade ethers from 6.13.3 to 6.13.4 #12

fix: upgrade ethers from 6.13.3 to 6.13.4
67f375e
Select commit
Loading
Failed to load commit list.
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
Clone Instances Lines of Code Files
2 30 /packages/rocksdb/tests/rocksdb.test.ts#L16-L46
/packages/merkle-mountain-range/tests/memory.test.ts#L12-L42
2 40 /packages/sqlite3/tests/store.test.ts#L11-L51
/packages/sqlite3/tests/store.test.ts#L58-L98

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!