Introducing the Fortify rule library

This commit is contained in:
2025-02-09 14:28:47 +08:00
parent 6a0cab65d1
commit aee63534a6
8 changed files with 10933 additions and 15 deletions

View File

@@ -1,8 +1,9 @@
LANGUAGE = {
'c': ['.c'],
'c++': ['.cc', '.cpp'],
'cpp': ['.cc', '.cpp'],
'go': ['.go'],
'php': ['php', 'php3', 'php4', 'php5', 'phtml'],
'jsp': ['.jsp'],
'java': ['.java'],
'python': ['.py'],
'javascript': ['.js'],