Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APPSEC-8112] Appsec allow to set user id denylist #2612

Merged
merged 5 commits into from
Feb 13, 2023

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    a7f13b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65eabdb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. set default value for denylist configurations at the the time os sett…

    …ing through the configuration block
    GustavoCaso committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ecf17ad View commit details
    Browse the repository at this point in the history
  2. Change the method signature for loading rule data.

    Unfify building rule data information into a single method:
    `denylist_data(id, denylist)`
    
    Pass the settings information as an argument to apply_denylist_data,
    load_ruleset, and create_waf_handle. That way we couold more easily
    mock the settings value in tests.
    GustavoCaso committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    36aaf27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    296b62b View commit details
    Browse the repository at this point in the history