Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUse of outdated bootstrap library #3494
Comments
This comment has been minimized.
This comment has been minimized.
|
From a look at our code, we're not using this anywhere. All the places where we've untrusted data we're handling with Go templating's escaping. |
brian-brazil
added
component/ui
kind/cleanup
priority/P3
labels
Nov 20, 2017
x86party
referenced this issue
Oct 22, 2018
Closed
XSS vulnerable bootstrap version needs to be upgraded to 4.0.0 #4754
This comment has been minimized.
This comment has been minimized.
|
Closed by #5226 |
simonpasquier
closed this
Feb 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
swestcott commentedNov 20, 2017
During a routine security test it was found that Prometheus is using Bootstrap 3.3.1 which has a known XSS issue (twbs/bootstrap#20184). Further to this Bootstrap 3 is no longer maintained.
Environment
masteralso (https://github.com/prometheus/prometheus/blob/master/web/ui/templates/_base.html#L8)