mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [Fix overly permissive regular expression range (#150058)](https://github.com/elastic/kibana/pull/150058) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Thomas Watson","email":"watson@elastic.co"},"sourceCommit":{"committedDate":"2023-02-06T13:05:08Z","message":"Fix overly permissive regular expression range (#150058)\n\nWithout escaping `-`, it's treated as a range instead of the literal\r\ncharacter - i.e. it matches everything between `+` and `=` in the ASCII\r\ntable which for instance include all numbers.","sha":"af3ae7b5559580b5b7c720afec7d48bf42e24f0c","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v8.7.0"],"number":150058,"url":"https://github.com/elastic/kibana/pull/150058","mergeCommit":{"message":"Fix overly permissive regular expression range (#150058)\n\nWithout escaping `-`, it's treated as a range instead of the literal\r\ncharacter - i.e. it matches everything between `+` and `=` in the ASCII\r\ntable which for instance include all numbers.","sha":"af3ae7b5559580b5b7c720afec7d48bf42e24f0c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/150058","number":150058,"mergeCommit":{"message":"Fix overly permissive regular expression range (#150058)\n\nWithout escaping `-`, it's treated as a range instead of the literal\r\ncharacter - i.e. it matches everything between `+` and `=` in the ASCII\r\ntable which for instance include all numbers.","sha":"af3ae7b5559580b5b7c720afec7d48bf42e24f0c"}}]}] BACKPORT--> Co-authored-by: Thomas Watson <watson@elastic.co> |
||
---|---|---|
.. | ||
grammar | ||
src | ||
BUILD.bazel | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/es-query
Shared common (client and server sie) utilities shared across packages and plugins.