Skip to content

Releases: RHEcosystemAppEng/agent-morpheus-client

v0.0.1

18 Nov 10:13
9d56f55

Choose a tag to compare

What's Changed

  • feat!: refactor using quarkus and react by @ruromero in #9
  • feat: show input json by @ruromero in #10
  • feat: add system to packages by @ruromero in #11
  • feat: add system mapping to the components by @ruromero in #12
  • Revert "feat: add system mapping to the components" by @ruromero in #13
  • feat: websocket notification upon received report by @ruromero in #14
  • feat: allow dynamically add/remove CVEs together with input comments by @ruromero in #15
  • feat: show UNKNOWN status in grey by @ruromero in #17
  • feat: support CycloneDX SBOM in request by @ruromero in #16
  • fix: submit was expeting components by @ruromero in #18
  • fix: handle invalid purls to retrieve the system by @ruromero in #20
  • feat: manage and expose vulnerability comments by @ruromero in #19
  • fix: register for reflection by @ruromero in #21
  • feat: ignore vendor folder for go projects by @ruromero in #22
  • feat: added MongoDB persistence for backend by @ruromero in #23
  • fix: problem with CVE input focus by @ruromero in #24
  • feat: align with new api schema by @ruromero in #26
  • feat: exclude package manager files to avoid wrong assumptions by @ruromero in #28
  • fix: exclude possible vendor packages of another major version by @zvigrinberg in #29
  • feat: implement metadata field and unassisted report generation by @ruromero in #30
  • feat: add pagination to reports by @ruromero in #31
  • feat: add authentication by @ruromero in #32
  • fix: allow posts from Morpheus by @ruromero in #33
  • fix: validations and errors by @ruromero in #34
  • feat: upgrade to patternfly6 and quarkus 3.18.2 by @ruromero in #35
  • fix: vulnId filtering, testcontainers disabled, checklist render by @ruromero in #36
  • feat: return object_id in the creation response by @ruromero in #37
  • chore: upgrade to openshift pipelines 1.17 by @ruromero in #39
  • feat: inmemory queue for rate limit by @ruromero in #38
  • feat: add purge and navigation features by @ruromero in #40
  • docs: add usage and configuration by @ruromero in #41
  • chore: use devservices for any external dependency by @ruromero in #42
  • fix: rename source_info to include and exclude by @ruromero in #43
  • feat: add agent morpheus related new custom metrics by @zvigrinberg in #44
  • chore: add expired reports to the UI by @vbelouso in #46
  • bug: new reports missing from first page due to default sort by @vbelouso in #47
  • feat: add tracing to client. by @zvigrinberg in #45
  • chore: display CVSS score output by @IlonaShishov in #48
  • fix: update active reports queue according to all delete events by @zvigrinberg in #49
  • chore: add vector string display to report view by @IlonaShishov in #50
  • fix: custom metadata fields are not merged into sbom metadata by @zvigrinberg in #53
  • Added intel score by @tmihalac in #52
  • feat: add generic metadata labels for input git repo snapshot by @zvigrinberg in #55
  • chore(ci): remove git auth. repos are public by @ruromero in #56
  • feat: product analysis for NAT by @IlonaShishov in #59
  • Configure image registry credentials by @IlonaShishov in #60
  • Configure GitHub REST client to include Authorization and headers by @IlonaShishov in #61
  • fix race condition by @IlonaShishov in #62
  • Expand input support by @IlonaShishov in #64
  • feature: add swagger-ui extension to allow documentation and rapid testing by @zvigrinberg in #63
  • fix: prevent http error status 422 by @zvigrinberg in #65
  • chore: make Syft cache path configurable by @vbelouso in #67
  • chore: annotate the endpoints and POJOs with MicroProfile OpenAPI annotations by @IlonaShishov in #70
  • fix: support code repositories outside hosted github.com by @zvigrinberg in #72
  • fix: prevent java.lang.IllegalArgumentException exception on callback by @zvigrinberg in #73
  • fix: read image from request body instead of query param in /generate-sbom by @vbelouso in #74
  • fix: submit btn dimmed after returning to form even if data is populated. by @zvigrinberg in #75
  • feat: add feedback feature to the UI by @rhartuv in #71
  • feat(health): add non-authenticated /health endpoint via proxy by @vbelouso in #76
  • adapt ExploitIQ UI To ExploitIQ Service Migrated to NAT by @zvigrinberg in #57

New Contributors

Full Changelog: 841d2fa...v0.0.1