Commit Graph

8 Commits

Author SHA1 Message Date
Mehran Seifalinia
0cc5a83e13 Update python-scanner.yaml
- Added new regex for code injection: 'execfile'.
- Added new regex for command injection: 'subprocess.run', 'commands.getoutput'. Modified 'os.popen' regex for better detection.
- Added new regex for untrusted source: 'marshal.loads', 'pickle.Unpickler'.
- Modified 'dangerous-yaml' regex to include 'yaml.safe_load'.
- Added new regex in 'sqli' for various database execute functions.
2023-08-04 12:57:44 +03:30
forgedhallpass
209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00
sandeep
e30362f0ab extractors doesn't support "condition" attribute explicitly 2021-10-25 17:08:57 +05:30
sandeep
a197ec8370 misc formatting update 2021-10-25 16:03:46 +05:30
Prince Chaddha
a6ab5dd771 Update python-scanner.yaml 2021-10-25 14:35:43 +05:30
Prince Chaddha
c37c71f859 Update python-scanner.yaml 2021-10-25 14:35:29 +05:30
Majid Iranpour
2a4d0446cb Update python-scanner.yaml 2021-10-25 06:44:24 +00:00
majid
1eb3e16ea1 Add file/python 2021-10-24 16:48:44 +03:30