Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,29 @@ The three remaining PAN-OS OCSF transforms in
and the field-name convention each expects, so users can choose between them
without reading the Lua. No serializer logic changes.

### Removed - 7 broken-legacy `transform_ocsf/` entries

The following directories have been removed from
`pipelines/community/transform_ocsf/`:

- `aws_cloudtrail/`
- `aws_guardduty/`
- `darktrace/`
- `gcp_audit_logs/`
- `microsoft_365/`
- `okta/`
- `wiz_issue/`

Each shares the broken-legacy fingerprint already established by
`palo_alto_networks_firewall/` in the previous release: sub-passing grade
(D or F), `verdict: analyzer_limit`, `class_uid: null`, 0% required-field
coverage, no matching upstream parser in `parsers/community/`, `source_name`
without the `-latest` versioning suffix used by every working entry, and
long-form Python-port style code (632–1720 lines). Each removed entry has
at least one working alternative covering the same vendor cluster
(e.g. `aws_guardduty_logs/`, `darktrace_darktrace_logs/`, `okta_logs/`,
`microsoft_365_mgmt_api_logs/`, `wiz_cloud_security_logs/`).

## [1.3.0] - 2025-10-28

### Added
Expand Down

This file was deleted.

52 changes: 0 additions & 52 deletions pipelines/community/transform_ocsf/aws_cloudtrail/metadata.yaml

This file was deleted.

89 changes: 0 additions & 89 deletions pipelines/community/transform_ocsf/aws_cloudtrail/sample.json

This file was deleted.

Loading
Loading