Skip to content

[BUG] TLS Version is set as minimum supported to JVM #45

@Harishdr27

Description

@Harishdr27

Describe the bug
security scan complains about implementation of TLS.
SSLContext.getInstance("TLS")

rest/Rest.java 79
SslConfig.java 581
SslConfig.java 646

This can be change changed to a newer version of TLS as an example to resolve the vulnerability

from
SSLContext.getInstance("TLS")
to
SSLContext.getInstance("TLSv1.2").

To Reproduce

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions