Skip to content
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

UNENCRYPTED_SERVER_SOCKET: use of java.net.ServerSocket #239

Merged
merged 3 commits into from Dec 8, 2016
Merged

UNENCRYPTED_SERVER_SOCKET: use of java.net.ServerSocket #239

merged 3 commits into from Dec 8, 2016

Conversation

edrdo
Copy link
Contributor

@edrdo edrdo commented Dec 6, 2016

I added support for detecting the use of plain java.net.ServerSocket instances, similar to the one already in place for java.net.Socket, and suggesting the use of SSL server sockets (through SSLServerSocketFactory).

The new UNENCRYPTED_SERVER_SOCKET vulnerability was relatively straightforward to integrate, it is similar to the one for UNENCRYPTED_SOCKET.

Please check if this is correct and can be integrated. The tests are passing, including the new one for UNENCRYPTED_SERVER_SOCKET. (I just did not update the Japanese translation metadata).

Best,
Eduardo Marques

@h3xstream
Copy link
Member

Everything is good ! Good description, good detector, good tests. 👍

@h3xstream h3xstream merged commit 74b6a9e into find-sec-bugs:master Dec 8, 2016
@h3xstream h3xstream added the enhancement New feature or improvement to existing detector. label Dec 8, 2016
@h3xstream h3xstream added this to the version-1.6.0 milestone Dec 8, 2016
@edrdo
Copy link
Contributor Author

edrdo commented Dec 9, 2016

Great :)

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing detector.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants