Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update misc detections #3462

Merged
merged 12 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions docs/source/reference/available_package_parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ parsers in scancode-toolkit during documentation builds.
- Datasource ID
- Primary Language
- Documentation URL
* - JAR Java Archive
- ``*.jar``
- None
- ``java_jar``
- None
- https://en.wikipedia.org/wiki/JAR_(file_format)
* - AboutCode ABOUT file
- ``*.ABOUT``
- ``about``
Expand Down Expand Up @@ -306,13 +300,13 @@ parsers in scancode-toolkit during documentation builds.
- ``debian_source_metadata_tarball``
- None
- https://manpages.debian.org/unstable/dpkg-dev/deb.5.en.html
* - None
* - macOS disk image file
- ``*.dmg``
``*.sparseimage``
- ``dmg``
- ``apple_dmg``
- None
- None
- https://en.wikipedia.org/wiki/Apple_Disk_Image
* - Java EAR application.xml
- ``*/META-INF/application.xml``
- ``ear``
Expand Down Expand Up @@ -437,6 +431,12 @@ parsers in scancode-toolkit during documentation builds.
- ``ant_ivy_xml``
- Java
- https://ant.apache.org/ivy/history/latest-milestone/ivyfile.html
* - JAR Java Archive
- ``*.jar``
- ``jar``
- ``java_jar``
- None
- https://en.wikipedia.org/wiki/JAR_(file_format)
* - Java JAR MANIFEST.MF
- ``*/META-INF/MANIFEST.MF``
- ``jar``
Expand Down Expand Up @@ -555,6 +555,12 @@ parsers in scancode-toolkit during documentation builds.
- ``opam_file``
- Ocaml
- https://opam.ocaml.org/doc/Manual.html#Common-file-format
* - Java OSGi MANIFEST.MF
- None
- ``osgi``
- ``java_osgi_manifest``
- Java
- https://docs.oracle.com/javase/tutorial/deployment/jar/manifestindex.html
* - Dart pubspec lockfile
- ``*pubspec.lock``
- ``pubspec``
Expand Down
Loading