dotindustries / bouncer

SaaS subscription seat manager
https://bouncer.dot.industries
GNU General Public License v3.0
3 stars 3 forks source link

feat: webauthn #13

Closed nadilas closed 1 year ago

nadilas commented 1 year ago

Description of change

Pull-Request Checklist

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
bouncer ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 23, 2023 at 8:43PM (UTC)
bouncer-api ❌ Failed (Inspect) Jan 23, 2023 at 8:43PM (UTC)
nadilas commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

socket-security[bot] commented 1 year ago

Socket Security Pull Request Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

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.

Package Script field Source
cbor-extract@2.1.1 (added) binding.gyp packages/auth/package.json via @simplewebauthn/server@7.0.0, cbor-x@1.5.0
cbor-extract@2.1.1 (added) install packages/auth/package.json via @simplewebauthn/server@7.0.0, cbor-x@1.5.0
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Package Location Source
cbor-extract@2.1.1 (added) binding.gyp packages/auth/package.json via @simplewebauthn/server@7.0.0, cbor-x@1.5.0
Pull request report summary
Issue Status
Install scripts ⚠️ 2 issues
Native code ⚠️ 1 issue
Bin script confusion ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore cbor-extract@2.1.1

Powered by socket.dev

nadilas commented 1 year ago

❌ This merge job failed. This pull request was not merged Stack job ID: 6dz58EhjM6ZlP39uJYhe. See details on graphite.dev