Skip to content

[Security Bug] Insecure crypto usage #49

@nageshservicenow

Description

@nageshservicenow

Description

Detected SSL that will accept an unverified connection. This makes the connections susceptible to man-in-the-middle attacks.

Used below verify mode.
..
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
..

Effected source files:

http.verify_mode = OpenSSL::SSL::VERIFY_NONE

http.verify_mode = OpenSSL::SSL::VERIFY_NONE

Remediation

  1. Use 'OpenSSL::SSL::VERIFY_PEER' instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions