• Joined on 2021年07月21日
ulexus commented on pull request stagex/sxctl#4 2024年02月14日 17:39:38 +01:00
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.

ulexus pushed to sean/add-setup-script at stagex/stagex 2024年02月13日 20:44:06 +01:00
3ab01da436 feat: add setup-debian-12.sh script
6bf477f38e fix: re-enable sxctl
Compare 2 commits »
ulexus deleted branch sean/sxctl-v0-0-3 from stagex/stagex 2024年02月13日 20:43:19 +01:00
ulexus pushed to sean/add-setup-script at stagex/stagex 2024年02月13日 20:31:51 +01:00
8433094b89 feat: add setup-debian-12.sh script
ulexus created pull request stagex/stagex#26 2024年02月13日 20:25:43 +01:00
feat: add setup-debian-12.sh script
ulexus created branch sean/add-setup-script in stagex/stagex 2024年02月13日 20:25:38 +01:00
ulexus pushed to sean/add-setup-script at stagex/stagex 2024年02月13日 20:25:38 +01:00
7f6a40cf4a feat: add setup-debian-12.sh script
ulexus merged pull request stagex/stagex#25 2024年02月13日 20:17:48 +01:00
chore: upgrade sxctl to v0.0.3
ulexus created pull request stagex/stagex#25 2024年02月13日 20:15:23 +01:00
chore: upgrade sxctl to v0.0.3
ulexus created branch sean/sxctl-v0-0-3 in stagex/stagex 2024年02月13日 20:15:15 +01:00
ulexus pushed to sean/sxctl-v0-0-3 at stagex/stagex 2024年02月13日 20:15:15 +01:00
b16ebee13c chore: upgrade sxctl to v0.0.3
ulexus pushed tag v0.0.3 to stagex/sxctl 2024年02月13日 20:11:19 +01:00
ulexus deleted branch sean/stagex-structure-change from stagex/sxctl 2024年02月13日 20:09:54 +01:00
ulexus closed pull request stagex/sxctl#3 2024年02月13日 20:09:46 +01:00
sean/stagex-structure-change
ulexus pushed to main at stagex/sxctl 2024年02月13日 20:09:33 +01:00
f8a13dcaca fix: rework template to match new stagex layout
6d03badbdc util: add helper scripts
Compare 2 commits »
ulexus created pull request stagex/sxctl#3 2024年02月13日 19:07:23 +01:00
sean/stagex-structure-change
ulexus created branch sean/stagex-structure-change in stagex/sxctl 2024年02月13日 19:06:56 +01:00
ulexus pushed to sean/stagex-structure-change at stagex/sxctl 2024年02月13日 19:06:56 +01:00
f8a13dcaca fix: rework template to match new stagex layout
6d03badbdc util: add helper scripts
Compare 2 commits »
ulexus deleted branch sean/stage0-apline-fix from stagex/stagex 2024年02月13日 15:35:09 +01:00
ulexus deleted branch sean/pkg-sxctl from stagex/stagex 2024年02月13日 15:34:54 +01:00