Run config/sync-files.py

This commit is contained in:
Kasper Svendsen
2025-06-16 13:28:31 +02:00
parent c207cfdeb7
commit 2da8d61984
6 changed files with 13 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 }