-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed rules after they have been added to SonarPHP 2.14 core rules set
https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10956&version=14346 S1 - Functions used for system command execution are forbidden -> [SONARPHP-806] - Rule S4721: Executing OS commands is security-sensitive S7 - unserialize function should not be used on untrusted data -> [SONARPHP-805] - Rule S4508: Deserializing objects from an untrusted source is security-sensitive
- Loading branch information
Pierre-Loup TRISTANT
committed
Oct 5, 2018
1 parent
224701d
commit da8806b
Showing
13 changed files
with
1 addition
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
src/main/java/fr/niji/sonarphp/checks/SystemExecFunctionUseCheck.java
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
src/main/java/fr/niji/sonarphp/checks/UnserializeFunctionUseCheck.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
src/test/java/fr/niji/sonarphp/checks/SystemExecFunctionUseCheckTest.java
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/test/java/fr/niji/sonarphp/checks/UnserializeFunctionUseCheckTest.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.