fix(audit): resolve 6 critical bugs + standardize project files - #23
Merged
Conversation
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.31. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.20...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
C1: rate_limiter dict typo fix. C2: zammad import requests. C3: session_manager SQL injection fix. C4/C5: Redis URL fixes. C6: email_fetcher endpoint fix. Added .dockerignore, j1.yaml, CHANGELOG.md, CODEOWNERS.
OneByJorah
force-pushed
the
audit/2026-07-05
branch
from
July 6, 2026 05:45
87060af to
6d09d36
Compare
| # Try to extract email from message | ||
| import re | ||
| email_match = re.search(r'[\w.+-]+@[\w-]+\.[\w.-]+', text) | ||
| email_match = re.search(r"[\w.+-]+@[\w-]+\.[\w.-]+", text) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔴 Critical Bugs Fixed
rate_limiter.pydict init=()(would crash)={}zammad.pymissingimport requests(NameError at runtime)session_manager.pySQL injection via.format()MAKE_INTERVALqueryhealth_monitor.pyRedis URL used PostgreSQL port 5432whatsapp_webhook.pysame Redis URL port erroremail_fetcher.pyposted to non-existent/tickets/create/chatinstead📋 Standard Files Added
.dockerignore— build context optimizationj1.yaml— pipeline registry metadataCHANGELOG.md— release history.github/CODEOWNERS— PR ownership routing📊 Score
73 → 82/100 (+9 points)