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

Add python pip related files #1187

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

righettod
Copy link
Contributor

Purpose of pull request

Hi,

This PR propose to add the following pip related files:

  • Pipfile
  • Pipfile.lock

Such files can be present, by mistake, after the deployment of a python-based web app and, then, can provides information about:

  • External modules used and then potential vulnerable ones.
  • Exposure to dependency confusion attacks in case of internal modules used.

Source

Additional context

None.

@righettod
Copy link
Contributor Author

🤔Error on line 4748 is not related to my update of the file:

image

@ItsIgnacioPortal
Copy link
Collaborator

Great stuff as always @righettod 👍

@ItsIgnacioPortal ItsIgnacioPortal merged commit 114329b into danielmiessler:master Mar 21, 2025
1 check failed
@righettod righettod deleted the pipfile_add branch March 24, 2025 05:07
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.

2 participants