Skip to content

Fix/dependabot cves#8

Merged
koljahuang merged 6 commits into
mainfrom
fix/dependabot-cves
Apr 3, 2026
Merged

Fix/dependabot cves#8
koljahuang merged 6 commits into
mainfrom
fix/dependabot-cves

Conversation

@koljahuang
Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

koljahuang and others added 6 commits April 1, 2026 21:11
feat: increase all timeout configurations to 1 hour
python-jose depends on ecdsa which is vulnerable to Minerva timing
attack on P-256 (CVE). The ecdsa project has no planned fix.

Since we only use HS256 (symmetric HMAC), PyJWT is a drop-in replacement
that removes ecdsa, python-jose, and rsa from the dependency tree.
…ncurrency

ConfigMap sets KBR_UVICORN_LIMIT_MAX_REQUESTS=0 to mean unlimited,
but uvicorn interprets 0 literally as 'restart after 0 requests',
causing immediate CrashLoopBackOff. Convert 0 to None.
@koljahuang koljahuang merged commit 3960d46 into main Apr 3, 2026
11 checks passed
koljahuang added a commit that referenced this pull request Apr 4, 2026
@koljahuang koljahuang deleted the fix/dependabot-cves branch April 4, 2026 01:33
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