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

Resolve Python security alerts #2722

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

StepanBrychta
Copy link
Contributor

@StepanBrychta StepanBrychta commented Oct 3, 2024

What does this change?

Resolves the following security alerts by updating Python packages:

  • All Removal of e-Tugra root certificate alerts
  • All Werkzeug debugger vulnerable to remote execution when interacting with attacker controlled domain alerts

This is done by updating the werkzeug and certifi packages in several Python services.

How to test

I believe that no testing is required for this change. We don't use either of these packages directly, and all packages which require either of these packages are version agnostic (verified using the pipdeptree command).

Furthermore, the werkzeug package is only used in unit tests (test_requirements.txt), so updating it does not risk breaking production code.

How can we measure success?

All listed Python-related security alerts in this repo are addressed.

Have we considered potential risks?

@StepanBrychta StepanBrychta changed the title Resolve certify security alerts Resolve Python security alerts Oct 3, 2024
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