Unverified Commit 7bae56b8 authored by Pedro Araújo's avatar Pedro Araújo Committed by Pedro Araujo

Fix typo in operating/security

Changed `aribtrary` to `arbitrary`.
Signed-off-by: 's avatarPedro Araujo <phcrva@gmail.com>
parent 07967e77
......@@ -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