aboutcode-org / scancode-toolkit

:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
https://aboutcode.org/scancode/
2.14k stars 552 forks source link

Fix package resource assign bug for jar manifests #3983

Open AyanSinhaMahapatra opened 1 week ago

AyanSinhaMahapatra commented 1 week ago

We had a bug in scancode.io Java MANIFEST.MF parsing and while scanning jars with scan_codebase pipelines we were not assigning package resources to DiscoveredPackages correctly. This PR fixes the same.

Tasks