Activity
Merge pull request abunuwas#1 from MisterTiago/bugfix/tiago/add_missi…
Merge pull request abunuwas#1 from MisterTiago/bugfix/tiago/add_missi…
Add missing spec yaml file
Add missing spec yaml file
Fix sql injection tests
Fix sql injection tests
on Apr 26, 2023
Change some methods to private since they are only used by other meth…
Change some methods to private since they are only used by other meth…
on Apr 18, 2023
Change some methods name to the plural because it suits more with wha…
Change some methods name to the plural because it suits more with wha…
on Apr 18, 2023
Loop through sql_injection_commands class variable with command varia…
Loop through sql_injection_commands class variable with command varia…
on Apr 18, 2023
Rename sql injection strategies file and variable to a more appropria…
Rename sql injection strategies file and variable to a more appropria…
on Apr 17, 2023
Rename sql strategies runner file and class to a more intuitive name;…
Rename sql strategies runner file and class to a more intuitive name;…
on Apr 17, 2023
Add return type hints to sql_injection_test_case_runner.py public met…
Add return type hints to sql_injection_test_case_runner.py public met…
on Apr 17, 2023
Add type hints to sql_injection_endpoint.py and new line in the end o…
Add type hints to sql_injection_endpoint.py and new line in the end o…
on Apr 17, 2023
Add return type hints to sql_injection_cases_runner.py public methods
Add return type hints to sql_injection_cases_runner.py public methods
on Apr 17, 2023
Eliminate space around = sign
Eliminate space around = sign
on Apr 17, 2023
Create private methods for getting test description and for getting t…
Create private methods for getting test description and for getting t…
on Apr 17, 2023
Update dependency location
Update dependency location
on Apr 4, 2023
Put instantiation of InjectionTestCaseRunner into a separate, static …
Put instantiation of InjectionTestCaseRunner into a separate, static …
on Apr 4, 2023
Put tests inside a class and using self.assertEqual instead of assert
Put tests inside a class and using self.assertEqual instead of assert
on Apr 4, 2023
Remove original sql_injection file
Remove original sql_injection file