You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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 ?
The text was updated successfully, but these errors were encountered:
"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 ?
The text was updated successfully, but these errors were encountered: