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

add rules to block requests for .sql, wp-*, etc. #497

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

josefaidt
Copy link
Contributor

Issue #, if available:

Description of changes:

  • Reduces RateLimit request limit from 1000 (per 5 minutes) to 500
  • Adds RateLimitApi rule
  • Adds rules to block the following requests:
    • requests ending in .sql
    • requests to /wp-admin
    • requests to /wp-content
    • requests to /swagger

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@josefaidt josefaidt requested a review from a team as a code owner October 1, 2023 17:54
@josefaidt josefaidt added the run-ci Label to trigger action run for CI label Oct 1, 2023
@github-actions github-actions bot removed the run-ci Label to trigger action run for CI label Oct 1, 2023
@josefaidt josefaidt temporarily deployed to ci October 1, 2023 17:54 — with GitHub Actions Inactive
@josefaidt josefaidt merged commit 727d2d2 into aws-amplify:main Oct 1, 2023
@josefaidt josefaidt deleted the improve-waf-rules branch October 1, 2023 18:38
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.

1 participant