Security audit β 2026-06-29#78
Open
versila22 wants to merge 1 commit into
Open
Conversation
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.
Pentest mini-report β versila22/lima-app β 2026-06-29
Probed URL: https://limaimpro.duckdns.org/
Stack: React 18 + Vite 7 + TanStack Query + Radix UI (frontend) / FastAPI + Python-jose + SQLAlchemy (backend) / npm / PWA=yes (Workbox NetworkFirst, autoUpdate)
Counts: Critical=0 High=0 Medium=2 Low=1 Info=2
Findings
backend/app/main.py:GET /health/db, /health/migrations//-prefixed pathpackage.json(react-router 6.30.3)backend/app/config.py:10vite.config.ts:workbox.runtimeCachingpackage.json devDependenciesTop 3 fixes
/health/dband/health/migrations; remove the traceback from the JSON response body.redirectparam to block//-prefixed values.npm audit fixto clear vitest critical and downgrade-chain highs (affects CI security, not production runtime).Evidence (Critical/High only)
No Critical or High findings.
Verified safe
dangerouslySetInnerHTML,innerHTML=,eval) found insrc/allow_credentials=True, no wildcard originshttponly=True,securetied to request scheme,samesite="none"when HTTPS,"lax"otherwise/docsand/redocdisabled in non-development modeNeeds server-side verification
pip-audit -r backend/requirements.txtTools
ran=npm-audit, grep-secrets, openssl-s_client (TLS/cert), grep-SAST; skipped=pip-audit (not installed), curl-DAST (egress blocked by network policy β 403 from proxy for all DAST checks)
Generated by Claude Code