Skip to content

Releases: scanoss/scanoss.java

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 09:23

What's Changed

Added

  • Added support to load a SCANOSS API key from an environment variable (SCANOSS_API_KEY) if available.

Fixed

  • Disabled OkHttp's default read timeout so long-running scans are bounded only by the overall call timeout, preventing premature failures on large payloads.
  • Linguist stats as show on GitHub

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 19:11

What's Changed

Added

  • Added file_snippet scan configuration support in scanoss.json for engine tuning parameters (min_snippet_hits, min_snippet_lines, honour_file_exts, ranking_enabled, ranking_threshold, skip_headers, skip_headers_limit)
  • Added CLI scan configuration options with resolution priority (file_snippet > CLI)
  • Added FileSnippet class for scan configuration management and resolution
  • Scan configuration parameters are now sent as base64-encoded JSON in the scanoss-settings HTTP header
  • Included start_line into wfp file when skip_headerlimit is enabled

Fixed

  • Fixed Javadoc warnings across the codebase

Full Changelog: v0.12.1...v0.13.0

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 08 Jan 11:24

What's Changed

Changed

  • Updated slf4j from 2.0.16 to 2.0.17
  • Updated commons-codec from 1.17.1 to 1.20.0
  • Updated tika-core from 2.9.2 to 3.2.2
  • Updated gson from 2.11.0 to 2.13.2
  • Updated picocli from 4.7.6 to 4.7.7
  • Updated lombok from 1.18.36 to 1.18.42
  • Updated jgit from 6.10.0 to 6.10.1

Full Changelog: v0.12.0...v0.12.1

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 27 May 10:28

What's Changed

  • feat(SP-2487): Implement path obfuscation
  • fix(SP-2588): Intellij inspect cleanup
  • chore(SP-2604): update to 0.11.0

Full Changelog: v0.10.1...v0.11.0

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 21 Feb 13:59
0ec8201

What's Changed

  • Remove rule marks file as non match
  • Added custom filtering for Paths

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Feb 18:15

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0: Merge pull request #22 from scanoss/feat/support-ignore-include

Choose a tag to compare

@agustingroh agustingroh released this 03 Feb 13:46
3b8a121
feat: Add suport ignore/include

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 29 Jan 09:53

What's Changed

  • fix: ES-117 pipeline and pom.xml

Full Changelog: v0.8.1...v0.8.2

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 19:14

What's Changed

  • SP 537 Updates winnowing and file filters
  • CLIS-111 Adds directory extension filter

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Apr 18:15

What's Changed

  • SP-431 Adds HPSM

Full Changelog: v0.6.1...v0.7.0