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

feat: added sync registries logging #1172

Merged
merged 5 commits into from
Sep 20, 2024
Merged

feat: added sync registries logging #1172

merged 5 commits into from
Sep 20, 2024

Conversation

wwills2
Copy link
Collaborator

@wwills2 wwills2 commented Sep 18, 2024

feat: added configurable log level
feat: added sequelize logging

feat: added configurable log level
feat: added sequelize logging
Copy link

socket-security bot commented Sep 18, 2024

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

Package New capabilities Transitives Size Publisher
npm/@babel/cli@7.25.6 Transitive: environment, eval, filesystem, network, shell +36 2.15 MB nicolo-ribaudo
npm/@babel/plugin-syntax-import-attributes@7.25.6 None +1 183 kB existentialism, hzoo, jlhwung, ...1 more
npm/@babel/preset-env@7.25.4 Transitive: environment, filesystem, shell, unsafe +152 18.3 MB existentialism, hzoo, jlhwung, ...1 more
npm/@commitlint/cli@19.5.0 Transitive: environment, eval, filesystem, shell, unsafe +96 30.3 MB bycedric, escapedcat, marionebl, ...1 more
npm/@commitlint/config-conventional@19.5.0 Transitive: filesystem +9 2.39 MB bycedric, escapedcat, marionebl, ...1 more
npm/@eslint/js@9.10.0 None 0 14.2 kB eslintbot, openjsfoundation
npm/@yao-pkg/pkg@5.14.2 environment, filesystem, shell, unsafe Transitive: network +124 9.72 MB roberts_lando
npm/body-parser@1.20.3 network Transitive: environment, eval, filesystem, unsafe +36 1.5 MB ulisesgascon
npm/eslint@9.10.0 environment Transitive: filesystem, shell, unsafe +71 9.69 MB eslintbot
npm/express@4.21.0 environment, filesystem, network Transitive: eval, unsafe +57 1.62 MB wesleytodd
npm/husky@9.1.6 environment, filesystem, shell 0 4.03 kB typicode
npm/mysql2@3.11.3 environment, network Transitive: eval +11 1.15 MB sidorares
npm/sinon@18.0.1 Transitive: environment, eval +12 7.73 MB cjohansen, fatso83, mantoni, ...1 more

🚮 Removed packages: npm/@babel/cli@7.24.8, npm/@babel/plugin-syntax-import-attributes@7.24.7, npm/@babel/preset-env@7.25.3, npm/@commitlint/cli@19.4.0, npm/@commitlint/config-conventional@19.2.2, npm/@eslint/js@9.9.0, npm/@yao-pkg/pkg@5.12.1, npm/body-parser@1.20.2, npm/eslint@9.9.0, npm/express@4.19.2, npm/husky@9.1.4, npm/mysql2@3.11.0, npm/sinon@18.0.0

View full report↗︎

Copy link

socket-security bot commented Sep 18, 2024

🚨 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
AI-detected potential code anomaly npm/@yao-pkg/pkg@5.14.2
  • Notes: The code involves dynamically executing JavaScript code using the vm.Script module and managing child processes to handle this execution. This approach is inherently risky as it allows for arbitrary code execution and has potential security implications if the input data is not properly sanitized.
  • Confidence: 1.00
  • Severity: 0.60
🚫

View full report↗︎

Next steps

What is an AI-detected potential code anomaly?

AI has identified unusual behaviors that may pose a security risk.

An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding.

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/@yao-pkg/pkg@5.14.2

@wwills2 wwills2 marked this pull request as ready for review September 20, 2024 18:49
@wwills2 wwills2 merged commit 288c7c6 into develop Sep 20, 2024
11 of 12 checks passed
@wwills2 wwills2 deleted the debug-logging branch September 20, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant