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://github.com/aboutcode-org/scancode-toolkit/releases/
2.1k stars 540 forks source link

documentation for dmg not included in 'supported package manifest' page #3412

Open armijnhemel opened 1 year ago

armijnhemel commented 1 year ago

Description

The description for dmg is not included here and instead None is printed:

https://scancode-toolkit.readthedocs.io/en/stable/reference/available_package_parsers.html signal-2023-05-23-004914_002

AyanSinhaMahapatra commented 1 year ago

This is duw to this description being empty: https://github.com/nexB/scancode-toolkit/blob/develop/src/packagedcode/misc.py#L273

So I'm assuming this is the https://en.wikipedia.org/wiki/Apple_Disk_Image file and https://en.wikipedia.org/wiki/Sparse_image file, and something like: macOS disk image file would be sufficient for this?

The only other package parser type with an empty description was: https://github.com/nexB/scancode-toolkit/blob/develop/src/packagedcode/readme.py#L43 I'm not sure what to add for this one.

@armijnhemel @pombredanne what do you think? ^

AyanSinhaMahapatra commented 1 year ago

The only other package parser type with an empty description/doc_url was: https://github.com/nexB/scancode-toolkit/blob/develop/src/packagedcode/readme.py#L43 I'm not sure what to add for this one.

@pombredanne ^ Is there something we can add for this?