Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
5d385709
Commit
5d385709
authored
Dec 19, 2018
by
JoeWrightss
Committed by
Brian Brazil
Dec 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling error in blog (#1245)
Signed-off-by:
JoeWrightss
<
zhoulin.xie@daocloud.io
>
parent
5e4af0d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
security.md
content/docs/operating/security.md
+1
-1
No files found.
content/docs/operating/security.md
View file @
5d385709
...
@@ -125,7 +125,7 @@ headers](https://fetch.spec.whatwg.org/#http-cors-protocol) such as
...
@@ -125,7 +125,7 @@ headers](https://fetch.spec.whatwg.org/#http-cors-protocol) such as
[
XSS
](
https://en.wikipedia.org/wiki/Cross-site_scripting
)
.
[
XSS
](
https://en.wikipedia.org/wiki/Cross-site_scripting
)
.
If you are composing PromQL queries that include input from untrusted users
If you are composing PromQL queries that include input from untrusted users
(e.g. URL param
a
ters to console templates, or something you built yourself) who
(e.g. URL param
e
ters 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 aribtrary PromQL queries make sure any
untrusted input is appropriately escaped to prevent injection attacks. For
untrusted input is appropriately escaped to prevent injection attacks. For
example
`up{job="<user_input>"}`
would become
`up{job=""} or
example
`up{job="<user_input>"}`
would become
`up{job=""} or
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment