feat: implement security scanning and fix JS/TS vulnerabilities#143
feat: implement security scanning and fix JS/TS vulnerabilities#143GenerQAQ merged 5 commits intomemodb-io:devfrom
Conversation
Add .github/workflows/security-scan.yaml for PR/push scanning - Add .github/workflows/security-scheduled.yaml for weekly deep scans - Add .github/dependabot.yml for automated dependency updates - Fix high-severity vulnerabilities in src/client/acontext-ts - Update UI dependencies in src/server/ui to fix moderate vulnerabilities
|
THe newly implemented security scans identified and allowed me resolve the following vulnerabilites
|
|
gonna CI Python audit locally to identify last vulnerabilities |
|
nvm , python security audit was hitting a limitation in |
|
I finished with phase 1, security foundation is now secure. gonna mvoe to phase 2 so i will be focusing on 'handshake' tests between the Go API and Python COre to ensure cross-service stability :D If you dont have any questions. This is ready to merge. :) |
|
LGTM 🚀 |
Why we need this PR?
Describe your solution
This PR implements Phase 1 of the security initiative by introducing:
security-scan.yaml(PR/Push) andsecurity-scheduled.yaml(Weekly).Implementation Tasks
Impact Areas
Which part of Acontext would this feature affect?
Checklist
devbranch.