Skip to content

Commit aac612b

Browse files
committed
fix(security): resolve Bandit/Trivy findings and harden frontend runtime
1 parent 397da02 commit aac612b

6 files changed

Lines changed: 3750 additions & 3734 deletions

File tree

backend/requirements.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# Core Web Framework
2-
fastapi==0.109.0
3-
uvicorn[standard]==0.27.0
4-
python-multipart==0.0.6
5-
6-
# LLM & AI APIs
7-
httpx==0.27.2
8-
requests==2.31.0
9-
openai>=1.0.0
10-
11-
# Document Processing
12-
pypdf==6.1.1
13-
python-docx==1.1.0
14-
pdf2image==1.16.3
15-
pytesseract==0.3.10
16-
Pillow==10.2.0
17-
18-
# Configuration Management
19-
python-dotenv==1.0.0
20-
pydantic==2.5.3
21-
22-
# RAG / Vector Search
23-
numpy==1.26.4
24-
faiss-cpu==1.8.0
25-
26-
# Utilities
27-
aiofiles==23.2.1
1+
# Core Web Framework
2+
fastapi==0.109.0
3+
uvicorn[standard]==0.27.0
4+
python-multipart==0.0.22
5+
6+
# LLM & AI APIs
7+
httpx==0.27.2
8+
requests==2.31.0
9+
openai>=1.0.0
10+
11+
# Document Processing
12+
pypdf==6.1.1
13+
python-docx==1.1.0
14+
pdf2image==1.16.3
15+
pytesseract==0.3.10
16+
Pillow==12.1.1
17+
18+
# Configuration Management
19+
python-dotenv==1.0.0
20+
pydantic==2.5.3
21+
22+
# RAG / Vector Search
23+
numpy==1.26.4
24+
faiss-cpu==1.8.0
25+
26+
# Utilities
27+
aiofiles==23.2.1

0 commit comments

Comments
 (0)