mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
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
This commit is contained in:
@@ -10,7 +10,6 @@ info:
|
||||
- https://www.kevinlondon.com/2015/08/15/dangerous-python-functions-pt2.html
|
||||
tags: python,file,sast
|
||||
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- py
|
||||
@@ -23,7 +22,6 @@ file:
|
||||
- 'eval'
|
||||
- '__import__'
|
||||
|
||||
|
||||
- type: regex
|
||||
name: command-injection
|
||||
regex:
|
||||
@@ -31,14 +29,12 @@ file:
|
||||
- 'os.system'
|
||||
- 'os.popen'
|
||||
|
||||
|
||||
- type: regex
|
||||
name: untrusted-source
|
||||
regex:
|
||||
- 'pickle.loads'
|
||||
- 'cPickle.loads'
|
||||
|
||||
|
||||
- type: regex
|
||||
name: dangerous-yaml
|
||||
regex:
|
||||
|
||||
Reference in New Issue
Block a user