rules.go 499 B

1234567891011121314151617
  1. // Unless explicitly stated otherwise all files in this repository are licensed
  2. // under the Apache License Version 2.0.
  3. // This product includes software developed at Datadog (https://www.datadoghq.com/).
  4. // Copyright 2016 Datadog, Inc.
  5. //go:build appsec
  6. // +build appsec
  7. package appsec
  8. import _ "embed"
  9. // Static recommended AppSec rule 1.4.3
  10. // Source: https://github.com/DataDog/appsec-event-rules/blob/1.4.3/build/recommended.json
  11. //
  12. //go:embed rules.json
  13. var staticRecommendedRules string