Skip to content

🛡️ protect against python supply chain attacks#4

Merged
rafaelleinio merged 1 commit intomainfrom
DAT-2828
Mar 30, 2026
Merged

🛡️ protect against python supply chain attacks#4
rafaelleinio merged 1 commit intomainfrom
DAT-2828

Conversation

@rafaelleinio
Copy link
Copy Markdown
Collaborator

@rafaelleinio rafaelleinio commented Mar 30, 2026

Note

Low Risk
Low risk because changes are limited to documentation and dependency resolution configuration, with no runtime code impact aside from potentially pinning slightly older package versions during installs.

Overview
Adds a Dependency management section to README.md describing use of uv, the committed uv.lock, and the rationale for a supply-chain mitigation cooldown.

Updates pyproject.toml to configure uv with exclude-newer = "7 days", preventing installs from selecting packages published within the last week.

Written by Cursor Bugbot for commit af33f70. This will update automatically on new commits. Configure here.

@rafaelleinio rafaelleinio self-assigned this Mar 30, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@rafaelleinio rafaelleinio merged commit 7908150 into main Mar 30, 2026
2 checks passed
@rafaelleinio rafaelleinio deleted the DAT-2828 branch March 30, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant