Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of outdated bootstrap library #3494

Closed
swestcott opened this Issue Nov 20, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@swestcott
Copy link

swestcott commented Nov 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

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Nov 20, 2017

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.

@simonpasquier

This comment has been minimized.

Copy link
Member

simonpasquier commented Feb 20, 2019

Closed by #5226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.