mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-0: Fix for validating Python wheel Module.manifest IP
This commit is contained in:
parent
109fcd102c
commit
1d57b129b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue