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

fix: Add brute force protection to form endpoints #2269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

susnux
Copy link
Collaborator

@susnux susnux commented Aug 7, 2024

Endpoints that query for forms are now protected against brute force attacks to find valid forms, invalid hashes or IDs.

Endpoints that query for forms are now protected against brute force
attacks to find valid forms, invalid hashes or IDs.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Aug 7, 2024
@susnux susnux added this to the 4.3 milestone Aug 7, 2024
@susnux susnux requested review from Koc and Chartman123 August 7, 2024 09:30
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@75f51b1). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2269   +/-   ##
=======================================
  Coverage        ?   45.49%           
  Complexity      ?      814           
=======================================
  Files           ?       68           
  Lines           ?     3121           
  Branches        ?        0           
=======================================
  Hits            ?     1420           
  Misses          ?     1701           
  Partials        ?        0           

@Chartman123
Copy link
Collaborator

Could you perhaps base this on my api PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants