Spaces:
Sleeping
Sleeping
Commit History
Merge branch 'audit-fixes' ee916bc
debug: add traceback printing to exceptions 2a6bec4
fix: disable HTTP2 globally in httpx to prevent ConnectionTerminated errors on long scans 2bb2d82
dhruvkachhela commited on
fix: retrieve fresh Supabase clients to prevent connection termination on long scans 0fbf432
dhruvkachhela commited on
fix: implement missing _extract_calls_regex fallback method d88acd3
dhruvkachhela commited on
fix: update OWASP ZAP download URL to use zap-archive repository 97a65fa
dhruvkachhela commited on
feat: upgrade scanner with route-middleware modeling, adaptive context triage, and memory scaling 45406d8
dhruvkachhela commited on
fix: auto-enable DAST whenever runtime_url is provided ceda005
fix: auto-enable DAST for DAST-only runtime URL scans 79594c8
fix: resolve runtime url validation crash and add short file base64 decoding 80624d9
fix: return 100/100 score for clean scans with 0 findings 7656250
fix: make proxy token authentication fallback fail-safe 48faea5
chore: ignore supabase/.temp/ in gitignore 5cf2cec
fix: add synchronous scanning and optimize for Hugging Face Spaces 16GB memory 035f79c
feat: upgrade Layer 7 triage validator to use Llama 3.1 70B and enhanced prompts 1a2fe55
bugfix: import ScanDomain in layer7_validator.py 9256c72
tuning: update deprecated nvidia nim models 495d3b3
docs: add Hugging Face Spaces configuration metadata README 9e1fcda
feat: sync proximity deduplication, max_iterations=10, timeout extensions, and secrets entropy fixes to backend 5474df8
ci: add Hugging Face Spaces auto-sync workflow ca3a43f
fix(orchestrator): mark AST-confirmed sanitizer findings as false positive instead of real 3dd52fa
fix(triage): route all SAST/LLM taint findings to Joern CPG validator 1318385
fix(triage): route injection findings to Joern for path validation and constrain prompt-injection rules aca56fa
feat: install and enable Joern static analysis in Dockerfile 4a6c957
Fix VibeSec pipeline logic bugs, routing, feedback store, and RLS test cases 35a0968
changed model LLM d2bb265
feat(scanner): implement dynamic subscription guard, unvalidated DB structural check, and optimize Semgrep chunk execution 2fcb3b3
perf(sast): reduce batch chunk size to 10 for Render free-tier RAM ceiling 7ef60b2
refactor(scanner): optimize imports of Confidence in orchestrator 3e89bf1
fix(chains): deduplicate LLM prompt injection chains to prevent duplicates 0d43664
dhruvkachhela commited on
fix(report): add rate-limit recovery and batch exception handling to Layer 9 f9ce5cf
dhruvkachhela commited on
fix: resolve logic, security, and memory leak issues in scanner layers 295bbd1
dhruvkachhela commited on
perf(cf): use fast llama model and fix TaintPath instantiation typo 9b27dc2
dhruvkachhela commited on
feat(scanner): improve precision in auth, rls, and llm rules, add public repo test script cbee22c
dhruvkachhela commited on
perf: hybrid AST+LLM taint tracer and tier 0 pre-filter 84d5644
fix(feedback): resolve rule_fp_rates SQLite table initialization crash 86de7d4
feat(scanner): implement 5 targeted improvements to scanning engine and rules 3357d94
perf(fallback): fail fast on 429 errors to invoke NVIDIA NIM immediately 5d0a8ce
dhruvkachhela commited on
fix(security): remove hardcoded Gemini API key fallback from client 03d48ef
dhruvkachhela commited on
feat: implement primary Gemini with NVIDIA NIM fallback and robust regex JSON parsing fb57fcd
dhruvkachhela commited on
Migrate backend to Gemini 3.1 Flash Lite and optimize JS/TS rulesets c972e32
dhruvkachhela 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
fix(api): add self-ping keep-alive loop to prevent Render free-tier spin-down during active scans 1947ceb
dhruvkachhela commited on
fix(sast): resolve false positives in Layer 0 indexer 14bff6a
dhruvkachhela commited on
fix: optimize Layer 7 memory footprints and prevent OOM/timeouts on Render a13cc4e
fix(pipeline): resolve container port binding, checkov execution path, and secrets scanner test path filtration 94a5231
dhruvkachhela commited on