glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 45 forks source link

Web pages security and code fixes plus pre-commit update #328

Closed mambelli closed 1 year ago

mambelli commented 1 year ago

Web page fix for "DOM text reinterpreted as HTML" flagged by GH. In reality, the function mentioned is invoked only w/ constant parameters, so it should not be vulnerable. Anyway, I applied the suggested fix.

The other changes come from the new version of Prettier.

Updated some pre-commit hooks. We cannot auto-update pre-commit, it would break Python 3.6 compatibility