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

Investigate vulnerability: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') #1139

Open
SGeeversAtVortech opened this issue Jan 30, 2024 · 1 comment

Comments

@SGeeversAtVortech
Copy link
Contributor

In GitLab by @bentvelsen on Jan 30, 2024, 10:54

Issue created from vulnerability 63112023

Description:

Consider possible security implications associated with subprocess module.

Identifiers:

  • Bandit Test ID B404
  • bandit.B404
  • CWE-78
  • A8 - Insecure Deserialization
  • A8:2017 - Insecure Deserialization

Scanner:

  • Name: Semgrep
@SGeeversAtVortech
Copy link
Contributor Author

In GitLab by @bentvelsen on Jan 30, 2024, 11:31

I do not think this is actually an issue:

  • The versioneer script is only executed when creating releases (on our local pc or on gitlab).
  • The process that is being executed is always git, where the list of possible arguments is hardcoded.

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

No branches or pull requests

1 participant