All notable changes to this project will be documented in this file.
Commit: b84f0f9
Branch feature/targetid
Summary: Fingerprint hosts for reporting --experimental
- Properties on Final SARIF report key names corrected to kebab case.
- Added Global hostData & hostFingerprint
- Added "host-data" & "host-fingerprint" to Final SARIF Report
- Properties on Final SARIF report key names corrected to kebab case.
- None
Commit: e95c0ed
Branch feature/loadremote
Summary: Capability to load the main policy file from remote endpoint (and check their SHA256)
- None
- Added this CHANGELOG
- Added shorthand for policy (-p)
- Added shorthand for tag filtering "tags_any" (-f)
- Added sha256 checksum on command line for policy (--checksum)
- INTERCEPT can now load a remote policy (ex: https://raw.githubusercontent.com/xfhg/intercept/master/playground/policies/test_scan.yaml)
- INTERCEPT can verify the checksum of remote policies
- Modified go build version to 1.23
- None