microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
CodeQlFilters.yml
22lines · modecode
| 1 | ## @file |
| 2 | # CodeQL Result Filters for Packages in Mu Plus |
| 3 | # |
| 4 | # Note: |
| 5 | # 1. Packages that use Mu Plus can reuse this file to quickly pick up the |
| 6 | # same filters applied to results in the Mu Plus repo. |
| 7 | # 2. It is recommended paths begin with `**/` in filter files residing in repos that |
| 8 | # are used as dependencies by other repos (e.g. Common/MU). That way the filter |
| 9 | # will apply both in Mu Plus directly and regardless of where Mu Plus is |
| 10 | # located within a downstream repos directory hierarchy. |
| 11 | # |
| 12 | # Copyright (c) Microsoft Corporation |
| 13 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
| 14 | ## |
| 15 | |
| 16 | { |
| 17 | "Filters": [ |
| 18 | "-**/AdvLoggerPkg/AdvancedFileLogger/AdvancedFileLogger.c:SM02311", |
| 19 | "-**/HidPkg/HidMouseAbsolutePointerDxe/HidMouseAbsolutePointerDxe.c:SM02298", |
| 20 | "-**/MsCorePkg/Library/PlatformBootManagerLib/BdsPlatform.c:SM02311", |
| 21 | ] |
| 22 | } |
| 23 | |