kibana/packages/kbn-es-query
Kibana Machine a751fd5f47
[8.6] Fix overly permissive regular expression range (#150058) (#150324)
# 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>
2023-02-06 07:11:31 -07:00
..
grammar [KQL] Update literal type to include isQuoted (#134397) 2022-07-26 10:03:18 -07:00
src [8.6] Fix overly permissive regular expression range (#150058) (#150324) 2023-02-06 07:11:31 -07:00
BUILD.bazel Remove dependencies for empty @types/* packages (#144324) 2022-11-07 04:37:43 -07:00
index.ts [ts] stop building @types packages in bootstrap 2022-10-28 14:03:55 -05:00
jest.config.js [Es query] Move to package (#103530) 2021-07-21 17:10:55 +02:00
kibana.jsonc add kibana.jsonc files to existing packages (#138965) 2022-09-08 13:31:57 -07:00
package.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
README.md [Es query] Move to package (#103530) 2021-07-21 17:10:55 +02:00
tsconfig.json fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463) 2022-11-03 01:04:55 +00:00

@kbn/es-query

Shared common (client and server sie) utilities shared across packages and plugins.