Skip to content

Latest commit

 

History

History
271 lines (130 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

271 lines (130 loc) · 15.3 KB

Changelog

2.1.0 (2024-06-21)

Features

  • Add support for AWS Security Hub (#75) (73b912e)

Bug Fixes

2.0.5 (2024-03-22)

Bug Fixes

  • Update dependency versions (393e222)

2.0.4 (2023-10-12)

Bug Fixes

  • Add support for Java 8 date/time types (6cff8c8)

2.0.3 (2023-06-26)

Bug Fixes

  • Generate proper GitHub output if line number is 0 (fixes #66) (e72624a)

2.0.2 (2023-04-07)

Bug Fixes

  • Override snakeyaml version to fix vulnerabilities (af22f02)

2.0.1 (2023-04-07)

Bug Fixes

  • Update dependency versions (bc3cdb1)
  • Update dependency versions & gradle wrapper (c72589b)

2.0.0 (2023-02-02)

⚠ BREAKING CHANGES

  • Rename SSC Sonatype to GitLab output file; requires pipelines to be updated to use new artifact filename

Features

  • Add Debricked support for GitLab SCA Import (implements #52 for GitLab) (a2bfd34)
  • Rename SSC Sonatype to GitLab output file; requires pipelines to be updated to use new artifact filename (a8306a7)

Bug Fixes

  • Update GitLab schema version to 15.0.0 (fixes #51) (a2bfd34)

1.8.0 (2022-10-21)

Features

  • GitHub: Add security-severity property (8205dc7)

Bug Fixes

  • Documentation: Add missing BitBucket documentation (ab0c851)

1.7.0 (2022-09-05)

Features

  • GitHub: Add SAST analysis evidence (5b5bde2)
  • GitHub: Add vulnerability details & recommendations (0493431)

Bug Fixes

  • GitLab: Adhere to maximum field lengths (9c5d68c)
  • GitLab/FoD: Add view-reports scope to allow loading of site tree (98d3767)
  • GitLab/FoD: Remove compliance items to avoid incorrect GitLab deduplication (548b9db)
  • GitLab/FoD: Use different scanner id's to allow GitLab tool-based filtering (70b5418)
  • GitLab/SSC: Remove primary rule identifier to avoid incorrect GitLab deduplication (31ca6e3)

1.6.0 (2022-08-02)

Features

  • GitLab: Update schema versions to 14.0.0 (4d087bb)

Bug Fixes

  • GitLab DAST: Fix scanned_resources.type contents (7c2687d)

1.5.5 (2022-04-11)

Bug Fixes

  • Update (potentially vulnerable) dependency versions (0f45103)

1.5.4 (2022-02-01)

Bug Fixes

  • Remove JavaScript/Nashorn dependency (fixes #36) (3415d41)

1.5.3 (2022-01-19)

Bug Fixes

  • Update (potentially vulnerable) dependency versions (7a9d3aa)

1.5.2 (2021-12-15)

Bug Fixes

  • Update (potentially vulnerable) dependency versions (62eda7a)

1.5.1 (2021-12-13)

Bug Fixes

  • Update (potentially vulnerable) dependency versions (7c08b60)

1.5.0 (2021-08-13)

Features

  • BitBucket: Improve report data (05c224c)
  • General: Improved loading of configuration files (ba20a17)
  • General: Include standard plugins in main application jar for easier deployment (d6db7d4)

Bug Fixes

  • FoD->BitBucket: Use correct time zone for report (cce82f6)

1.4.1 (2021-08-05)

Bug Fixes

  • BitBucket: Use clone dir as default export dir (9305f1c)

1.4.0 (2021-08-05)

Features

  • Add support for BitBucket Code Insights (5adf4f2)

Bug Fixes

  • Potential SSC date conversion error (72cc287)

1.3.1 (2021-07-23)

Bug Fixes

  • GitHub: Don't output 0 as line number (closes #25) (522ff08)

1.3.0 (2021-05-03)

Features

  • SonarQube: Add property for specifying file path prefix (closes #22) (1cd63b6)

Bug Fixes

  • SonarQube: Don't output 0 as line number (closes #20) (1cd63b6)

1.2.1 (2021-04-22)

Bug Fixes

  • export.from configuration name handling (#13) (23f0c20)
  • Fixed exception when running on Java 8 (#16, #17) (84aa6d0)
  • FoD error if no release id specified (#21) (27253f0)
  • Populate bind-mounted /config directory (#12) (bb415c4)
  • Typo in GitLab Sonatype output (a8bf998)

1.2.0 (2021-03-26)

Features

  • Improved SSC token management (fe6d9be)
  • Various low-level code improvements (fe6d9be)

Bug Fixes

  • Disable Nashorn deprecation warning (#11) (095a6fa)

1.1.3 (2021-03-10)

Bug Fixes

  • Allow Windows-style output paths (#7) (2507012)

1.1.2 (2021-03-09)

Bug Fixes

  • Allow export.dir property to override default export directory for GitHub and GitLab exports (185e660)
  • Properly set default output directory in all environments (99ff2d4)

1.1.1 (2021-03-09)

Bug Fixes

  • Properly handle export.dir property (a64e9ab)

1.1.0 (2021-03-09)

Features

  • Support user property as alias for userName (64e8e0d)

1.0.1 (2021-03-04)

Bug Fixes

  • Log version number when running in Docker (4b2691e)

1.0.0 (2021-03-04)

Features

  • Export FoD SAST vulnerability data to GitHub (8ee0cb3)
  • Export FoD SAST vulnerability data to SonarQube (8ee0cb3)
  • Export FoD SAST/DAST vulnerability data to GitLab (8ee0cb3)
  • Export FoD vulnerability data to customizable CSV format (8ee0cb3)
  • Export FoD vulnerability data to customizable JSON format (8ee0cb3)
  • Export SSC & FoD vulnerability data to DefectDojo (ad38977)
  • Export SSC SAST vulnerability data to GitHub (8ee0cb3)
  • Export SSC SAST vulnerability data to SonarQube (8ee0cb3)
  • Export SSC SAST/DAST/Sonatype vulnerability data to GitLab (8ee0cb3)
  • Export SSC vulnerability data to customizable CSV format (8ee0cb3)
  • Export SSC vulnerability data to customizable JSON format (8ee0cb3)