Skip to content

Commit

Permalink
fixes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Jul 17, 2022
1 parent 6b242b9 commit 631fa4c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mobsfscan/rules/semgrep/network/accept_self_signed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ rules:
...
return true;
}
- pattern: |
$Y = SSLContext.getInstance(...);
...
$Y.init(null, ...);
- pattern: |
$Y = $S.SSLContext.getInstance(...);
...
$Y.init(null, ...);
- pattern: |
$Z = new TLSClientParameters(...);
...
Expand Down

0 comments on commit 631fa4c

Please sign in to comment.