mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 00:25:56 +08:00
GP-0: Fix for validating Python wheel Module.manifest IP
This commit is contained in:
@@ -44,7 +44,7 @@ task ip {
|
|||||||
checkExternalLibsInMap(moduleManifestIpMap, project)
|
checkExternalLibsInMap(moduleManifestIpMap, project)
|
||||||
|
|
||||||
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
|
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
|
||||||
checkExternalPythonWheelsInMap(moduleManifestIpMap, p)
|
checkExternalPythonWheelsInMap(moduleManifestIpMap, project)
|
||||||
|
|
||||||
// adds the ip info from the Module.manifest file to the map generated from scanning the module files.
|
// adds the ip info from the Module.manifest file to the map generated from scanning the module files.
|
||||||
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)
|
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)
|
||||||
|
|||||||
Reference in New Issue
Block a user