Skip to content

Latest commit

 

History

History
134 lines (108 loc) · 4.55 KB

File metadata and controls

134 lines (108 loc) · 4.55 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Upcoming changes...

0.12.0 - 2025-11-04

Added

  • calculateOppositeLineEndingHash() method in WinnowingUtils to compute hash with opposite line endings (Unix ↔ Windows)
  • FH2 hash included in WFP output format as fh2=<hash>
  • Support for detecting CRLF (Windows), LF (Unix), and CR (legacy Mac) line endings

Fixed

  • Fixed WFP parsing issue

0.11.0 - 2025-05-26

Added

  • Path obfuscation and deobfuscation support for enhanced privacy
  • CLI obfuscate option (--obfuscate)
  • Additional Makefile targets for documentation and linting

0.10.1 - 2025-02-20

Added

  • Add support to custom filtering rules
  • Change logic on remove rule. Mark file as non match instead of deleting the key.

0.10.0 - 2025-02-17

Added

  • Add support to skip rule
  • Improve file filtering

0.9.0 - 2025-02-03

Added

  • Add support to rules: include & ignore

[0.8.2] - 2025-01-23

Changed

  • Updates scope on dependencies pom.xml
  • Publish workflow

0.8.0 - 2025-01-21

Added

  • Added tagging workflow to aid release generation
  • Added variables DEFAULT_BASE_URL and DEFAULT_BASE_URL2 to separate the scan URL from the scan path
  • Adds support to rules: replace & remove

0.7.1 - 2024-04-12

Changed

  • Update file and winnowing filters
  • Remove filter for '.whl' file extensions
  • Added dir extension filter

0.7.0 - 2024-04-04

Added

  • Add HPSM support

0.6.1 - 2024-04-01

Changed

  • Fixed issue with SBOM ingestion

0.6.0 - 2024-03-26

Changed

  • Updated free default URL to now point to https://api.osskb.org
  • Updated premium default URL to now point to https://api.scanoss.com

0.5.5 - 2023-10-25

Fixed

  • Fixed issue with processFileList file path

0.5.4 - 2023-10-23

Added

  • Added extra debug information to scanning

0.5.3 - 2023-10-03

Added

  • Added symbolic file check (to skip)

0.5.2 - 2023-08-14

Added

  • Added support for manual proxy configuration (--proxy)

0.5.1 - 2023-08-11

Added

  • Added support for scanning a file list (scanFileList)
  • Added maven support for GraalVM compilation

0.5.0 - 2023-07-26

Added

  • Switched to okhttp for REST communication
  • Added custom HTTP certificate support (customCert)
    • CLI option: --ca-cert

Fixed

  • Fixed issue with null json object printing

0.4.0 - 2023-07-07

Added

  • Added long snippet generation check limit (snippetLimit)
  • Added command line option: --snippet-limit to support it

0.2.0 - 2023-07-04

Added