Skip to content

v1.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@abhisek abhisek released this 03 Nov 18:43
· 287 commits to main since this release
a8c1f10

Changelog

  • 99059f4 Added Basic functionality to scan remote github urls
  • 681eb92 Added ability to scan spdx sbom
  • ea77a44 Added suppor to connect apps. Currently, just github is supported
  • 9c2e201 Added support of SPDX SBOM
  • 79c5940 Fix: Vet Crash on one of the SBOM generate from Github #118
  • d197326 Fix: Vet Crash on one of the SBOM generate from Github #118
  • f894d5a Merge branch 'bug_sitter_tree_docker_23' into main
  • 5807671 Merge pull request #119 from safedep/bug_sitter_tree_docker_23
  • f9c5118 Merge pull request #120 from safedep/fe_spdx_180823
  • 8fd4050 Merge pull request #122 from safedep/feat/github-repo-scanning
  • f5789c6 Merge pull request #123 from safedep/feat_github_repo_200823
  • b234cd3 Merge pull request #124 from safedep/abhisek/2023-10-17-misc-cleanup
  • 023686e Merge pull request #128 from safedep/abhisek/2023-10-24-dependency-update
  • 9ea542c Merge pull request #135 from safedep/feat/rubygems-ecosystem-support
  • 8e90c7b Merging with main branch and resovled issues
  • 31b4c73 Renamed GITHUB_AUTH_TOKEN
  • cce7943 Resolved Lint Issues
  • d103b73 Resolved PR Comments Issues Raised
  • de871dd Resolved issues with go lint
  • bed227a Resolving issues by linter
  • 0e888a6 Updated Readme
  • 590a4fd chore: Add a meta section in the JSON report schema
  • 9a4d07e chore: Add lefthook and update developer documentation
  • a90aae0 chore: Dependency upgrade
  • 7d19152 chore: Migrate to support handle
  • cc918c6 chore: Misc styling fixes
  • b9d0cac chore: Run linter as precommit hook
  • e0b89d0 chore: Run linter as precommit hook
  • 15747ff chore: Update Go version in GH workflows
  • b545c5b ci: Add osx-cross compiler tool chain in release action
  • a8c1f10 ci: Fix osx-cross compiler environment
  • d921a14 ci: Increase golangci-lint timeout
  • 4fad0ff ci: Make Github action names explicit
  • 360f6dd ci: Use osx-cross tool chain for darwin builds
  • f43b567 feat: Add support for purl scanning
  • e20604a feat: Add support to specific max entries in summary reports table
  • 0c2f8ab feat: Enable support for RubyGems ecosystem
  • 8833085 feat: Extend filter suite with additional meta data
  • 7719545 feat: Revamp JSON report to include manifest, package, violation, advices
  • c7a1a0a fix: Add remediation generator for low popularity
  • 9124484 fix: Add support for using malware indicators from OSV data
  • 2aa5468 fix: purl handle rubygems type
  • 676f85a refactor: Clean up JSON report generator by using contract methods
  • 3d1cd03 refactor: Create common check type for filters and violations
  • 1f5122a refactor: Github reader into its own context
  • 3b2c2cf refactor: Include filter spec in analyser event
  • 96ce796 refactor: JSON report generator to use protobuf based schema
  • 6783db7 refactor: Merge utils under single package
  • 5f9c328 refactor: Only show supported contract in command desc
  • 99a07a4 refactor: Parser interface to use PackageManifest reference instead of value
  • 14d12e2 refactor: Refactor to maintain boundaries for github connect
  • 80a70da refactor: Use filtersuite spec filter in eval program
  • 85da069 refactor: Violation schema into its own proto file
  • a63f11b refactored cyclonedx & sbom parsers to common parsing logic
  • 7a9801e resolving issue with go and npm ecosystem while parsing spdx
  • f65f7e8 style: Fix models.proto