diff options
Diffstat (limited to 'MdePkg/MdePkg.ci.yaml')
-rw-r--r-- | MdePkg/MdePkg.ci.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml index f2d81af080..cebccba59d 100644 --- a/MdePkg/MdePkg.ci.yaml +++ b/MdePkg/MdePkg.ci.yaml @@ -61,7 +61,9 @@ "7007", "_EFI_SPI_NOR_FLASH_PROTOCOL",
"7007", "_EFI_SPI_HC_PROTOCOL",
"8002", "aligned (",
- "4002", "_ReturnAddress"
+ "4002", "_ReturnAddress",
+ "8005", "__security_cookie",
+ "8006", "__stack_chk_fail"
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
|