Skip to content

Commit 912e87e

Browse files
add security advisory (#136020)
This PR adds security advisory for the 9.0.8 and 9.1.5 release notes.
1 parent 3fcd348 commit 912e87e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/release-notes/changelog-bundles/9.1.5.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ changelogs:
6868
body: |-
6969
Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics.
7070
These queries are now unsupported and produce an error. Example:
71-
[source,yaml]
72-
----------------------------
71+
72+
```yaml
7373
FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip
74-
----------------------------
74+
```
75+
7576
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
7677
pr: 135051
7778
- pr: 135078

docs/release-notes/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:client
3838
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
3939
::::
4040

41+
::::{dropdown} Security advisory
42+
The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
43+
::::
44+
4145
### Features and enhancements [elasticsearch-9.1.5-features-enhancements]
4246

4347
Audit:
@@ -99,6 +103,12 @@ Transform:
99103
stack: ga 9.0.8
100104
```
101105

106+
### Highlights [elasticsearch-9.0.8-highlights]
107+
108+
::::{dropdown} Security advisory
109+
The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
110+
::::
111+
102112
### Features and enhancements [elasticsearch-9.0.8-features-enhancements]
103113

104114
Audit:

0 commit comments

Comments
 (0)