Skip to content

pathfinder rules: added unencrypted socket connection detection rule #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

shivasurya
Copy link
Owner

This pathfinder rule helps detecting unencrypted socket, serversocket connections in source code.

example:

Socket socket = new Socket("host", 8080)

ServerSocket ss = new ServerSocket("host", 8000)
Screenshot 2024-09-26 at 11 06 19 AM

@shivasurya shivasurya self-assigned this Sep 26, 2024
@shivasurya shivasurya enabled auto-merge (squash) September 26, 2024 15:06
@shivasurya shivasurya merged commit 896eb6e into main Sep 26, 2024
2 checks passed
@shivasurya shivasurya deleted the shiva/unencrypted-socket-rule branch September 26, 2024 15:07
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.61%. Comparing base (5415090) to head (d6ba012).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #143   +/-   ##
=======================================
  Coverage   77.61%   77.61%           
=======================================
  Files          12       12           
  Lines        1492     1492           
=======================================
  Hits         1158     1158           
  Misses        299      299           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant