Enhancements:
- #17464 feat(dataSanity): Allow to stop an operation
- #17427 feat(express): improve headers management
- #17418 docs: document SBOM format
- #17381 refactor(frontend): migrate environment.jsx to tsx
Bug Fixes:
- #17446 fix(ci): forward client_python_local to the feature branch deploy build
- #17443 fix(simplelabeltooltip): simpleLabelTooltip
- #17440 fix(FormIntake): Form intake cannot be exported via UI anymore
- #17414 fix(client-python): OpenCTIConnector constructor should accept scope as a list, not only as a comma-separated string
- #17413 fix(scope): Merge hangs on entities with large relationship counts due to O(n×m) scan in filterTargetByExisting
- #17404 fix(ui): Modify icon for internal enrichment connectors
- #17375 fix(api): improve userAddRelation
- #17369 fix(datasanity): Data sanity operation should be skipped if already running.
- #17275 fix(stream): Can't access streams list
- #17264 fix(playbook): playbook not appliying marking to observables
- #17243 fix(dashboard): Relationship widgets don't take start time into account
- #17099 fix(backend): file objects with valid hashes rejected during TAXII ingestion
- #16921 fix(jsonmapper): Json mapper memory management improvement
- #16759 fix(graph): Security platform displayed as Unknown on page reload
- #16612 fix(client-python): connectors lose state under platform latency (stale ping echo)
- #13437 fix(ux): cannot load entities/observables anymore when there is a large number of them
- #2944 fix(ingestion): import_stix2.py fails with UTF-8 values
- #2574 fix(ingestion): STIX 2.1 import, Windows registry key value erroneous or lost objects
Pull Requests:
- fix(rbac): allow participate-to relation creation only for administrated organization (#17375) by @marieflorescontact in #17378
- fix(deps): update dependency graphql to v17 by @renovate[bot] in #16724
- fix(deps): update rjsf monorepo to v6.7.1 by @renovate[bot] in #17367
- chore(docs): update maptile to V3 & remove ai eanbled from config (#16114) (#14469) by @nino-filigran in #16268
- chore(client-python): remove libmagic/python-magic dependency in favor of mimetypes (#13517) by @gabrielebonadiman in #17374
- fix(client-python): create and link inline registry values on windows-registry-key import (#2574) by @gabrielebonadiman in #17385
- refactor(frontend): Migrate environment.jsx to tsx (#17381) by @Archidoit in #17396
- fix(backend): add TLSH to known hashes (#17099) by @JeremyCloarec in #17167
- fix(jsonmapper): add maxRecords parameter to jsonMappingExecution (#16921) by @JeremyCloarec in #16922
- fix(ui): Internal enrichment connectors icon (#17404) by @Archidoit in #17405
- fix(deps): update dependency recharts to v3.10.1 by @renovate[bot] in #17392
- fix(deps): update dependency express-rate-limit to v8.6.1 by @renovate[bot] in #17411
- fix(stream): fix number values in filter (#17275) by @JeremyCloarec in #17282
- docs(sbom): add sbom documentation (#17418) by @aHenryJard in #17419
- fix(merge): avoid quadratic scan when filtering existing target relations during merge (#17413) by @gabrielebonadiman in #17415
- fix(deps): update dependency js-base64 to v3.9.2 by @renovate[bot] in #17434
- chore(deps): update dependency webpack to v5.109.1 by @renovate[bot] in #17433
- fix(deps): update dependency node-calls-python to v1.13.0 - autoclosed by @renovate[bot] in #17435
- fix(client-python): accept scope as string or list in OpenCTIConnector (#17414) by @helene-nguyen in #17416
- feat(express): improve header management (#17427) by @JeremyCloarec in #17429
- ci: fix backend integration test results upload path (#17428) by @mcartaud in #17430
- fix(widget): Take start and end dates into account in relationship widgets (#17243) by @Archidoit in #17279
- fix(datasanity): do not run again an operation that is running (#17369) by @aHenryJard in #17372
- fix(chart): improve simpleLabelTooltip (#17443) by @ludovic in #17444
- fix(ci): forward client_python_local to the feature branch deploy build (#17446) by @nvkhope in #17447
- docs(organization): Add documentation for Organization Segregation (#17426) by @emmafiligran in #17422
- feat(custom-field): Chunk 1 - POC → Production Ready (Backend) (#17178) by @ludovic in #16907
- fix(deps): update dependency @pyroscope/nodejs to v0.6.2 by @renovate[bot] in #17459
- chore(deps): update dependency webpack to v5.109.2 by @renovate[bot] in #17458
- fix(deps): update dependency react-draggable to v4.7.1 by @renovate[bot] in #17461
- fix(graph): add missing security platform and coverage fragments (#16759) by @JeremyCloarec in #17454
- fix(formintake): add back ability to export form intake in popover (#17440) by @JeremyCloarec in #17445
- feat(datasanity): allow to stop a stale operation (#17464) by @aHenryJard in #17465
- fix(ux): cannot load entities/observables anymore when there is a large number of them (#13437) by @delemaf in #17237
- fix(backend): Assigning an Organization to a Service Account is taken into account (#17311) by @MTorbay-Filigran in #17409
- fix(ipwhitelist): also add admin user in default ip whitelist exclusions (#17264) by @JeremyCloarec in #17474
New Contributors:
- @emmafiligran made their first contribution in #17422
Full Changelog: 7.260728.0...7.260803.0