feat: added test to detect multiple ratings via race condition (#174) - #301
Open
Kaustavoffx wants to merge 581 commits into
Open
feat: added test to detect multiple ratings via race condition (#174)#301Kaustavoffx wants to merge 581 commits into
Kaustavoffx wants to merge 581 commits into
Conversation
…x/wfx_new_2 fix
…re/tests_3 15 templates added
…re/tests_4 20 tests added
…re/tests_5 20 templates added
…re/tests_6 20 added
…re/input_validation_test_7 more templates
…re/input_validation_test_8 more templates
…xss-payload-fix-1 updated regex for XSS
…s-injection/patch1 Windows os injection/patch1
…auth-compliance-conf add weak auth compliance conf file
…x/enhance_csrf_test enhance csrf test
… improve accuracy
…ws_cmd_inj updated regex to handle CMD false positive
…payload-1 added to exclusion lookahead
fix: update regex patterns for XSS detection to enhance accuracy
…ic-compilance-files added agentic tests compliance files
…s-inj refactor: update regex patterns for Windows command injection detection
…gentic-test-compliance-files done changes in compliance file for agentic tests
…re/agentic_api_testing_enable add an agentic testing flag in test templates
…st to detect multiple ratings via race condition (akto-api-security#174) Introduced a new test for multiple ratings submission via race condition, assessing if an attacker can exploit concurrency issues to submit multiple ratings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #174. Added a YAML test to detect multiple rating or like submissions by exploiting race conditions. Added URL filters and set the validation to a 90% response match.