What's Changed
Added
- Added
file_snippetscan configuration support inscanoss.jsonfor 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
FileSnippetclass for scan configuration management and resolution - Scan configuration parameters are now sent as base64-encoded JSON in the
scanoss-settingsHTTP header - Included
start_lineinto wfp file whenskip_headerlimit is enabled
Fixed
- Fixed Javadoc warnings across the codebase
Full Changelog: v0.12.1...v0.13.0