mkdocs-rss-plugin icon indicating copy to clipboard operation
mkdocs-rss-plugin copied to clipboard

Missing sanitization of <managingEditor>

Open CLOVIS-AI opened this issue 8 months ago • 0 comments

If I create a mkdocs.yml file with the contents:

site_name: OpenSavvy Playground
site_author: OpenSavvy & contributors

The generated feed contains:

		<title>OpenSavvy Playground</title>
		<managingEditor>OpenSavvy & contributors</managingEditor>

The & should be escaped to &amp;.

CLOVIS-AI avatar Mar 01 '25 22:03 CLOVIS-AI