-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
@trezor/address-validator #9337
Conversation
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is a deprecated package?The maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed. Research the state of the package and determine if there are non-deprecated versions that can be used, or if it should be replaced with a new, supported solution. Take a deeper look at the dependencyTake 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 packageIf 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 riskTo ignore an alert, reply with a comment starting with
|
4e56bea
to
91b3e8d
Compare
ok, finally found what was the problem = strict mode + missing const now it should work. but I started questioning if it makes much sense to move it into the monorepo cons:
pros:
|
@SocketSecurity ignore npm/[email protected] this alert doesn't seem related to this PR at all |
a287661
to
d44d934
Compare
a1e1e45
to
72b8c49
Compare
2c272e7
to
4297a0f
Compare
/rebase |
Start rebasing: https://github.com/trezor/trezor-suite/actions/runs/9905960317 |
4297a0f
to
68359ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks legit 👍
this is far from complete but I'd like to open it anyway.
lets move trezor-address-validator to monorepo.
there is one test failing when in monorepo and passing in standalone repo. I don't get it 😱