Commit History

debug: add traceback printing to exceptions
2a6bec4

thefounder03 commited on

fix: make proxy token authentication fallback fail-safe
48faea5

thefounder03 commited on

fix: add synchronous scanning and optimize for Hugging Face Spaces 16GB memory
035f79c

thefounder03 commited on

Fix VibeSec pipeline logic bugs, routing, feedback store, and RLS test cases
35a0968

thefounder03 commited on

refactor(backend): use asyncio and thread pools for background tasks, optimize scanner AST utils and checks
1948258

dhruvkachhela commited on

Refactor scanner layers to use AST architecture, fix uvicorn graceful shutdown
8830d3e

thefounder03 commited on

fix(api): add self-ping keep-alive loop to prevent Render free-tier spin-down during active scans
1947ceb

dhruvkachhela commited on

fix: optimize Layer 7 memory footprints and prevent OOM/timeouts on Render
a13cc4e

thefounder03 commited on

feat(scanner): sync dynamic secrets validation filters and entropy triaging
d46e192

thefounder03 commited on

security: add security headers middleware, upgrade package dependencies, and resolve scanner false positives
b98a2e0

thefounder03 commited on

fix(scanner): resolve base64 file corruption and route classification bugs, sync AST upgrades
71bbe71

dhruvkachhela commited on

feat: implement dynamic Semgrep rules sync engine, secure admin endpoint and offline rulesets
7228417

dhruvkachhela commited on

fix(api): map SQLi, XSS, XXE, and other injection findings to the newly allowed 'injection' category
28e524a

dhruvkachhela commited on

fix: secure dynamic fallback for backward compatibility in production
44d1989

dhruvkachhela commited on

fix: resolve proxy authentication 401 unauthorized
fc363e6

dhruvkachhela commited on

security: implement secure path traversal, SSRF mitigation, rate limiting, and Joern injection sanitization
f29057b

dhruvkachhela commited on

fix: align database scans table update with the correct Postgres schema (remove scan_metadata and vulnerabilities_count)
0c9d937

dhruvkachhela commited on

fix: map scan finding categories strictly to vulnerabilities_category_check database constraints
851c62c

dhruvkachhela commited on

fix: add GET and HEAD root path handlers for Render health check
48284f7

dhruvkachhela commited on

fix: scans table constraint and robust parsing of OSV CVSS score vectors
8e74a92

dhruvkachhela commited on

feat: execute scan engine asynchronously in background task and support VIBESEC_PROXY_TOKEN
f7bcdb4

dhruvkachhela commited on

debug: print token and service key details
e0fdabf

dhruvkachhela commited on

fix: sanitize environment variables by stripping quotes
360e833

dhruvkachhela commited on

fix: support service-role key authorization for background scans
ffe6464

dhruvkachhela commited on

feat: secure Python backend engine v2.0
6cb82c6

dhruvkachhela commited on