Skip to content

Commit 3cadafd

Browse files
committed
Fix second file with same issue of trailing comma
1 parent db26851 commit 3cadafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/mitigations/CERTIFICATE_OR_KEYSTORE_DISCLOSURE.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"ExtendedName": "Certificate or Keystore disclosure",
55
"Description": "<br/> ",
66
"Mitigation": {
7-
"Textual": "You probabily have an hardcoded certificate or keystore. You should obfuscate it and properly encrypt it so nobody can use it if a decompilation is done. A strong and secure password should be sufficient.<br/> Another mitigation should be dynamically downloading the certificate while runtime, from a trusted source, using a secure channel. <br/> ",
7+
"Textual": "You probably have an hardcoded certificate or keystore. You should obfuscate it and properly encrypt it so nobody can use it if a decompilation is done. A strong and secure password should be sufficient.<br/> Another mitigation should be dynamically downloading the certificate while runtime, from a trusted source, using a secure channel. <br/> "
88
}
99
},
1010
"#omit-xml-declaration": "yes"
11-
}
11+
}

0 commit comments

Comments
 (0)