horusec-platform

Horusec Platform is a set of web services that integrate with the Horusec CLI to facilitate the visualization and management of found vulnerabilities.

APACHE-2.0 License

Stars
60

Bot releases are hidden (Show)

horusec-platform - v2.16.1

Published by nathanmartinszup over 3 years ago

  • Fixing get one repository and workspace (#127)
    • [FIX] Fixing error in get repository and workspace when ldap auth type.
horusec-platform - v2.16.0

Published by nathanmartinszup over 3 years ago

  • Fixing get repository(#125)
    • [FIX] Fixing get repository created with workspace token.
  • New Manager navigation
    • [FEATURE] Permissions on new manager navigation (#120)
    • [FIX] Fixing Ldap error message, and verify other messages (#122)
    • [FEATURE] Repositories count in workspace (#124)
    • [FEATURE] Manager - Users Screen (#117)
    • [FEATURE] New navigation on manager - improvements. (#114)
    • [FEATURE] Manager - Home Screen (#108)
  • Refactor/analytic (#119)
    • [FIX] Updating dashboard to get only the last analysis of each repository,
horusec-platform - v2.15.1

Published by nathanmartinszup over 3 years ago

  • Nancy dependency check (#121)
    • [FEATURE] Adding nancy support in analysis api.
horusec-platform - v2.15.0

Published by nathanmartinszup over 3 years ago

  • Ldap auth type errors (#110)
    • [FIX] While in the ldap authentication type, in some specific cases, the repositories were duplicate.
    • [FIX] Repositories created with the workspace token didn't inherit permissions.
horusec-platform - v2.14.0

Published by wiliansilvazup over 3 years ago

  • Upgrade helm charts with values correctly (#85)

    • [FIX] Fix wrong values in helm charts
    • [CHORE] Adding new values not configured
  • Upgrade i18n export format (#88)

    • [FIX] Fix some text when export in multiples languages
  • Add uri.scheme (#89)

    • [FIX] Fixing URI on schema of the helm charts
  • Feature/save migration horusec (#90)

    • [CHORE] Updating migrations to save to database table and check if script has already been run
  • Manager issues a11y in v2 dashboard (#91)

    • [FEAT] Adding the rest of accessibility in horusec-manager
  • Fix HORUSEC_MANAGER_URL and HORUSEC_AUTH_URL (#93)

    • [FIX] Fixing URLs in helm charts
  • Improvement css and add Table MatUi component (#94)

    • [CHORE] Adding improvements in all tables of the horusec-manager
  • Feature/dependency check (#97)

    • [FEAT] Adding new tool dependency check for analysis in horusec-api
  • Feature/change env variable names (#95)

    • [CHORE] Standardizing name of environment variables in manager
  • Feature/improvement in table component (#96)

    • [CHORE] improvement in all tables of the horusec-manager
  • Replace enums to usage from devkit (#102)

    • [CHORE] Change to usage enums from devkit to setup use cases of min. and max. length
  • Updating platform with the new dotnet cli (#104)

    • [FEAT] Adding new tool dotnet-cli for analysis in horusec-api
horusec-platform - v2.13.0

Published by wiliansilvazup over 3 years ago

  • [FEAT] Download data in the dashboard in PDF, XLS, XML, CSV, PNG, JSON
  • [CHORE] Improved responsiveness of Horusec-Manager
  • [CHORE] Improved performance when updating a vulnerability
  • [FIX] Correction in the handling of paths of Horusec-Manager
horusec-platform - v2.12.1

Published by wiliansilvazup over 3 years ago

  • Adding new helm chart horusec-platform generic with all services
  • Fixing bug when is not possible setup horusec-core in endpoint to access via manager
horusec-platform - v2.12.0

Published by wiliansilvazup over 3 years ago

Horusec Web Services V2

With this new version RabbitMQ became required and no longer is opcional. Emails still continues opicional with the HORUSEC_DISABLE_EMAILS environment variable.

  • Analytic: Service completely redesigned, with a new database to accommodate the needs of the V2 dashboard and facilitate future changes;
  • Api: It still remains an edge service responsible for receiving and authenticating external requests. Token apis went to the core;
  • Auth: Continues as the responsible for all account and authentication operations;
  • Core: Former account, it was renamed to better represent its function in architecture. Here are all the workspace, token, repository operations;
  • Manager: Horusec front end application, now with a completely redesigned look, new dashboard and better accessibility.
  • Messages: Continues as the email trigger service;
  • Vulnerability: New service responsible for vulnerability management operations;
  • Webhook: Continues as the responsible for sending a replica of the analyzes received by the cli through a webhook. Now webhook api operations can also be found here.