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 visible (Hide)

horusec-platform - v2.19.0-rc.1 Latest Release

Published by github-actions[bot] over 2 years ago

Changelog

Features

  • 9bd868f2777e9fe4b1ba40987f149774a7d26f35: manager:feature - During navigation on manager, save the (#536) (@lucasbrunozup)
  • 6a6252fb994caaba84326feabe45474d1d9bf1b6: vulnerability:feature - Add new management of vulnerabilities back (#540) (@wiliansilvazup)
  • 6083df30e490fc9d83eceafe95a48c0519a8b0bf: compose:feat - Adding compose of the keycloak file (#556) (@wiliansilvazup)
  • 07dba43b4932c4046ee3c9703d0570edcbc5a25a: workflow:feat - Automating the release notes (#570) (@wiliansilvazup)
  • 949a13762f6d864b74d37fc389d9dde568c04771: vulnHash:feature - add treatment to vuln.deprecatedHashes slice (#569) (@iancardosozup)

Bug fixes

  • dd9e76e1598d7ccca717130136ae77d9bb08a199: analysis:fix - Fix analysis not update otherss fields if alredy exists (#525) (@wiliansilvazup)
  • c06306cd915cb6aa910f3157c1ee04e10ae32364: helm:bugfix - handle kubernetes ingress api depreciation (#545) (@nathanmartinszup)
  • a6859ae75c1b46a76707249164b06dbc2a4d1f3f: magefile:bugfix - fixing error with update version functions (#547) (@nathanmartinszup)
  • 46dc2dc95dc80d97404bd4f6c508cf72c775bca3: auth:bugfix - removing unnecessary log of duplicate user (#552) (@nathanmartinszup)
  • 3fe99fc8cb80e8bfc66b85dd460817df337d1f5f: go mod:bugfix - updating modules with go mod tidy (#580) (@nathanmartinszup)
  • 46e61fc85de39f8cb3354350f4571e5c9c8eff36: api:fix - Error when not exists analysis in database (#583) (@wiliansilvazup)

Hotfixes

  • 1c0b37e7d41e5a5408b211e5e1439ecf96c65ae6: core:hotfix - Add validation in repositories when not exist pagination (#571) (@wiliansilvazup)
  • 8d5e1a7e9a2377cea70a0e2fa1517f5935d6bf3a: release:hotfix - Fixing release process (#581) (@wiliansilvazup)

Chores

  • 1add8f341650bbd626b38c9320f286d0a9a38d0c: workflow/security:chore - updating security workflow to use latest rc (#523) (@nathanmartinszup)
  • 9c1615c8c2b0a209c14f3ef1b2a59869d0aa8dca: auth:chore - When verify user permission, the function GetAccountIDByJWTToken (#538) (@lucasbrunozup)
  • 75b7d4959f905e1022d3e71f3a8aa4d4fe7d6153: analytic:chore - Update lint e make commands (#541) (@wiliansilvazup)

Others

  • 1a0e227e55e5ccb97d171f890d9054ec836d5b26: feature:manager - New screen to handler vulnerabilities (#542) (@lucasbrunozup)
  • bba6d507cb0aaffee89dcd543a8bf64cd23bd868: Fix filters of the vulnerabilities by file (#544) (@wiliansilvazup)
  • 37cb256876153fa0470143c927d4d02e8bbc182a: docs:update - README.md file with Issues info (#546) (@HenriqueZup)
  • 6e22d2e51eedeb501463afcd085255e4a2e9002a: build(deps): bump follow-redirects from 1.14.4 to 1.14.8 in /e2e/cypress (#554) (@dependabot[bot])
  • 11f2916b51c494c416413aa19f6bc10a2476b60c: build(deps): bump follow-redirects from 1.14.6 to 1.14.8 in /manager (#555) (@dependabot[bot])
  • e43968beb57c47ac9be2743f1478041c1d29ef1d: build(deps): bump nanoid from 3.1.30 to 3.3.1 in /manager (#557) (@dependabot[bot])
  • 4df5efa33bb4cec78820c1c902674ca985d753e5: build(deps): bump url-parse from 1.5.3 to 1.5.7 in /manager (#559) (@dependabot[bot])

Docker images

  • docker pull horuszup/horusec-analytic:v2.19.0-rc.1
  • docker pull horuszup/horusec-api:v2.19.0-rc.1
  • docker pull horuszup/horusec-auth:v2.19.0-rc.1
  • docker pull horuszup/horusec-core:v2.19.0-rc.1
  • docker pull horuszup/horusec-manager:v2.19.0-rc.1
  • docker pull horuszup/horusec-messages:v2.19.0-rc.1
  • docker pull horuszup/horusec-migrations:v2.19.0-rc.1
  • docker pull horuszup/horusec-vulnerability:v2.19.0-rc.1
  • docker pull horuszup/horusec-webhook:v2.19.0-rc.1
    Full Changelog: https://github.com/ZupIT/horusec-platform/compare/v2.18.0-rc.2...v2.19.0-rc.1
horusec-platform - alpha

Published by github-actions[bot] over 2 years ago

Description

This tag it's updated every time there's a change in the main branch. It's a developement tag and should not be used in production.

Docker images

  • docker pull horuszup/horusec-analytic:alpha
  • docker pull horuszup/horusec-api:alpha
  • docker pull horuszup/horusec-auth:alpha
  • docker pull horuszup/horusec-core:alpha
  • docker pull horuszup/horusec-manager:alpha
  • docker pull horuszup/horusec-messages:alpha
  • docker pull horuszup/horusec-migrations:alpha
  • docker pull horuszup/horusec-vulnerability:alpha
  • docker pull horuszup/horusec-webhook:alpha
horusec-platform - v2.18.0

Published by github-actions[bot] over 2 years ago

Changelog

Features

  • f0fe1e778d58a9deaf133cbc142d985398c7fc1d: compose:feat - Adding compose of the keycloak file (#556) (@wiliansilvazup)
  • 26d1ea39e03d33906d1d373c415c3de01bf33097: workflow:feat - Automating the release notes (#570) (@wiliansilvazup)

Bug fixes

  • ae831a89e0c8a559e66395a6db359621844a8c52: e2e:bugfix - downgrade cypress version (#454) (@lucasbrunozup)
  • d06e752d28f2460ce97206042ecf1f50ac32bf83: pipelines:bugfix - now it runs when a PR or push is sent to main (#455) (@iancardosozup)
  • 3bac6f0b41b3d9abebe4e9365611146cfee51018: helm:bugfix - added auth ldap env vars and fixed nindent error (#462) (@nathanmartinszup)
  • ec3a755ba0482e080d6f35d3346055525f6dc474: alpha:bugfix - fixing errors with alpha workflow publish release (#463) (@nathanmartinszup)
  • 2fb08556c4e6829f2cfeda007818944e4a8d5e26: dockerfiles:bugfix - fixing error with diferent migration binary name (#500) (@nathanmartinszup)
  • f1c7d1c5c4aac82d229031a1993d42f7a7eded01: mage:bugfix - updating mage go sum (#522) (@nathanmartinszup)
  • 60cd3e0c84f0ec29bae5df4c853dff45b9d1aedd: helm:bugfix - handle kubernetes ingress api depreciation (#545) (@nathanmartinszup)
  • f9d6bc5d913b1cddfc6f0d6b30d8baa9796abb92: go mod:bugfix - updating modules with go mod tidy (#580) (@nathanmartinszup)
  • 105d0e184fb4db11d13cc3966970fcb4ac3a99a9: magefile:bugfix - fixing error with update version functions (#547) (@nathanmartinszup)

Hotfixes

  • 8c827c47582c7c22087b54cf03e7ede0bf3649f2: core:hotfix - Add validation in repositories when not exist pagination (#571) (@wiliansilvazup)
  • 956f7f6727c7d25e0c43fac66b2bf2360f947383: release:hotfix - Fixing release process (#581) (@wiliansilvazup)

Chores

  • b16908977e5eef27a1296baa71d9b593a90a701f: messages:chore - add new link for horusec logo on email templates (#448) (@lucasbrunozup)
  • a36784d3358b8408f74aace5db4bac8c05749009: versioning:chore - Update versioning files (#452) (@wiliansilvazup)
  • ca7807fcdfc7e002563a03b33c716244cb823a5d: renovate:chore - updating renovate json (#457) (@nathanmartinszup)
  • ea2b4ef971b62db73ff6b7f8bbfae0a5b1620b9a: docs:chore - uopdating readme and contributing guide (#450) (@jessica-tw)

Others

  • 14d33f6d8e6e6fd8fdc42d7604329cc4d8dfe9c6: ci: add new release process (#320) (@iancardosozup)
  • 5e2460d68c809fa62e11764868c95f7e10b43e17: actions: update DCO to recommended configurations (#348) (@iancardosozup)
  • 9070bf40946a1f3d93f99ed97d6bc75f925a57ee: ci: add GH token with sign permissions (#347) (@iancardosozup)
  • aed5338918b1645c5b14af2c203150a7297f2ebe: Added missing HORUSEC_AUTH_URL env variable (#349) (@nathanmartinszup)
  • c15aaa00fd1cedecdfda708d2ed2fa11841ba344: Updated README (#346) (@jessica-tw)
  • b72dfed5b36c7f1e9ded1325c9417514d561505e: Update typescript-eslint monorepo to v4.33.0 (#359) (@renovate[bot])
  • 0de39c7663f898d8b0c38d40378b25de6473a742: Update EndBug/add-and-commit action to v7.4.0 (#354) (@renovate[bot])
  • eaddcb648d463c86b3aaa6ccfd416c77a9536635: renovate: add signed off by commit body (#364) (@iancardosozup)
  • 8194658e9055bc4ba76b09669485b11d6f6ffad0: Update migrate/migrate Docker tag to v4.15.0 (#358) (@renovate[bot])
  • 5f30a4f44223aa43b307479578d1209bfc901e96: Horusec config: Cleaning hashs of files config (#368) (@lucasbrunozup)
  • c453f776114e71a257305d8632db2c452a548586: actions: att security to show risk-accepted (#363) (@iancardosozup)
  • 719387312f06ad5c050e1d1cb32cb073135ec79d: Added missing env var horusec manager url (#367) (@nathanmartinszup)
  • a7bc2c3c2643daeb1cb7cbd2417bbc823cbf03d8: all: pin version on all docker images (#369) (@matheusalcantarazup)
  • 983db6437e672ff07b549f0c53d8f9b4756fd4c5: deps: removing analytic vulnerable dependencies (#382) (@nathanmartinszup)
  • 2c5ba4d01403acbc531b8c3b6822ac59c7cd61ae: deps: removing api vulnerable dependencies (#383) (@nathanmartinszup)
  • b9df50d85190ebc9870503b5dbdc5dcc1f3013b6: deps: removing auth vulnerable dependencies (#384) (@nathanmartinszup)
  • bbacb55da9140013b9d640ada11e411fd79639bc: deps: removing core vulnerable dependencies (#385) (@nathanmartinszup)
  • 834645e3542a711b0c5010a155120046eba790cf: deps: removing vulnerability vulnerable dependencies (#386) (@nathanmartinszup)
  • 6e97c7e0bfbf51f4f3fce3ccec75fb87dd6a81be: deps: removing messages vulnerable dependencies (#387) (@nathanmartinszup)
  • 5c05fe4068f014b9df5f9d1ba7e56e5736a99f42: deps: removing webhook vulnerable dependencies (#388) (@nathanmartinszup)
  • 763e19d702a8a0d184172e540c184fa53e618643: api: added migration to avoid horusec id in stored vuln hashes (#389) (@nathanmartinszup)
  • 331c357e60d3eac81db239858c5452abd129ce43: Improving migration script to avoid large amount of data and run just one time (#405) (@nathanmartinszup)
  • 5be3b9713165bf8efb0ec368dd3ab1de8443d606: Update module github.com/ZupIT/horusec-devkit to v1.0.19 (#397) (@renovate[bot])
  • 890f9ef2a1c72093c4597babd23389c6351314c4: Update Manager environments in compose (#404) (@wiliansilvazup)
  • cb16a6f71132914258b694b4204e784ee37631b3: [Horusec-manager] - Insecure dependencies (#381) (@lucasbrunozup)
  • 05122f06800c275b9f301c5eb842e95727f97d72: Update Node.js to v16.11.1 (#398) (@renovate[bot])
  • 2505c82dde473d408cb1e0be8a39d1051f3fbeb0: ci: update security workflow for not broken in base branch for other origin (#406) (@wiliansilvazup)
  • 44d24d055f35ee8756c6a90a835649e9ed9a0cb2: Update package-lock version in cypress e2e (@wiliansilvazup)
  • afa3bf5c1bca42482f05c58618e90d843ff792fc: Update e2e pipeline (@wiliansilvazup)
  • 3ba824348efb7675c0aca66572413fcfff3fc206: release: chore - add new release workflow using magefiles (#453) (@iancardosozup)
  • 818d19897ba9c635a9ec89aac3f02f78102f56a4: docs:horusec-platform add BUILD.md file (#501) (@HenriqueZup)

Docker images

  • docker pull horuszup/horusec-analytic:v2.18.0
  • docker pull horuszup/horusec-api:v2.18.0
  • docker pull horuszup/horusec-auth:v2.18.0
  • docker pull horuszup/horusec-core:v2.18.0
  • docker pull horuszup/horusec-manager:v2.18.0
  • docker pull horuszup/horusec-messages:v2.18.0
  • docker pull horuszup/horusec-migrations:v2.18.0
  • docker pull horuszup/horusec-vulnerability:v2.18.0
  • docker pull horuszup/horusec-webhook:v2.18.0
    Full Changelog: https://github.com/ZupIT/horusec-platform/compare/v2.17.4...v2.18.0
horusec-platform - v2.18.0-rc.2

Published by github-actions[bot] over 2 years ago

Changelog

Features

  • f0fe1e778d58a9deaf133cbc142d985398c7fc1d: compose:feat - Adding compose of the keycloak file (#556) (@wiliansilvazup)
  • 26d1ea39e03d33906d1d373c415c3de01bf33097: workflow:feat - Automating the release notes (#570) (@wiliansilvazup)

Bug fixes

  • 60cd3e0c84f0ec29bae5df4c853dff45b9d1aedd: helm:bugfix - handle kubernetes ingress api depreciation (#545) (@nathanmartinszup)
  • f9d6bc5d913b1cddfc6f0d6b30d8baa9796abb92: go mod:bugfix - updating modules with go mod tidy (#580) (@nathanmartinszup)
  • 105d0e184fb4db11d13cc3966970fcb4ac3a99a9: magefile:bugfix - fixing error with update version functions (#547) (@nathanmartinszup)

Hotfixes

  • 8c827c47582c7c22087b54cf03e7ede0bf3649f2: core:hotfix - Add validation in repositories when not exist pagination (#571) (@wiliansilvazup)
  • 956f7f6727c7d25e0c43fac66b2bf2360f947383: release:hotfix - Fixing release process (#581) (@wiliansilvazup)

Docker images

  • docker pull horuszup/horusec-analytic:v2.18.0-rc.2
  • docker pull horuszup/horusec-api:v2.18.0-rc.2
  • docker pull horuszup/horusec-auth:v2.18.0-rc.2
  • docker pull horuszup/horusec-core:v2.18.0-rc.2
  • docker pull horuszup/horusec-manager:v2.18.0-rc.2
  • docker pull horuszup/horusec-messages:v2.18.0-rc.2
  • docker pull horuszup/horusec-migrations:v2.18.0-rc.2
  • docker pull horuszup/horusec-vulnerability:v2.18.0-rc.2
  • docker pull horuszup/horusec-webhook:v2.18.0-rc.2
    Full Changelog: https://github.com/ZupIT/horusec-platform/compare/v2.18.0-rc.1...v2.18.0-rc.2
horusec-platform - v2.17.4

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/ZupIT/horusec-platform/compare/v2.17.3...v2.17.4

Docker images

  • docker pull horuszup/horusec-webhook:v2.17.4
  • docker pull horuszup/horusec-webhook:v2
  • docker pull horuszup/horusec-webhook:v2.17
  • docker pull horuszup/horusec-auth:v2.17.4
  • docker pull horuszup/horusec-auth:v2
  • docker pull horuszup/horusec-auth:v2.17
  • docker pull horuszup/horusec-api:v2.17.4
  • docker pull horuszup/horusec-api:v2
  • docker pull horuszup/horusec-api:v2.17
  • docker pull horuszup/horusec-migrations:v2.17.4
  • docker pull horuszup/horusec-migrations:v2
  • docker pull horuszup/horusec-migrations:v2.17
  • docker pull horuszup/horusec-core:v2.17.4
  • docker pull horuszup/horusec-core:v2
  • docker pull horuszup/horusec-core:v2.17
  • docker pull horuszup/horusec-messages:v2.17.4
  • docker pull horuszup/horusec-messages:v2
  • docker pull horuszup/horusec-messages:v2.17
  • docker pull horuszup/horusec-analytic:v2.17.4
  • docker pull horuszup/horusec-analytic:v2
  • docker pull horuszup/horusec-analytic:v2.17
  • docker pull horuszup/horusec-vulnerability:v2.17.4
  • docker pull horuszup/horusec-vulnerability:v2
  • docker pull horuszup/horusec-vulnerability:v2.17
horusec-platform - v2.18.0-rc.1

Published by github-actions[bot] almost 3 years ago

What's Changed

Docker images

  • docker pull horuszup/horusec-analytic:v2.18.0-rc.1
  • docker pull horuszup/horusec-api:v2.18.0-rc.1
  • docker pull horuszup/horusec-auth:v2.18.0-rc.1
  • docker pull horuszup/horusec-core:v2.18.0-rc.1
  • docker pull horuszup/horusec-manager:v2.18.0-rc.1
  • docker pull horuszup/horusec-messages:v2.18.0-rc.1
  • docker pull horuszup/horusec-migrations:v2.18.0-rc.1
  • docker pull horuszup/horusec-vulnerability:v2.18.0-rc.1
  • docker pull horuszup/horusec-webhook:v2.18.0-rc.1

Full Changelog: https://github.com/ZupIT/horusec-platform/compare/v2.18.0-beta.1...v2.18.0-rc.1

horusec-platform - v2.18.0-beta.1

Published by github-actions[bot] almost 3 years ago

Changelog

2505c82dde473d408cb1e0be8a39d1051f3fbeb0 ci: update security workflow for not broken in base branch for other origin (#406)
c32348cf1abfcb422442b3c40dfb469db2e6c798 renovatebot: adjust config to pattern of commit and PR name. (#407)
44d24d055f35ee8756c6a90a835649e9ed9a0cb2 Update package-lock version in cypress e2e
174864d34f9064539e5c85f048574fb9615d2174 deps: update horuszup/horusec-manager Docker tag to v2.17.3 (#424)
d90ee1bfeb15541d59136da389970846bbe96540 deps: update docker.io/horuszup/horusec-webhook Docker tag to v2.17.3 (#423)
f9f5d3915b0ea0052c97fabe29ec94b0cb4c2f18 deps: update docker.io/horuszup/horusec-vulnerability Docker tag to v2.17.3 (#422)
30f7d2be0113bb3fd0a4e8313973cb3c38c1cd3b deps: update docker.io/horuszup/horusec-migrations Docker tag to v2.1.7.3 (#421)
1bb5df30c8fd57e8f860d6087eb60db4d019e92c deps: update docker.io/horuszup/horusec-messages Docker tag to v2.17.3 (#420)
43e617ae59eace76c245917fa62544f10becbaa1 deps: update docker.io/horuszup/horusec-manager Docker tag to v2.17.3 (#419)
aeb6d45d7b7322bf963802fbada3bdd4256ec245 deps: update docker.io/horuszup/horusec-core Docker tag to v2.17.3 (#418)
52278db0dd90a96c641b2a026804aba9ff071c63 deps: update docker.io/horuszup/horusec-auth Docker tag to v2.17.3 (#417)
5198d99018ca0102ffd3a04d14d227ca47378c58 deps: update docker.io/horuszup/horusec-api Docker tag to v2.17.3 (#416)
58dfc8194d8513545b534fde9775e0a799cb9929 deps: update docker.io/horuszup/horusec-analytic Docker tag to v2.17.3 (#415)
c78b1c28fe479b35a8493f78f9e87e699e3e36ed deps: update dependency @types/lodash to v4.14.176 (#409)
062b27acf3860f11192a3d0371e21663f1bcc04b deps: update migrate/migrate Docker tag to v4.15.1 (#425)
d3cedb578610b321bc44eb7822de542afae43c04 deps: update dependency styled-components to v5.3.3 (#414)
1804ca806394dab9e24091259a12435b8fd60fc4 deps: update dependency react-svg to v14.0.17 (#413)
0d9127277933210f7be5638c883d6c5ff596660d deps: update dependency node-releases to v2.0.1 (#412)
2f7203d25ec1b11dda90924426e5033f2a40605b deps: update dependency @types/react-dom to v17.0.10 (#411)
1ddcd52e72d710463ba454e4997922087cfe684f deps: update ZupIT/zup-dco-validator action to v1.1 (#427)
87b6801c71a03f94ecad2d3493904de4254f8a5c deps: update dependency @types/node to v14.17.32 (#410)
e3910a34506fc73e12741e5cecbea4b4b2278a8a deps: update Node.js to v16.13.0 (#426)
afa3bf5c1bca42482f05c58618e90d843ff792fc Update e2e pipeline
b16908977e5eef27a1296baa71d9b593a90a701f messages:chore - add new link for horusec logo on email templates (#448)
ae831a89e0c8a559e66395a6db359621844a8c52 e2e:bugfix - downgrade cypress version (#454)
591049b3be423b86bbc1b53a2256df2d6dce76cd deps: update dependency glob-parent to v6 (#447)
6f13f0a8bfa9a21382361ca0ac5531aa8a28df6d deps: update dependency eslint-plugin-testing-library to v5 (#446)
b4b14e0ff80c4062c5eec28f6e24120818fd1c05 deps: update dependency eslint-config-prettier to v8 (#445)
a36784d3358b8408f74aace5db4bac8c05749009 versioning:chore - Update versioning files (#452)
d06e752d28f2460ce97206042ecf1f50ac32bf83 pipelines:bugfix - now it runs when a PR or push is sent to main (#455)
57e45993d3f83368fcefc6bdfe48c36ea6a608f0 deps:chore - update module github.com/swaggo/swag to v1.7.6 (#431)
3bac6f0b41b3d9abebe4e9365611146cfee51018 helm:bugfix - added auth ldap env vars and fixed nindent error (#462)
3ba824348efb7675c0aca66572413fcfff3fc206 release: chore - add new release workflow using magefiles (#453)
64696186c6cdcde8a0e531e4f081309938bb215d deps: update dependency @types/react-dom to v17.0.11 (#461)
70c82f2e6194756a03f1f3f4176e8af2636abd39 deps: update dependency @types/lodash to v4.14.178 (#460)
4a510c9e3906427653960f24400f0e678f6bc3d8 deps: update dependency @types/jest to v27.0.3 (#456)
6c71c1aaaab8a463ae7cf57bbe8c4ed7be6f5875 deps: update dependency set-value to v4.1.0 (#440)
c1f8eb7e90402d3fcf6c5a22ac6f4ba1790df1fd deps: update dependency eslint to v8 (#444)
62afc3304195036a3bca20fb15e513c380f18972 deps: update dependency @axe-core/react to v4.3.2 (#459)
61c8ae968a92cbad8f7aea78470a11c020f28c70 deps: update Node.js to v16.13.1 (#458)
ca7807fcdfc7e002563a03b33c716244cb823a5d renovate:chore - updating renovate json (#457)
85f6927551e39afeba51941949bcdd581ba066a1 deps: update dependency react-i18next to v11.15.1 (#439)
0ef2e0fb8e00204ef3f58fba337c95bca55e12d2 deps: update dependency @types/react to v17.0.37 (#429)
50ee379ed30f150c6813d256d7acedb0abe230d3 deps:chore - update nginx Docker tag to v1.21.4 (#471)
a6c59e3aee265a44b2695a5eb846689b6a6d6c9d deps:chore - update module github.com/ZupIT/horusec-devkit to v1.0.21 (#469)
d00a4572c275d6fdb1f0232dc6201c788454444a deps:chore - update dependency eslint-plugin-testing-library to v5.0.1 (#466)
fb4194f88d63f2dfb9b81c9d8ccfec0c36429f25 deps:chore - update dependency eslint-plugin-import to v2.25.3 (#465)
8c85a07c5bf764bb8c9df90332dc0b8a286f58c7 deps:chore - update dependency @types/styled-components to v5.1.18 (#464)
761681d5ef6853d756fce959ec086ad4ef4bae89 deps:chore - update dependency react-hook-form to v7.22.0 (#438)
0dc3adf2a10b861d04655c93b75eb4082e4e68fd deps:chore - update dependency browserslist to v4.19.0 (#433)
4f4b876c8246cbcc374ac5c51add1f3625ae6f58 deps:chore - update dependency axios to v0.24.0 (#432)
4bb0b10425bf6d422e48593dff56319b9a6a309f deps:chore - update EndBug/add-and-commit action to v7.5.0 (#472)
1c3e70ac640ca105be39cca3988600c177eadbb1 deps:chore - update dependency eslint-plugin-jsx-a11y to v6.5.1 (#477)
302c924c9349cb449d6f85169a10624a18d9ab9c deps:chore - update dependency @testing-library/jest-dom to v5.16.1 (#474)
b0cb061b1e53da1f32751fb0d30a19b5b8ecd03f deps:chore - update dependency eslint-plugin-react to v7.27.1 (#478)
b1490e14826e700fed69f3969a642532edc94471 deps:chore - update dependency single-spa-react to v4.6.0 (#483)
b15203e987b1cbee489dfb71b4d7391e43adc715 deps:chore - update dependency keycloak-js to v15.1.0 (#480)
4cb2f80a1da76205056ea4cb7ac11f64404d478c deps:chore - update dependency prettier to v2.5.1 (#481)
66068e4aa4f90ff3dd45bcf32158b13ca6228b4b deps:chore - update dependency material-ui-popup-state to v2 (#491)
d42f690fb91310f1b390913d325df9c751a47d59 deps:chore - update dependency react-svg to v14.1.4 (#482)
71d00df31a8d4066f91651e32faa3071bd3cf490 deps:chore - update dependency highlight.js to v11 (#490)
9ce62aa4e15b1d512caee456d11e74c617367ce9 deps:chore - update dependency xlsx to v0.17.4 (#468)
ba5e281b67fe390800616910640e022ea238699c deps:chore - update dependency react-datepicker to v4.5.0 (#437)
0648d351713d6f328a37783c8c8d148bad09cca3 deps:chore - update dependency immer to v9.0.7 (#467)
90f3531590ea1c5779e7c0eff2f70f8b0ca7ca7e deps:chore - update dependency i18next to v21.6.0 (#479)
d0ece7f26edaa106827541deeffdcf821d82cd4a deps:chore - update dependency cypress to v7.7.0 (#476)
4759b44560a7b5a155cf16acd93feae86ebc57d4 deps:chore - update dependency apexcharts to v3.32.0 (#475)
64ef1723f0c757f767981b0e13a0e7bf177ce57c deps:chore - update module github.com/lib/pq to v1.10.4 (#470)
b01f4e787aa9e753165e6cfff49f7277423a018b deps:chore - update alpine Docker tag to v3.15.0 (#473)
82f864ed673fab6dd26a67e0bd8d7ee3515f397f deps:chore - update dependency @types/react-router-dom to v5.3.2 (#430)
623dd8e3d77c6ee9fa5a0ffaf64a93298a92b9dd deps:chore - update typescript-eslint monorepo to v5.7.0 (#487)
035dbf26844f9ce1fa3a771f774c79db1c70970b deps:chore - update jboss/keycloak Docker tag to v15.1.0 (#485)
3827c12b26b36f5a97c681128fdc183f79b0645d deps:chore - update dependency typescript to v4.5.4 (#484)
ce765be6e47f55cc3ae48aed07d2626ab920ea41 deps:chore - update dependency browserslist to v4.19.1 (#494)
ec3a755ba0482e080d6f35d3346055525f6dc474 alpha:bugfix - fixing errors with alpha workflow publish release (#463)
0324824e02e0d7fd9f850765ffab702d8341fad7 deps: update dependency @cypress/react to v5.10.3 (#428)
ea2b4ef971b62db73ff6b7f8bbfae0a5b1620b9a docs:chore - uopdating readme and contributing guide (#450)
a7dfd9b5560c28ad89ab128700f229548a2cd5d8 deps:chore - update dependency react-hook-form to v7.22.1 (#498)
9c9064cef4eec8d34bf95661cad6006c06d7579e deps: update dependency date-fns to v2.27.0 (#435)
1a66ab5ab60b12efbf81309e7adf3a09724db278 deps:chore - update dependency @types/node to v16.11.13 (#497)
0cf772ba4df03d3f7380abba1053338e230efc11 deps:chore - update postgres Docker tag to v14 (#493)
bdde69b11fc1369bc6b9e543060b12e7f54b74cd deps:chore - update module google.golang.org/grpc to v1.43.0 (#486)
4be977c8fb7f17e539cba52915f0b7b5111ecf91 deps:chore - update dependency cypress to v9 (#489)
818d19897ba9c635a9ec89aac3f02f78102f56a4 docs:horusec-platform add BUILD.md file (#501)
97928cf7861582900dc87a4e93ee5463ee05a617 deps:chore - update module github.com/magefile/mage to v1.12.1 (#510)
40ff5483a15b0809cb0c0c3d72cb3c5d493e8215 deps:chore - update jboss/keycloak Docker tag to v15.1.1 (#508)
77d77905af65d2731d65dad1a1a823bab9394a28 deps:chore - update dependency @cypress/react to v5.11.0 (#509)
d81bbc71e311452c7ed3a3f2292e844c10fd4b8f deps:chore - update dependency @types/node to v16.11.15 (#503)
8561682545ee1a4c892f73d1037056313b4e6f3a deps:chore - update dependency react-svg to v14.1.5 (#507)
e83488a0d50e5d6930bf4c249131652589381e6f deps:chore - update dependency @axe-core/react to v4.3.2 (#502)
28525c375e6ed96d2c84b8d2df5de130111a56ea deps:chore - update dependency i18next to v21.6.3 (#504)
8341e11c6b42f2c3beb0dff591174b6fbce6cd17 deps:chore - update dependency react-hook-form to v7.22.2 (#506)
b92cea9772f3d32eb0b336822924ddc3332e88b9 deps:chore - update dependency keycloak-js to v15.1.1 (#505)
547733667f876811dacd5212813ae4ef426bea3c deps:chore - update dependency keycloak-js to v16 (#511)
2fb08556c4e6829f2cfeda007818944e4a8d5e26 dockerfiles:bugfix - fixing error with diferent migration binary name (#500)
17d20cf2c330ab089a9f82879df7c8ad9fd50e0e deps:chore - update dependency @types/downloadjs to v1.4.3 (#512)
034bf48015b92e9abec39f7dc0b5875d28b2c3b0 deps:chore - update dependency @types/node to v16.11.18 (#513)
4f7684ad51c7de0dbf1e471ab604b7674b176c01 deps:chore - update dependency @types/react-datepicker to v4.3.4 (#515)
bb7ed653360e9dfd22be1cfd14208011a74ce55e deps:chore - update dependency @types/styled-components to v5.1.19 (#516)
348debdcf91103135373f168c072fa943e8be74b deps:chore - update dependency apexcharts to v3.32.1 (#517)
caaa40bc87e83d03a79df1edd3baa38b1e393b7f deps:chore - update dependency react-app-rewired to v2.1.11 (#518)
b521300575315148a2c586bcd60604bdcea12a7e deps:chore - update dependency react-hook-form to v7.22.5 (#519)
9098074016336522ed151f59067419f2b8dd01a3 deps:chore - update module github.com/swaggo/swag to v1.7.8 (#521)
3105c4331fcb46c19bc7bc48ccf2eb00b8fda5f3 deps:chore - update dependency react-svg to v14.1.6 (#520)
f3fd6df9789b91d3b65224e6d488573eaae365cd deps:chore - update dependency @types/react to v17.0.38 (#514)
f1c7d1c5c4aac82d229031a1993d42f7a7eded01 mage:bugfix - updating mage go sum (#522)

Docker images

  • docker pull horuszup/horusec-analytic:v2.18.0-beta.1
  • docker pull horuszup/horusec-api:v2.18.0-beta.1
  • docker pull horuszup/horusec-auth:v2.18.0-beta.1
  • docker pull horuszup/horusec-core:v2.18.0-beta.1
  • docker pull horuszup/horusec-manager:v2.18.0-beta.1
  • docker pull horuszup/horusec-messages:v2.18.0-beta.1
  • docker pull horuszup/horusec-migrations:v2.18.0-beta.1
  • docker pull horuszup/horusec-vulnerability:v2.18.0-beta.1
  • docker pull horuszup/horusec-webhook:v2.18.0-beta.1
horusec-platform - v2.17.3

Published by github-actions[bot] almost 3 years ago

Changelog

We identified a bug on versions 2.6.0 to 2.6.2 of Horusec that changed our vulnerabilities hashes and, because of that, broke the pipelines with vulnerabilities already set with false positives and risk accepted.

To solve this problem, our team did the following:

On CLI’s v2.6.3 release, we corrected the issue, so both hashes are identified and accepted.
On Horusec's Platform, we implemented a correction so the hashes could return to default before the bug, avoiding the pipeline to break when updating the CLI. This new configuration will be available in the 2.17.3 version.

For more information, check out our GitHub’s issues:
CLI: https://github.com/ZupIT/horusec/issues/680
Platform: https://github.com/ZupIT/horusec-platform/issues/390

b79af43 Commit from GitHub Actions (New-Release)
98929d1 migration: Improving migration script to avoid large amount of data and run just one time (#405)
e7cb11d api: added migration to avoid horusec id in stored vuln hashes (#389)
f73adad ci: add GH token with sign permissions (#347)
43bd86e ci: add new release process (#320)

Docker images

  • docker pull horuszup/horusec-webhook:v2.17.3
  • docker pull horuszup/horusec-webhook:v2
  • docker pull horuszup/horusec-webhook:v2.17
  • docker pull horuszup/horusec-core:v2.17.3
  • docker pull horuszup/horusec-core:v2
  • docker pull horuszup/horusec-core:v2.17
  • docker pull horuszup/horusec-api:v2.17.3
  • docker pull horuszup/horusec-api:v2
  • docker pull horuszup/horusec-api:v2.17
  • docker pull horuszup/horusec-migrations:v2.17.3
  • docker pull horuszup/horusec-migrations:v2
  • docker pull horuszup/horusec-migrations:v2.17
  • docker pull horuszup/horusec-messages:v2.17.3
  • docker pull horuszup/horusec-messages:v2
  • docker pull horuszup/horusec-messages:v2.17
  • docker pull horuszup/horusec-auth:v2.17.3
  • docker pull horuszup/horusec-auth:v2
  • docker pull horuszup/horusec-auth:v2.17
  • docker pull horuszup/horusec-analytic:v2.17.3
  • docker pull horuszup/horusec-analytic:v2
  • docker pull horuszup/horusec-analytic:v2.17
  • docker pull horuszup/horusec-vulnerability:v2.17.3
  • docker pull horuszup/horusec-vulnerability:v2
  • docker pull horuszup/horusec-vulnerability:v2.17
horusec-platform - v2.17.2

Published by github-actions[bot] about 3 years ago

Changelog

cf21bca Commit from GitHub Actions (New-Release)
e7cb11d api: added migration to avoid horusec id in stored vuln hashes (#389)
f73adad ci: add GH token with sign permissions (#347)
43bd86e ci: add new release process (#320)

Docker images

  • docker pull horuszup/horusec-webhook:v2.17.2
  • docker pull horuszup/horusec-webhook:v2
  • docker pull horuszup/horusec-webhook:v2.17
  • docker pull horuszup/horusec-auth:v2.17.2
  • docker pull horuszup/horusec-auth:v2
  • docker pull horuszup/horusec-auth:v2.17
  • docker pull horuszup/horusec-api:v2.17.2
  • docker pull horuszup/horusec-api:v2
  • docker pull horuszup/horusec-api:v2.17
  • docker pull horuszup/horusec-migrations:v2.17.2
  • docker pull horuszup/horusec-migrations:v2
  • docker pull horuszup/horusec-migrations:v2.17
  • docker pull horuszup/horusec-core:v2.17.2
  • docker pull horuszup/horusec-core:v2
  • docker pull horuszup/horusec-core:v2.17
  • docker pull horuszup/horusec-messages:v2.17.2
  • docker pull horuszup/horusec-messages:v2
  • docker pull horuszup/horusec-messages:v2.17
  • docker pull horuszup/horusec-analytic:v2.17.2
  • docker pull horuszup/horusec-analytic:v2
  • docker pull horuszup/horusec-analytic:v2.17
  • docker pull horuszup/horusec-vulnerability:v2.17.2
  • docker pull horuszup/horusec-vulnerability:v2
  • docker pull horuszup/horusec-vulnerability:v2.17
horusec-platform - v2.17.1

Published by github-actions[bot] about 3 years ago

Docker images

  • docker pull horuszup/horusec-analytic:v2.17.1
  • docker pull horuszup/horusec-api:v2.17.1
  • docker pull horuszup/horusec-auth:v2.17.1
  • docker pull horuszup/horusec-core:v2.17.1
  • docker pull horuszup/horusec-manager:v2.17.1
  • docker pull horuszup/horusec-messages:v2.17.1
  • docker pull horuszup/horusec-migrations:v2.17.1
  • docker pull horuszup/horusec-vulnerability:v2.17.1
  • docker pull horuszup/horusec-webhook:v2.17.1
horusec-platform - v2.17.0

Published by github-actions[bot] about 3 years ago

Updates

  • [CHORE] Fix all pendencias from renovatebot and dependabot
  • [FIX] Bad permission on manager to app admin. (#258)
  • [FIX] Bugfix/manage vulnerabilities workspace (#256)
  • [FIX] hotfix/empty-analysis (#168)
  • [FEATURE] Add tests e2e with cypress (#199)

Docker images

  • docker pull horuszup/horusec-analytic:v2.17.0
  • docker pull horuszup/horusec-api:v2.17.0
  • docker pull horuszup/horusec-auth:v2.17.0
  • docker pull horuszup/horusec-core:v2.17.0
  • docker pull horuszup/horusec-manager:v2.17.0
  • docker pull horuszup/horusec-messages:v2.17.0
  • docker pull horuszup/horusec-migrations:v2.17.0
  • docker pull horuszup/horusec-vulnerability:v2.17.0
  • docker pull horuszup/horusec-webhook:v2.17.0
horusec-platform - v2.16.8

Published by github-actions[bot] about 3 years ago

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.8
  • docker pull horuszup/horusec-api:v2.16.8
  • docker pull horuszup/horusec-auth:v2.16.8
  • docker pull horuszup/horusec-core:v2.16.8
  • docker pull horuszup/horusec-manager:v2.16.8
  • docker pull horuszup/horusec-messages:v2.16.8
  • docker pull horuszup/horusec-migrations:v2.16.8
  • docker pull horuszup/horusec-vulnerability:v2.16.8
  • docker pull horuszup/horusec-webhook:v2.16.8
horusec-platform - v2.16.7

Published by github-actions[bot] about 3 years ago

Updates

  • [FIX] Keycloak user validation on login
  • [FIX] Multiple requests on horusec-manager
  • [FIX] Update view of repositories to be paginated

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.7
  • docker pull horuszup/horusec-api:v2.16.7
  • docker pull horuszup/horusec-auth:v2.16.7
  • docker pull horuszup/horusec-core:v2.16.7
  • docker pull horuszup/horusec-manager:v2.16.7
  • docker pull horuszup/horusec-messages:v2.16.7
  • docker pull horuszup/horusec-migrations:v2.16.7
  • docker pull horuszup/horusec-vulnerability:v2.16.7
  • docker pull horuszup/horusec-webhook:v2.16.7
horusec-platform - v2.16.6

Published by github-actions[bot] about 3 years ago

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.6
  • docker pull horuszup/horusec-api:v2.16.6
  • docker pull horuszup/horusec-auth:v2.16.6
  • docker pull horuszup/horusec-core:v2.16.6
  • docker pull horuszup/horusec-manager:v2.16.6
  • docker pull horuszup/horusec-messages:v2.16.6
  • docker pull horuszup/horusec-migrations:v2.16.6
  • docker pull horuszup/horusec-vulnerability:v2.16.6
  • docker pull horuszup/horusec-webhook:v2.16.6
horusec-platform - v2.16.5

Published by github-actions[bot] about 3 years ago

[FIX] Fix error when send new analysis to horusec-api and return error because not found tools of [trivy, checkov] in validation

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.5
  • docker pull horuszup/horusec-api:v2.16.5
  • docker pull horuszup/horusec-auth:v2.16.5
  • docker pull horuszup/horusec-core:v2.16.5
  • docker pull horuszup/horusec-manager:v2.16.5
  • docker pull horuszup/horusec-messages:v2.16.5
  • docker pull horuszup/horusec-migrations:v2.16.5
  • docker pull horuszup/horusec-vulnerability:v2.16.5
  • docker pull horuszup/horusec-webhook:v2.16.5
horusec-platform - v2.16.4

Published by github-actions[bot] about 3 years ago

[FIX] Fix error when horusec create application admin not found records generate error

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.4
  • docker pull horuszup/horusec-api:v2.16.4
  • docker pull horuszup/horusec-auth:v2.16.4
  • docker pull horuszup/horusec-core:v2.16.4
  • docker pull horuszup/horusec-manager:v2.16.4
  • docker pull horuszup/horusec-messages:v2.16.4
  • docker pull horuszup/horusec-migrations:v2.16.4
  • docker pull horuszup/horusec-vulnerability:v2.16.4
  • docker pull horuszup/horusec-webhook:v2.16.4
horusec-platform - v2.16.3

Published by github-actions[bot] about 3 years ago

Updates

  • Fix application admin not update and remove olders
    • [CHORE] Fix application admin (#148)

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.3
  • docker pull horuszup/horusec-api:v2.16.3
  • docker pull horuszup/horusec-auth:v2.16.3
  • docker pull horuszup/horusec-core:v2.16.3
  • docker pull horuszup/horusec-manager:v2.16.3
  • docker pull horuszup/horusec-messages:v2.16.3
  • docker pull horuszup/horusec-migrations:v2.16.3
  • docker pull horuszup/horusec-vulnerability:v2.16.3
  • docker pull horuszup/horusec-webhook:v2.16.3
horusec-platform - v2.16.2

Published by github-actions[bot] about 3 years ago

Updates

[CHORE]

  • Update gifs readme #131
    • [FIX] Fix gifs of the readme
  • Improve invite user flow #132
    • [FIX] Update how invite user in workspace or repository
  • The automation of release processes #135
    • [FEATURE] Creation Continuos Deploy automatic for release and deploy new images on dockerhub

Docker images

  • docker pull horuszup/horusec-analytic:v2.16.2
  • docker pull horuszup/horusec-api:v2.16.2
  • docker pull horuszup/horusec-auth:v2.16.2
  • docker pull horuszup/horusec-core:v2.16.2
  • docker pull horuszup/horusec-manager:v2.16.2
  • docker pull horuszup/horusec-messages:v2.16.2
  • docker pull horuszup/horusec-migrations:v2.16.2
  • docker pull horuszup/horusec-vulnerability:v2.16.2
  • docker pull horuszup/horusec-webhook:v2.16.2
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,