mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02: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)
|
||||
|
||||
// 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.
|
||||
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)
|
||||
|
||||
Reference in New Issue
Block a user