**Date**: 2026-02-07
**Vulnerabilities Found**: 68
The weekly dependency scan found known security vulnerabilities.
### Next Steps
1. Download the [pip-audit-report.json artifact](https://github.com/Patoruzuy/Devhost/actions/runs/21784796070)
2. Review each vulnerability's severity and impact
3. Update affected dependencies to patched versions
4. Run `pip-audit --desc` locally for details
### Common Fixes
```bash
# Update specific package
pip install --upgrade <package-name>
# Update all dependencies
pip install --upgrade -r router/requirements.txt
# Verify fixes
pip-audit --desc
```
See [docs/security-configuration.md](docs/security-configuration.md) for vulnerability response process.
Automated Security Scan Report