Merge pull request #19779 from github/kaspersv/overlay-java-annotations

Overlay: Add overlay annotations to Java & shared libraries
This commit is contained in:
Kasper Svendsen
2025-06-27 08:26:33 +02:00
committed by GitHub
434 changed files with 979 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
* Provides predicates for recommended encryption key sizes.
* Such that we can share this logic across our CodeQL analysis of different languages.
*/
overlay[local?]
module;
/** Returns the minimum recommended key size for RSA. */
int minSecureKeySizeRsa() { result = 2048 }