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

Adding unknownClientsChallenge and blockNonEssentialBots #459

Merged

Conversation

Pavel-Koev
Copy link
Contributor

Adding unknownClientsChallenge and blockNonEssentialBots to the waf security ddos rules

@Pavel-Koev Pavel-Koev force-pushed the waf_security_rule_ddos_rule_extending branch 2 times, most recently from 7068082 to fa5ea53 Compare September 18, 2024 13:10
"unknown_clients_challenge": {
Description: "Defines a method used for challenging suspicious bots. Possible values: none, cookies, javascript, captcha",
Type: schema.TypeString,
Optional: true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add enum validation func

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

},
"block_non_essential_bots": {
Description: "If non-essential bots should be blocked or not. Possible values: true, false",
Type: schema.TypeString,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider adding validation func/ possible values: true, false, ""

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add value checks in tests after resource was applied

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review with Technical writer

@Pavel-Koev Pavel-Koev force-pushed the waf_security_rule_ddos_rule_extending branch 5 times, most recently from 6b7ef6d to 9f35c10 Compare September 25, 2024 11:24
@Pavel-Koev Pavel-Koev force-pushed the waf_security_rule_ddos_rule_extending branch 2 times, most recently from b917cec to c4cc88a Compare September 30, 2024 08:46
@Pavel-Koev Pavel-Koev force-pushed the waf_security_rule_ddos_rule_extending branch from c4cc88a to e8c98a9 Compare September 30, 2024 09:00
@BrachaY BrachaY merged commit 7701e1c into imperva:master Oct 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants