skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Setting the autoescape parameter to True into Environment class from jinja2 module to fix the vulnerability XSS referenced into python:S5247 (Severity = HIGH) from SonarQube in helper.py. #35

Closed lucasbazan closed 1 year ago

lucasbazan commented 1 year ago

Commit Message: Setting the autoescape parameter to True into Environment class from jinja2 module to fix the vulnerability XSS referenced into python:S5247 (Severity = HIGH) from SonarQube in helper.py.

You can see the vulnerability details here -> https://rules.sonarsource.com/python/RSPEC-5247