chore(ocsf): remove version number and point to the latest (#8064)

This commit is contained in:
Pepe Fagoaga
2025-06-19 09:48:28 +02:00
committed by GitHub
parent 783b6ea982
commit 76ec13a1d6
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ The following table shows the mapping between the CSV headers and the the provid
### JSON-OCSF
The JSON-OCSF output format implements the [Detection Finding](https://schema.ocsf.io/1.1.0/classes/detection_finding) from the [OCSF v1.1.0](https://schema.ocsf.io/1.1.0)
The JSON-OCSF output format implements the [Detection Finding](https://schema.ocsf.io/classes/detection_finding) from the [OCSF](https://schema.ocsf.io)
```json
[{
+3
View File
@@ -38,6 +38,9 @@ All notable changes to the **Prowler SDK** are documented in this file.
- Azure Databricks check `databricks_workspace_cmk_encryption_enabled` to ensure workspaces use customer-managed keys (CMK) for encryption at rest [(#8017)](https://github.com/prowler-cloud/prowler/pull/8017)
- Add `storage_account_default_to_entra_authorization_enabled` check for Azure provider. [(#7981)](https://github.com/prowler-cloud/prowler/pull/7981)
### Removed
- OCSF version number references to point always to the latest [(#8064)](https://github.com/prowler-cloud/prowler/pull/8064)
---
## [v5.7.5] (Prowler UNRELEASED)
+1 -1
View File
@@ -40,7 +40,7 @@ class OCSF(Output):
- get_finding_status_id(muted: bool) -> StatusID: Returns the StatusID based on the muted value.
References:
- OCSF: https://schema.ocsf.io/1.2.0/classes/detection_finding
- OCSF: https://schema.ocsf.io/classes/detection_finding
- PY-OCSF-Model: https://github.com/prowler-cloud/py-ocsf-models
"""