rspec/rules/S4423/java/rule.adoc

50 lines
1.2 KiB
Plaintext
Raw Normal View History

include::../summary.adoc[]
2021-02-02 15:02:10 +01:00
== Why is this an issue?
2020-06-30 12:49:37 +02:00
include::../rationale.adoc[]
2021-02-02 15:02:10 +01:00
include::../impact.adoc[]
2020-06-30 12:49:37 +02:00
// How to fix it section
2021-02-02 15:02:10 +01:00
include::how-to-fix-it/java-cryptography-extension.adoc[]
2020-06-30 12:49:37 +02:00
include::how-to-fix-it/okhttp.adoc[]
== Resources
2020-06-30 12:49:37 +02:00
include::../common/resources/docs.adoc[]
2020-06-30 12:49:37 +02:00
include::../common/resources/articles.adoc[]
2020-06-30 12:49:37 +02:00
include::../common/resources/presentations.adoc[]
2020-06-30 12:49:37 +02:00
include::../common/resources/standards.adoc[]
* OWASP - https://mas.owasp.org/checklists/MASVS-CRYPTO/[Mobile AppSec Verification Standard - Cryptography Requirements]
* OWASP - https://owasp.org/www-project-mobile-top-10/2016-risks/m5-insufficient-cryptography[Mobile Top 10 2016 Category M5 - Insufficient Cryptography]
* CWE - https://cwe.mitre.org/data/definitions/327[CWE-327 - Use of a Broken or Risky Cryptographic Algorithm]
* https://wiki.sei.cmu.edu/confluence/x/hDdGBQ[CERT, MSC61-J.] - Do not use insecure or weak cryptographic algorithms
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
=== Highlighting
`SSLContext.getInstance` invocation
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]