rspec/rules/S6432/java/highlighting.adoc
Egon Okerman b0968585b4
Modify rule S6432: update to LaYC format (APPSEC-974) (#2972)
## Review

A dedicated reviewer checked the rule description successfully for:

- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
2023-08-31 15:05:45 +02:00

18 lines
390 B
Plaintext

=== Highlighting
==== Java Cryptographic Architecture
* Primary location
** javax.crypto.Cipher.init call
* Secondary locations
** javax.crypto.spec.GCMParameterSpec constructor
** nonce variable declaration
==== BouncyCastle
* Primary location
** javax.crypto.Cipher.init
* Secondary locations
** org.bouncycastle.crypto.params.AEADParameters constructor
** nonce variable declaration