Closed dependabot[bot] closed 2 months ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
This vulnerability refers to the ability of an attacker to arbitrarily perform a redirection (external) or forward (internal) against the system. It arises due to insufficient validation or sanitisation of inputs used to perform a redirect or forward and may result in privilege escalation (in the case of a forward) or may be used to launch phishing attacks against users (in the case of redirects).
By adding or modifying attributes of an object prototype, it is possible to create attributes that exist on every object, or replace critical attributes with malicious ones. This can be problematic if the software depends on existence or non-existence of certain attributes, or uses pre-defined attributes of object prototype (such as hasOwnProperty, toString or valueOf).
My review is in progress :book: - I will have feedback for you in a few minutes!
Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
Files ignored due to path filters (1)
* `contracts/package-lock.json` is excluded by `!**/package-lock.json`You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR Details of @dependabot[bot] in crypto-com-defi-wallet-core-rs : | OPEN | CLOSED | TOTAL |
---|---|---|---|
2 | 6 | 8 |
Description has been updated!
Report too large to display inline
🚨 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 | Note | Source | CI |
---|---|---|---|---|
Install scripts | npm/protobufjs@6.11.4 |
| 🚫 | |
Install scripts | npm/web3-bzz@1.5.3 |
| 🚫 | |
Install scripts | npm/web3-shh@1.5.3 |
| 🚫 | |
Install scripts | npm/web3@1.5.3 |
| 🚫 |
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
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.
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.
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/protobufjs@6.11.4
@SocketSecurity ignore npm/web3-bzz@1.5.3
@SocketSecurity ignore npm/web3-shh@1.5.3
@SocketSecurity ignore npm/web3@1.5.3
Description
In this PR, the following changes are made to the
package-lock.json
file:Added
cross-fetch
package:node-fetch
version ^2.6.7 andwhatwg-fetch
version ^2.0.4 as dependenciesUpdated existing packages:
cross-spawn
package version updated to 7.0.3accepts
package hasdev
andoptional
properties removedRemoved packages:
body-parser
package is removedUpdated versions of multiple packages, one example:
mime-db
updated to version 1.45.0Multiple packages have
dev
andoptional
properties removed along with package updates:bytes
,cookie
,cookie-signature
,destroy
,etag
,fragment-cache
, and othersRedundant packages like
express
,minimist
, and others are removedUpdated versions of various packages like
qs
updated to 6.5.3,range-parser
to 1.2.1,raw-body
to 2.4.0,send
to 0.17.1, and others.Added
whatwg-fetch
package with version 2.0.4These changes enhance package versions, maintain consistency, and remove unnecessary or redundant packages to improve dependency management in the project.