chris48s / v8r

✔️ A command-line JSON, YAML and TOML validator that's on your wavelength
https://chris48s.github.io/v8r/
MIT License
28 stars 5 forks source link

move docs to gh pages site #486

Closed chris48s closed 1 month ago

chris48s commented 1 month ago

TODO

socket-security[bot] commented 1 month ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@docusaurus/core@3.4.0 Transitive: environment, eval, filesystem, network, shell, unsafe +616 60.2 MB slorber
npm/@docusaurus/module-type-aliases@3.4.0 Transitive: environment +18 2.58 MB slorber
npm/@docusaurus/preset-classic@3.4.0 environment Transitive: eval, filesystem, network, unsafe +455 50.4 MB slorber
npm/@docusaurus/types@3.4.0 Transitive: environment, filesystem, shell +107 6.84 MB slorber
npm/@mdx-js/react@3.0.1 None +4 1.71 MB wooorm
npm/clsx@2.1.1 None 0 8.55 kB lukeed
npm/prism-react-renderer@2.3.1 None +1 737 kB formidablelabs
npm/react-dom@18.3.1 environment +2 4.53 MB react-bot
npm/react@18.3.1 environment +2 339 kB react-bot

🚮 Removed packages: npm/ajv-draft-04@1.0.0, npm/ajv-formats@3.0.1, npm/c8@10.1.2, npm/chalk@5.3.0, npm/cosmiconfig@9.0.0, npm/decamelize@6.0.0, npm/eslint-config-prettier@9.1.0, npm/eslint-plugin-mocha@10.5.0, npm/eslint-plugin-prettier@5.2.1, npm/eslint@9.8.0, npm/flat-cache@5.0.0, npm/glob@10.4.1, npm/global-agent@3.0.0, npm/got@13.0.0, npm/is-url@1.2.4, npm/minimatch@9.0.4, npm/mocha@10.7.0, npm/mock-cwd@1.0.0, npm/nock@13.5.4, npm/prettier@3.3.3, npm/smol-toml@1.3.0, npm/yargs@17.7.2

View full report↗︎

socket-security[bot] commented 1 month ago

🚨 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
Install scripts npm/core-js@3.37.1
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
🚫
Install scripts npm/core-js-pure@3.37.1
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
🚫

View full report↗︎

Next steps

What is an install script?

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 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/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/core-js@3.37.1
  • @SocketSecurity ignore npm/core-js-pure@3.37.1
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.96%. Comparing base (1cd9bc0) to head (323148d). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #486 +/- ## ======================================= Coverage 95.96% 95.96% ======================================= Files 20 20 Lines 1139 1139 Branches 260 260 ======================================= Hits 1093 1093 Misses 45 45 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.