]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.uni
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / DxeImageVerificationLib / DxeImageVerificationLib.uni
1 // /** @file
2 // Provides security service of image verification
3 //
4 // This library hooks LoadImage() API to verify every image by the verification policy.
5 //
6 // Caution: This module requires additional review when modified.
7 // This library will have external input - PE/COFF image.
8 // This external input must be validated carefully to avoid security issues such as
9 // buffer overflow or integer overflow.
10 //
11 // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
12 //
13 // SPDX-License-Identifier: BSD-2-Clause-Patent
14 //
15 // **/
16
17
18 #string STR_MODULE_ABSTRACT #language en-US "Provides security service of image verification"
19
20 #string STR_MODULE_DESCRIPTION #language en-US "This library hooks LoadImage() API to verify every image by the verification policy. Caution: This module requires additional review when modified. This library will have external input - PE/COFF image. This external input must be validated carefully to avoid security issues such as buffer overflow or integer overflow."
21