Skip to content

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
@shivasurya shivasurya deleted the shiva/unencrypted-socket-rule branch September 26, 2024 15:07
@codecov
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.

2 participants