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
5 changes: 5 additions & 0 deletions packages/security_detection_engine/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# newer versions go on top
# NOTE: please use pre-release versions (e.g. -beta.0) until a package is ready for production
- version: 8.19.22
changes:
- description: Release security rules update
type: enhancement
link: https://github.com/elastic/integrations/pull/18690
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Low security_detection_engine/changelog.yml:7

The new changelog entry for version 8.19.22 uses a placeholder link https://github.com/elastic/integrations/pulls/0000 at line 7 instead of the actual PR URL. Users clicking this link will reach a non-existent page, breaking traceability for this release. Every other entry in this file uses the real PR URL (e.g., https://github.com/elastic/integrations/pull/18686 for 8.19.22-beta.1).

Suggested change
link: https://github.com/elastic/integrations/pull/18690
link: https://github.com/elastic/integrations/pull/18686
🚀 Reply "fix it for me" or copy this AI Prompt for your agent:
In file packages/security_detection_engine/changelog.yml around line 7:

The new changelog entry for version `8.19.22` uses a placeholder link `https://github.com/elastic/integrations/pulls/0000` at line 7 instead of the actual PR URL. Users clicking this link will reach a non-existent page, breaking traceability for this release. Every other entry in this file uses the real PR URL (e.g., `https://github.com/elastic/integrations/pull/18686` for `8.19.22-beta.1`).

- version: 8.19.22-beta.1
changes:
- description: Release security rules update
Expand Down
2 changes: 1 addition & 1 deletion packages/security_detection_engine/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ source:
license: Elastic-2.0
title: Prebuilt Security Detection Rules
type: integration
version: 8.19.22-beta.1
version: 8.19.22
Loading