Skip to content

Commit

Permalink
csharp:chore - Improvements on safe and unsafe code in csharp (#1037)
Browse files Browse the repository at this point in the history
Adding improvements in csharp rules from regex.
Reference from issue #630 and #1020.

Signed-off-by: Wilian Gabriel <[email protected]>
(cherry picked from commit a3efede)
Signed-off-by: Wilian Gabriel <[email protected]>
  • Loading branch information
wiliansilvazup committed Apr 6, 2022
1 parent 52b6a24 commit 40d4191
Show file tree
Hide file tree
Showing 5 changed files with 3,675 additions and 497 deletions.
2 changes: 1 addition & 1 deletion internal/services/engines/csharp/rule_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func Rules() []engine.Rule {
NewCookieWithoutHttpOnlyFlag(),
NewSQLInjectionEnterpriseLibraryData(),
NewCQLInjectionCassandra(),
NewPasswordComplexity(),
NewPasswordComplexityDefault(),
NewNoInputVariable(),
NewIdentityWeakPasswordComplexity(),

Expand Down
Loading

0 comments on commit 40d4191

Please sign in to comment.