cowprotocol / cow-sdk

CoW protocol SDK
https://docs.cow.fi/cow-protocol/reference/sdks/cow-sdk
Other
31 stars 9 forks source link

Add cow-shed module (#2) #219

Closed yvesfracari closed 1 month ago

yvesfracari commented 2 months ago

github-actions[bot] commented 2 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

socket-security[bot] commented 2 months ago

🚨 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 NoteSourceCI
Protestware or potentially unwanted behavior npm/es5-ext@0.10.62
  • Note: This package prints a protestware console message on install regarding Ukraine for users with Russian language locale
⚠︎

View full report↗︎

Next steps

What is protestware?

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Consider that consuming this package may come along with functionality unrelated to its primary purpose.

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/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/es5-ext@0.10.62
socket-security[bot] commented 1 month ago

Report too large to display inline

View full report↗︎

ribeirojose commented 1 month ago

I have read the CLA Document and I hereby sign the CLA

yvesfracari commented 1 month ago

I have read the CLA Document and I hereby sign the CLA

shoom3301 commented 1 month ago

@yvesfracari hi! Tests are failing:

FAIL src/cow-shed/CoWShedHooks.spec.ts
  ● Test suite failed to run

    Cannot find module './CowShedHooks' from 'src/cow-shed/CoWShedHooks.spec.ts'

      1 | import { Wallet } from 'ethers'
    > 2 | import { CowShedHooks } from './CowShedHooks'