sbp commented on issue #1375:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/1375#issuecomment-4928682665

   We discussed this today. We want this to be configurable by admins, so it's 
going to have to persist across container restarts which means that it'll have 
to be written to the database or the disk. We discussed caching to prevent 
accessing the database, which we could either do in the server process or by 
having it be templated into Jinja2. We also discussed keeping a limited history 
of items, e.g. for when we have a temporary addition and then want to revert it 
to how it was. The configured field will be raw HTML, so we need clear HTML 
sanitisation to satisfy the audit tool.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to