1 Star 0 Fork 0

xo/dotnet runtime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.CodeQL.yml 1003 Bytes
一键复制 编辑 原始数据 按行查看 历史
Manish Godse 提交于 2024-12-18 00:43 +08:00 . exclude obj/cmake from codeql. (#110630)
# This file configures CodeQL runs and TSA bug autofiling. For more information, see:
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code
# (Access restricted to Microsoft employees only.)
path_classifiers:
refs:
# The ref/ directories don't contain shipping implementations of code, so they should
# be excluded from analysis. If there is a problem at the API layer, the analysis
# engine will detect the problem in the src/ implementations anyway.
- src/libraries/**/ref/*
# exclude artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c since CMake
# generates random directory names causing creation of duplicate issues
# related to obsolete encryption algorithm used. Note that CheckFuntionExists
# files are generated as part of build-time checks in CMake and are not compiled
# or linked into any product binaries.
- artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/shijinglin/runtime.git
git@gitee.com:shijinglin/runtime.git
shijinglin
runtime
dotnet runtime
main

搜索帮助