Skip to content

Releases: xfhg/intercept

v1.0.12

25 Oct 07:49
Compare
Choose a tag to compare

interceptv1

Release v1.0.12

  • final tweaks before v1.1.0

v1.0.11

19 Oct 05:41
cfeef7d
Compare
Choose a tag to compare

interceptv1

Release v1.0.11

  • github actions integration + compliant output (examples provided)
  • performance optimizations / core binaries updated
  • hooks signatures and auth options
  • remote policy execution endpoint :

Remote Policy Execution Endpoint

  1. Add your user public keys to the policy file :
Config: 
  Flags:
    remote_auth:
      - "UserA:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICtFRLdSvayFQwQdIOk6NKuEpEK7KvYBQz8LUVerSo8T"
      - "UserB:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyubt40tutUSi3FQqcEzbDUu14RdLstEbURvX/M2bM/"
  1. Run your observe command with --remote (can use the example test_remote.yaml on the playground)
  2. SSH into your intercept instance with one of your IDs (in remote_auth) on port 23234
  3. ???
  4. Profit

INTERCEPT-v1 0 11

What's Changed


Full Changelog: v1.0.10...v1.0.11

v1.0.10

02 Oct 12:44
f0f5200
Compare
Choose a tag to compare

interceptv1

Release v1.0.10

What's new

  • core binaries updated
  • newly rebuilt rego policy engine template ( +playground examples )
  • standard log structure
  • log output types "minimal" "results" "policy" "report"
  • log output types parity with webhook payloads
  • hook bulk mode for ES
  • enhanced Logging and Reporting

v1.0.9

26 Sep 14:39
0cc3fc3
Compare
Choose a tag to compare
v1.0.9 Pre-release
Pre-release

Release v1.0.9

What's new

  • compliance output log files ( --output-type log )
  • compliance output log detail levels ( --log-type minimal,results,policy,report,one )
  • new event-types for webhooks ( "bulk" for Elastic Search bulk post with --index to define the ES index )
  • logrollers and SARIF output size auto management, compression, rotation and cleaning.
  • observe path monitoring reaction modes ( --mode last || first || all )

Platform mapping

Intercept Platform Corresponding Binary Notes
darwin/amd64 intercept-darwin-amd64 For Intel-based Macs
darwin/arm64 intercept-darwin-arm64 For Apple Silicon Macs (M1, M2, MX)
windows/amd64 intercept-windows-amd64.exe 64-bit Windows (MSVC build)
linux/amd64 intercept-linux-amd64 Statically linked with musl for maximum compatibility
linux/arm64 intercept-linux-arm64 64-bit ARM Linux systems
linux/arm/v7 intercept-linux-arm-v7 For ARMv7 (32-bit ARM with hard float) Linux systems (e.g., Raspberry Pi 2 and above)

v1.0.8

26 Sep 14:09
efb4abe
Compare
Choose a tag to compare
v1.0.8 Pre-release
Pre-release

Release v1.0.8

v1.0.7

19 Sep 05:13
Compare
Choose a tag to compare
v1.0.7 Pre-release
Pre-release

interceptv1

Release v1.0.7

What's Changed

  • Improved Config.Flags.ignore behavior
  • Hotfix for no target audits

Full Changelog: v1.0.6...v1.0.7

v1.0.6

18 Sep 09:22
Compare
Choose a tag to compare
v1.0.6 Pre-release
Pre-release

interceptv1

Release v1.0.6

Full Changelog: v1.0.5...v1.0.6

What's Changed

  • Cleaned the YAML un-marshelling of the config to avoid missing data edge cases (by @xfhg)
  • Added all finding sub-matches as SARIF detailed results (by @xfhg)
  • Added insecure nginx scan example to playground (by @xfhg)

v1.0.5

13 Sep 11:52
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

interceptv1

What's Changed