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

Bump @astrojs/check from 0.7.0 to 0.8.0 #473

Merged

Bump @astrojs/check from 0.7.0 to 0.8.0

53176e5
Select commit
Loading
Failed to load commit list.
Merged

Bump @astrojs/check from 0.7.0 to 0.8.0 #473

Bump @astrojs/check from 0.7.0 to 0.8.0
53176e5
Select commit
Loading
Failed to load commit list.
Socket Security / Socket Security: Pull Request Alerts failed Jul 8, 2024 in 11m 35s

Pull Request #473 Alerts: Complete with warnings WARNING: Free tier size exceeded

Report Status Message
PR #473 Alerts ⚠️ Found 14 project alerts

Pull request alerts notify when new issues are detected between the diff of the pull request and it's target branch.

Details

🚨 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
Unmaintained npm/[email protected]
  • Last Publish: 7/8/2019, 1:21:22 PM
🚫
Trivial Package npm/[email protected] 🚫
Unmaintained npm/[email protected]
  • Last Publish: 3/9/2019, 9:48:30 PM
🚫
Filesystem access npm/[email protected] 🚫
Unmaintained npm/[email protected]
  • Last Publish: 5/28/2015, 8:31:04 AM
🚫
New author npm/[email protected] 🚫
Unmaintained npm/[email protected]
  • Last Publish: 6/2/2018, 5:30:56 AM
🚫
Trivial Package npm/[email protected] 🚫
Unmaintained npm/[email protected]
  • Last Publish: 8/13/2016, 5:44:38 PM
🚫
Mixed license npm/[email protected]
  • License: CC0-1.0 AND MIT
🚫
Mixed license npm/[email protected]
  • License: CC0-1.0 AND MIT
🚫
Filesystem access npm/[email protected] 🚫
Trivial Package npm/[email protected] 🚫
Unmaintained npm/[email protected]
  • Last Publish: 8/23/2016, 7:15:38 PM
🚫

View full report↗︎

Next steps

What are unmaintained packages?

Package has not been updated in more than 5 years and may be unmaintained. Problems with the package may go unaddressed.

Package should publish periodic maintenance releases if they are maintained, or deprecate if they have no intention in further maintenance.

What are trivial packages?

Packages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.

Removing this package as a dependency and implementing its logic will reduce supply chain risk.

What is filesystem access?

Accesses the file system, and could potentially read sensitive data.

If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

What is a mixed license?

(Experimental) Package contains multiple licenses.

A new version of the package should be published that includes a single license. Consumers may seek clarification from the package author. Ensure that the license details are consistent across the LICENSE file, package.json license field and license details mentioned in the README.

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