Skip to content

Add support to get rid of plaintext password in property file (Oxalis.conf). #634

Description

@jaskiratsingh1792

"oxalis.conf" contains passwords as plain text, which makes the application vulnerable as someone having access to the system can read/modify it.
eg.
oxalis.keystore {
path="xxxx/xxxxxx.jks"
password = "xxxxxabc"
key.alias = cert
key.password = "xxxxxabc"
}

As this appears to be a security vulnerability, can we expect an alternate approach/solution for it ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Under reviewIssues currently being reviewed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions