Releases: agrawalsmart7/scodescanner
Releases · agrawalsmart7/scodescanner
v3.1.0
CHANGELOG-
- Added yaml scanning capability
- Better code
- Reduces false positives
- Improved command agrument list
- Added new yaml rules file - rules.yaml inside rules/yaml directory.
- ignore low hanging fruits with severity.
- Yaml scanner have ability to give output in beautiful JSON file.
SCode Scanner v2.1.0
CHANGELOG:
-
Improved Code by removing unnecessary code
-
Improved Rules.
-
Rules now contains the tracking of the variable,
Example:$var1 = $_GET['a']; $var2 = $_GET['b']; echo htmlspecialchars($var1 ); This will Ignore echo $var1; This will match $encryptedvalue = htmlspecialchars($var2); echo $encryptedvalue; this will ignore echo $var2; this will match
-
Added --check flag - Which is responsible for removing the false positives.
-
Addded Jira intergraion - Now we can send the output file directly to Jira instance.
-
Added Slack Integration - We can send file to slack channel
SCode Scanner
This is the automated tool to scan PHP source code with integration of semgrep.