spring-io / nohttp

A project for ensuring that https is used
https://spring.io/blog/2019/06/10/announcing-nohttp
Apache License 2.0
225 stars 41 forks source link

Add JSF XML namespaces to the default whitelist #28

Closed larsgrefer closed 5 years ago

larsgrefer commented 5 years ago

Namely:

http://xmlns.jcp.org/jsf
http://xmlns.jcp.org/jsf/html
http://xmlns.jcp.org/jsf/core
http://xmlns.jcp.org/jsf/facelets
http://xmlns.jcp.org/jsf/composite
http://xmlns.jcp.org/jsf/composite/.*
http://xmlns.jcp.org/jsp/jstl/core
http://xmlns.jcp.org/jsp/jstl/functions
http://xmlns.jcp.org/jsf/passthrough
http://primefaces.org/ui
http://bootsfaces.net/ui

Sources:

rwinch commented 5 years ago

@larsgrefer Thanks for creating the issue. Would you be interested in creating a PR? You can see https://github.com/spring-io/nohttp/commit/9bce226084104029678fcfeb6d5cdb14c5ebaad6#diff-a4b087a20fec0c9957b385bfc3d45a48 for an example on how to add a new whitelist entry.