ashb commented on issue #24728:
URL: https://github.com/apache/airflow/issues/24728#issuecomment-1174833163

   I like the idea of accepting a dict -- one thing we do need to be careful of 
there is that we don't allow "stored XSS" in there. I.e. I shouldn't be able to 
do `{"name": "data-team", "link":"javascript:alert(1)"}` or _anything_ like 
that. (And this can be a suprisingly hard thing to defend against. It's worth 
it, just FYI)


-- 
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