| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sbom-opencti-platform_ubi9-7.260828.0.cdx.json | 2026-08-28 | 5.8 MB | |
| sbom-opencti-platform_fips-7.260828.0.cdx.json | 2026-08-28 | 4.9 MB | |
| sbom-opencti-platform-7.260828.0.cdx.json | 2026-08-28 | 4.8 MB | |
| opencti-release-7.260828.0_musl.tar.gz | 2026-08-28 | 1.0 GB | |
| opencti-release-7.260828.0.tar.gz | 2026-08-28 | 1.0 GB | |
| README.md | 2026-08-28 | 8.2 kB | |
| Version 7.260828.0 source code.tar.gz | 2026-08-28 | 126.0 MB | |
| Version 7.260828.0 source code.zip | 2026-08-28 | 130.2 MB | |
| Totals: 8 Items | 2.4 GB | 1 | |
Enhancements:
- #17830 feat(chatbot): support human-in-the-loop tool approval in Ask Ariane
- #17786 feat(inference): add inference rule to derive System has Vulnerability from System uses Software and Software has Vulnerability
- #17312 feat(accessibility): Resolve critical accessibility issues
- #17254 feat(platform): replace external map tile server with local PMTiles rendering
- #15548 feat(datamodel): add Score field on TA, IS, Malware, Incident and Event entities
- #6726 feat(inference): propagation rule linking vulnerabilities to Infrastructure through used software
- #6320 feat(export): export map widget
Bug Fixes:
- #17818 fix(notifiers): improve notifier connection query
- #17789 fix(activity): refactor activity
- #17772 fix(theme): refactor theme handling
- #17752 fix(playbook): manipulate knowledge component doesn't work on the “Score has changed” filter
- #17705 fix(email): Improve email verification
- #17564 fix(connector): check name collision on connector migration
- #17491 fix(client-python): define concurrency model for API-listen connector callbacks
- #17489 fix(stream): File sync via live stream fails for filenames containing #
- #17291 fix(frontend): OpenCTI UI cannot download documents when APP_BASE_PATH is defined
- #17140 fix(bg-tasks): Dates for background tasks are unknown in dialog box
- #14946 Dashboard Map Widget: GeoJSON country overlays not rendered on wrapped world copies
- #10077 fix(ui): resolve world map issue
Pull Requests:
- fix(connector): fix connector name collision during migration (#17564) by @JeremyCloarec in https://github.com/OpenCTI-Platform/opencti/pull/17764
- fix(stream): properly encode fetchUri in syncManager (#17489) by @JeremyCloarec in https://github.com/OpenCTI-Platform/opencti/pull/17825
- fix(deps): update dependency openid-client to v6.8.7 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17865
- fix(deps): update dependency @langchain/openai to v1.5.10 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17863
- fix(deps): update dependency react-pdf to v10.5.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17867
- fix(deps): update dependency html-to-pdfmake to v2.5.34 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17864
- chore(deps): update docker/setup-buildx-action action to v4.3.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17849
- chore(deps): update github/codeql-action action to v4.37.7 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17730
- fix(deps): update dependency eventsource-parser to v4 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17701
- fix(deps): update dependency content-type to v3 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17868
- fix(deps): update dependency graphql-scalars to v2 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17869
- chore(deps): update github/codeql-action action to v4.37.8 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17879
- chore(deps): update prom/prometheus docker tag to v3.14.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17847
- fix(deps): update dependency @mistralai/mistralai to v2 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/15116
- fix(deps): update dependency otplib to v13.5.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17880
- fix(deps): update dependency eventsource to v5 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17702
- chore(deps): update rabbitmq docker tag to v4.3.5 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17881
- fix(deps): update dependency jose to v6.2.10 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17883
- fix(deps): update dependency eventsource to v5.1.1 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17882
- feat(worfklow): Handle workflow Instance on all entities (#17551) by @delemaf in https://github.com/OpenCTI-Platform/opencti/pull/17579
- docs: clarify STIX IDs for imported objects (#10203) by @codewithdaniel1 in https://github.com/OpenCTI-Platform/opencti/pull/17483
- fix(front): incorrect file path for download with APP_BASE_PATH (#17291) by @mcartaud in https://github.com/OpenCTI-Platform/opencti/pull/17704
- feat(platform): replace external map tile server with local PMTiles rendering (#17254) by @xfournet in https://github.com/OpenCTI-Platform/opencti/pull/17255
- feat(rules): New rule to propagate 'has' relationships from software to system (#17786) by @lndrtrbn in https://github.com/OpenCTI-Platform/opencti/pull/17861
- feat(rules): New rule to propagate 'has' relationships from software to infrastructure (#6726) by @lndrtrbn in https://github.com/OpenCTI-Platform/opencti/pull/17897
- fix(client-python): define concurrency model for API-listen connector callbacks (#17491) by @gabrielebonadiman in https://github.com/OpenCTI-Platform/opencti/pull/17739
- feat(accessibility): Resolve critical accessibility issues (#17312) by @scarletmerlin123 in https://github.com/OpenCTI-Platform/opencti/pull/17393
- fix(deps): update dependency pmtiles to v4.5.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17915
- fix(deps): update dependency maplibre-gl to v6.5.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17914
- chore(docker): remove the now unused libmagic native dependency (#17911) by @xfournet in https://github.com/OpenCTI-Platform/opencti/pull/17912
- fix(activity): refactor audits (#17789) by @JeremyCloarec in https://github.com/OpenCTI-Platform/opencti/pull/17791
- feat(chatbot): support human-in-the-loop tool approval in Ask Ariane (#17830) by @fred-lr in https://github.com/OpenCTI-Platform/opencti/pull/17834
- fix(starlette): fix version in worker and node python (#17918) by @aHenryJard in https://github.com/OpenCTI-Platform/opencti/pull/17919
- fix(playbook): fix manipulate knowledge and other components playbook with "score has changed" filters (#17752) by @CelineSebe in https://github.com/OpenCTI-Platform/opencti/pull/17765
- fix(deps): update dependency react-intl to v10 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/13776
- test(authentication-provider): validate OIDC provider creation used by XTM Hub trial instances (#17930) by @jpkha in https://github.com/OpenCTI-Platform/opencti/pull/17931
- fix(deps): update dependency maplibre-gl to v6.6.0 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17942
- fix(deps): update dependency marked to v18.0.11 by @renovate[bot] in https://github.com/OpenCTI-Platform/opencti/pull/17939
New Contributors:
- @fred-lr made their first contribution in https://github.com/OpenCTI-Platform/opencti/pull/17834
Full Changelog: https://github.com/OpenCTI-Platform/opencti/compare/7.260824.0...7.260828.0