Unverified Commit b8252655 authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub

Merge pull request #1253 from pharaujo/patch-1

Fix typo in operating/security
parents 07967e77 7bae56b8
......@@ -126,7 +126,7 @@ headers](https://fetch.spec.whatwg.org/#http-cors-protocol) such as
If you are composing PromQL queries that include input from untrusted users
(e.g. URL parameters to console templates, or something you built yourself) who
are not meant to be able to run aribtrary PromQL queries make sure any
are not meant to be able to run arbitrary PromQL queries make sure any
untrusted input is appropriately escaped to prevent injection attacks. For
example `up{job="<user_input>"}` would become `up{job=""} or
some_metric{zzz=""}` if the `<user_input>` was `"} or some_metric{zzz="`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment