Skip to content

v21.6.10

Choose a tag to compare

@tdruez tdruez released this 10 Jun 20:31
· 1096 commits to main since this release
  • Add support for VM image formats extraction such as VMDK, VDI and QCOW.
    See https://github.com/nexB/extractcode#archive-format-kind-file_system for the full
    list of supported extensions.
    The new extraction feature requires the installation of libguestfs-tools,
    see https://github.com/nexB/extractcode#adding-support-for-vm-images-extraction for
    installation details. #132

  • Add the ability to disable multiprocessing and threading entirely through the
    SCANCODEIO_PROCESSES setting. Use 0 to disable multiprocessing and use -1 to also
    disable threading. #185

  • Missing project workspace are restored on reports (xlsx, json) creation. This allow
    to download reports even if the project workspace (input, codebase) was deleted. #154

  • Add ability to search on all list views. #184

  • Add the is_binary, is_text, and is_archive fields to the CodebaseResource model. #75