Releases: shaneboulden/kacti
Releases · shaneboulden/kacti
v0.7.1
v0.7.0
What's changed
- Adds a
images
command that can be used to lookup images that map to specific CVEs able to be tested bykacti
$ kacti images -l
CVE: CVE-2021-44228 -> Image: quay.io/kacti/log4shell@sha256:f72efa1cb3533220212bc49716a4693b448106b84ca259c20422ab387972eed9
- Adds a
--dry-run
flag that can be used to validate a trial without performing it, and emitting the results in a format that can be included in a YAML file:
$ kacti trials -d --dry-run -n kacti --cve CVE-2021-44228 log4shell
- Name: log4shell
Image: quay.io/kacti/log4shell@sha256:f72efa1cb3533220212bc49716a4693b448106b84ca259c20422ab387972eed9
Namespace: kacti
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's changed
- You can now specify CVEs for trials, starting with log4Shell.
$ kacti trials --deploy --cve CVE-2021-44228 --namespace kacti log4shell
-> Success, Deployment creation was blocked
v0.5.1
v0.5.0
What's changed
- Add support for
--verbose
and short-hand flags when running trials
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's changed
- Added imperative deployment trials. You can now run trials directly, without creating a file first
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
What's changed
- Remove unused cli toggles
- Add short version info option
kacti
now lets you use templated deployments
Full Changelog: v0.1.4...v0.2.1
v0.1.4
v0.1.4