Git Product home page Git Product logo

secret-sharer-client's People

Contributors

ciaran-finnegan avatar cleverbeagle avatar momotofu avatar renovate[bot] avatar snyk-bot avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

lgtm-migrator

secret-sharer-client's Issues

Vulnerabilities Dashboard - Dependencies

Repository Summary

โš ๏ธ CRITICAL ๐Ÿ”ด HIGH ๐Ÿ”ต MEDIUM โšช LOW
16 68 84 0

package.json

โš ๏ธ CRITICAL ๐Ÿ”ด HIGH ๐Ÿ”ต MEDIUM โšช LOW
16 68 84 0

1 vulnerability found in crypto-js package

"crypto-js": "^4.0.0",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
CRITICAL Negligible crypto-js PBKDF2 1,000 times weaker than specified in 1993 and 1.3M times weaker than current standard <4.2.0 4.2.0

1 vulnerability found in react-scripts package

"react-scripts": "4.0.0",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
CRITICAL Negligible Vulnerability found in package react-scripts >=0.1.0 N/A

1 vulnerability found in aws-amplify package

"aws-amplify": "^3.0.23",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
HIGH Negligible Vulnerability found in package aws-amplify 2.2.8-unstable.0 - 4.2.6-unstable.4 N/A

1 vulnerability found in react package

"@testing-library/react": "^9.5.0",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
HIGH Negligible Vulnerability found in package react 0.15.0-alpha.1 - 16.4.2 18.2.0

1 vulnerability found in react-dom package

"react-dom": "^16.13.1",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
HIGH Negligible Vulnerability found in package react-dom 15.4.0-rc.1 - 16.4.2 18.2.0

1 vulnerability found in react-markdown package

"react-markdown": "^4.3.1",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
HIGH Negligible Vulnerability found in package react-markdown 3.0.0-rc1 - 4.3.1 N/A

1 vulnerability found in react-web-share-api package

"react-web-share-api": "0.0.2",

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
HIGH Negligible Vulnerability found in package react-web-share-api * 0.0.2

1 vulnerability found in browserslist package

"browserslist": {

View Vulnerabilities
Severity Exploitability Score Priority Issue Found in Fixed in
MEDIUM Negligible Regular Expression Denial of Service in browserslist 4.0.0 - 4.16.4 N/A

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): update dependency @stripe/stripe-js to v3
  • fix(deps): update dependency aws-amplify to v6
  • fix(deps): update dependency query-string to v9
  • fix(deps): update dependency react-bootstrap to v2
  • fix(deps): update dependency react-markdown to v9
  • fix(deps): update dependency react-router-dom to v6
  • fix(deps): update dependency react-scripts to v5
  • fix(deps): update react monorepo to v18 (major) (react, react-dom)
  • fix(deps): update testing-library monorepo (major) (@testing-library/jest-dom, @testing-library/react, @testing-library/user-event)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • @sentry/browser ^5.22.3
  • @stripe/stripe-js ^1.10.0
  • @testing-library/jest-dom ^4.2.4
  • @testing-library/react ^9.5.0
  • @testing-library/user-event ^7.2.1
  • aws-amplify ^3.0.23
  • crypto-js ^4.0.0
  • query-string ^6.13.7
  • react ^16.13.1
  • react-bootstrap ^0.33.1
  • react-clipboard.js ^2.0.16
  • react-dom ^16.13.1
  • react-markdown ^4.3.1
  • react-router-bootstrap ^0.25.0
  • react-router-dom ^5.2.0
  • react-scripts 4.0.0
  • react-stripe-elements ^6.1.2
  • react-web-share-api 0.0.2
  • zxcvbn ^4.4.2

  • Check this box to trigger a request for Renovate to run again on this repository

Secrets Dashboard

3 potential secrets found in repository

๐Ÿ”‘ Private Key ๐Ÿ”’ Generic API Key โ˜๏ธ Cloud API Key ๐Ÿ’ฌ Slack token
0 1 0 0

Stripe Access Token

"pk_test_51Hf3JqChF6zaLrtnLAm28IoGk0A7wlQQ08U1ePJVqBTRn0wz8qNZbUMeAP5aqaQABAaEi8mQKhWOjliuK9YFJyKy006OiezpYL",

Stripe Access Token

"pk_test_51Hf3JqChF6zaLrtnLAm28IoGk0A7wlQQ08U1ePJVqBTRn0wz8qNZbUMeAP5aqaQABAaEi8mQKhWOjliuK9YFJyKy006OiezpYL",

Generic API Key

<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "fa845b5eaad44b428e9d07011c00edc3"}'>

Vulnerabilities Dashboard - JavaScript

2 Potential vulnerability sources found in JavaScript files within this repo

โš ๏ธ CRITICAL ๐Ÿ”ด HIGH ๐Ÿ”ต MEDIUM โšช LOW
0 0 2 0

Nullify Code - JavaScript ๐Ÿ”ต MEDIUM Severity CWE-327

Node insecure random generator

crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.

retVal += charset.charAt(Math.floor(Math.random() * n));

Nullify Code - JavaScript ๐Ÿ”ต MEDIUM Severity CWE-327

Node insecure random generator

crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.

retVal += charset.charAt(Math.floor(Math.random() * n));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.