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

Improve Read Performance #68

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Improve Read Performance #68

merged 3 commits into from
Dec 3, 2024

Conversation

0xForerunner
Copy link
Contributor

No description provided.

no longer required, and it's best if we leave the dependencies the same
until a new major release
Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteCI
Critical CVE golang/github.com/consensys/[email protected] ⚠︎

View full report↗︎

Next steps

What is a critical CVE?

Contains a Critical Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@@ -66,7 +66,7 @@ require (
)

require (
github.com/consensys/gnark-crypto v0.9.2
github.com/consensys/gnark-crypto v0.9.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: Affected version of github.com/Consensys/gnark-crypto is vulnerable to Deserialization Of Untrusted Data. The package allows signature malleability, which occurs because deserialization of EdDSA and ECDSA signatures does not ensure that the data is in a certain interval.

Fix: Upgrade this library to at least version 0.12.0 at semaphore-mtb/go.mod:69.

Reference(s): GHSA-9xfq-8j3r-xp5g, CVE-2023-44273

Ignore this finding from ssc-896f6dd6-11b2-4880-b2e7-283f29220980.

go.mod Show resolved Hide resolved
@0xForerunner 0xForerunner merged commit f82d62a into master Dec 3, 2024
6 checks passed
@0xForerunner 0xForerunner deleted the forerunner/improve-read branch December 3, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants