gogatekeeper / gatekeeper

An OpenID / Proxy service
https://gogatekeeper.github.io/gatekeeper/
Apache License 2.0
253 stars 43 forks source link

Update outdated bootstrap/jquery scripts #449

Closed georgeeker closed 2 months ago

georgeeker commented 2 months ago

Title

Update outdated bootstrap/jquery scripts

Summary

Update bootstrap/jquery scripts used within the forbidden template

Why?

The scripts are out of date, and have some vulnerabilities https://security.snyk.io/package/npm/jquery https://security.snyk.io/package/npm/bootstrap

How

The forbidden template references these scripts -> https://github.com/gogatekeeper/gatekeeper/blob/master/templates/forbidden.html.tmpl

Acceptance criteria

Jquery updated to non vulnerable versions (3.7.1 current latest) Bootstrap updated to non vulnerable versions (5.3 current latest)

p53 commented 2 months ago

@georgeeker thanks for creating issue! will update

p53 commented 2 months ago

@georgeeker updated