Skip to content

Latest commit

 

History

History
188 lines (111 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

188 lines (111 loc) · 4.83 KB

Change Log

  • Add the "Ignore this violation" button for violation card of SCA
  • Add support of .gitignore files for a file excluding from scans
  • Improve suggested AI fix rendering in violation cards
  • Fix extension state on startup
  • Fix Code Actions creation
  • Add AI remediations for IaC and SAST
  • Add code highlighting for Violation Cards
  • Add support for Swift Package Manager in SCA
  • Increase default sync scans timeout
  • Add support for Theia IDE
  • Add auto publishing the extension to the Open VSX Registry
  • Fix false positive status bar changes
  • Fix CLI output handling
  • Fix CliError parsing
  • Add extension loading screen
  • Add toolbar actions: Run All, Expand All, Collapse All, Clear Results
  • Rework extension sidebar. Now it vertically splits the screen and always shows the tree view on top
  • Rework sidebar views to be more dynamic with proper action states
  • Huge code refactoring
  • Add sync flow for Secrets and IaC
  • Fix scan on save for individual files
  • Fix empty IaC scan results on Windows
  • Fix missed markdown blocks on violation cards
  • Fix settings icon appearing outside views of the extension
  • Fix scan on save of outside workspace files
  • Rework scan results handling
  • Fix CodeLens updating
  • Integrate Sentry
  • Add SAST support
  • Add "Ignore this violation" for violation card of secrets
  • Make CWE and CVE clickable on violation cards
  • Leave "Open violation card" as only one quick fix action
  • Add experimental SAST support
  • Add code actions to open violation card
  • Add policy display name as the title of SAST detections
  • Improve UX of violation cards by clarifying fields
  • Improve UX of tree view by using relative paths
  • Fix "quick fix" duplications
  • Add Infrastructure as Code (IaC) support
  • Add Secrets Violation Card
  • Add IaC Violation Card
  • Add icons for file nodes in the tree view
  • Add a full path of file nodes in the tree view
  • Migrate to the new architecture that auto-manages the CLI
  • Add the on-demand scan of an entire project for Secrets
  • Add new SCA flow which decreases execution time
  • Fix detections count in SCA notifications
  • Fix work on Windows
  • Disable "SCA Scan on Open" setting
  • Disable progress bar for scans on save
  • Fix communication with CLI
  • Fix quick fix ignore functionality for SCA
  • Add Company Guidelines
  • Fix the severity of detected secrets
  • Add Elixir support for SCA
  • Mark SCA as beta
  • Remove "play" (start scan) button from filename and violation items in the tree view

The first stable release with the support of Secrets, SCA, TreeView, Violation Card, and more.