Skip to content

Pull requests: SdSarthak/AegisAI

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix: prevent SSRF via DNS rebinding with comprehensive IP validation (#1530) level:advanced Advanced difficulty task type:security Security related
#1538 opened Jul 8, 2026 by ionfwsrijan Contributor Loading…
fix: add prompt injection guard to streaming RAG endpoint (#1528) level:intermediate Intermediate difficulty task type:security Security related
#1536 opened Jul 8, 2026 by ionfwsrijan Contributor Loading…
feat: replace Base.metadata.create_all with alembic upgrade head and document migration workflow level:intermediate Intermediate difficulty task type:devops DevOps, CI/CD, infrastructure
#1535 opened Jul 8, 2026 by VaishnaviJagtap18 Contributor Loading…
5 of 12 tasks
fix: add row-level access control and pagination to background scheduler jobs level:intermediate Intermediate difficulty task type:security Security related
#1526 opened Jul 7, 2026 by ionfwsrijan Contributor Loading…
fix: resolve thread-safety and lock granularity bugs in DistributedRateLimiter level:advanced Advanced difficulty task type:bug Bug fix
#1525 opened Jul 7, 2026 by ionfwsrijan Contributor Loading…
fix: add HMAC-signed integrity verification to FAISS index load/save paths level:advanced Advanced difficulty task type:security Security related
#1524 opened Jul 7, 2026 by ionfwsrijan Contributor Loading…
Fix: cache loaded FAISS vector store to eliminate repeated cold-start cost level:intermediate Intermediate difficulty task type:performance Performance improvement
#1516 opened Jul 6, 2026 by anshul23102 Contributor Loading…
4 tasks done
Add FAISS index pre-loading and validation on startup level:intermediate Intermediate difficulty task type:performance Performance improvement
#1508 opened Jul 6, 2026 by anshul23102 Contributor Loading…
4 tasks
Add cascade delete relationships and ON DELETE CASCADE constraints level:intermediate Intermediate difficulty task type:bug Bug fix
#1507 opened Jul 6, 2026 by anshul23102 Contributor Loading…
3 tasks
Reduce bcrypt work factor for improved auth performance level:intermediate Intermediate difficulty task type:security Security related
#1506 opened Jul 6, 2026 by anshul23102 Contributor Loading…
3 tasks
chore : add authlib dependency to requirements.txt
#1504 opened Jul 6, 2026 by tmdeveloper007 Contributor Loading…
test : added unit tests for context.py request_id/user_id ContextVar helpers level:beginner Beginner difficulty task type:testing Tests and testing infrastructure
#1501 opened Jul 6, 2026 by tmdeveloper007 Contributor Loading…
fix : added SECRET_KEY validation requiring 32+ chars in production gssoc:approved GSSoC approved contribution — required for points to count level:intermediate Intermediate difficulty task type:security Security related
#1486 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : added BCRYPT_ROUNDS config for faster hashing in dev/test gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:performance Performance improvement
#1485 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : added admin-only authorization to guard scan log export endpoint gssoc:approved GSSoC approved contribution — required for points to count level:intermediate Intermediate difficulty task type:security Security related
#1484 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : simplified RAG health check to report general availability gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:refactor Code refactoring
#1483 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : added Cache-Control headers to badge endpoint SVG responses gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:performance Performance improvement
#1481 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : replace datetime.utcnow() with datetime.now(timezone.utc) in scheduler.py gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:bug Bug fix
#1471 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : replace datetime.utcnow() with datetime.now(timezone.utc) in analytics.py gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:bug Bug fix
#1470 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : cascade-delete notifications when AI system is deleted gssoc:approved GSSoC approved contribution — required for points to count level:intermediate Intermediate difficulty task type:bug Bug fix
#1469 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : return safe 503 error in RAG query instead of leaking raw LLM exception gssoc:approved GSSoC approved contribution — required for points to count level:intermediate Intermediate difficulty task type:bug Bug fix
#1468 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
fix : added file_size > 0 guard in RAG ingest endpoint gssoc:approved GSSoC approved contribution — required for points to count level:beginner Beginner difficulty task type:bug Bug fix
#1467 opened Jul 5, 2026 by tmdeveloper007 Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.