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:
forgedhallpass
2022-04-22 13:38:41 +03:00
parent 177c41d56c
commit 209538baa6
2359 changed files with 6157 additions and 4739 deletions

View File

@@ -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: