Skip to content

v1.0.8

Compare
Choose a tag to compare
@cutler-scott-newrelic cutler-scott-newrelic released this 11 Aug 22:59
· 92 commits to master since this release
  • reworked allow lists in a few ways:
    • now compiles the values into regular expressions rather than using string compare
    • includes a default allowlist when none is specified
    • if the pattern name <GLOBAL> is used it will be checked against all patterns
    • moved the allowlist code into lib.rs so that all hogs will use it by default
    • included a new format for allowlists that include checks for paths as well