WIP: feat: add vuln scanner
The usual pattern here would be to return a pointer to a VulnerabilityReport. There are several reasons for this, beyond simply convention. One is that we avoid making an unnecessary copy of the data. Two is that we avoid all the unnecessary instantiations we see below, when we want to just return an empty report: we just return a nil instead, making the code simpler and avoiding an unnecessary allocation along the way.
3ab01da436
feat: add setup-debian-12.sh script
6bf477f38e
fix: re-enable sxctl
8433094b89
feat: add setup-debian-12.sh script
feat: add setup-debian-12.sh script
7f6a40cf4a
feat: add setup-debian-12.sh script
chore: upgrade sxctl to v0.0.3
chore: upgrade sxctl to v0.0.3
b16ebee13c
chore: upgrade sxctl to v0.0.3
sean/stagex-structure-change
f8a13dcaca
fix: rework template to match new stagex layout
6d03badbdc
util: add helper scripts
sean/stagex-structure-change
f8a13dcaca
fix: rework template to match new stagex layout
6d03badbdc
util: add helper scripts