You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 09:25:48 UTC

[GitHub] [airflow] ashb commented on issue #24728: DAGs View: make Owner column hyperlink for a predefined URL

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org