We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13a7b8 commit 9a02107Copy full SHA for 9a02107
.CodeQL.yml
@@ -8,3 +8,9 @@ path_classifiers:
8
# be excluded from analysis. If there is a problem at the API layer, the analysis
9
# engine will detect the problem in the src/ implementations anyway.
10
- src/libraries/**/ref/*
11
+ # exclude artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c since CMake
12
+ # generates random directory names causing creation of duplicate issues
13
+ # related to obsolete encryption algorithm used. Note that CheckFuntionExists
14
+ # files are generated as part of build-time checks in CMake and are not compiled
15
+ # or linked into any product binaries.
16
+ - artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c
0 commit comments