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 2019/12/27 00:15:09 UTC

[GitHub] [airflow] tooptoop4 edited a comment on issue #6913: [AIRFLOW-6351] security - ui - Add Cross Site Scripting defence

tooptoop4 edited a comment on issue #6913: [AIRFLOW-6351] security - ui - Add Cross Site Scripting defence
URL: https://github.com/apache/airflow/pull/6913#issuecomment-569151360
 
 
   @nuclearpinguin k, maybe docs need update as brew install xmllint does not work on Mac but brew install libxml2 works. Full steps I needed to get the checks:
   (assuming brew and pip already installed)
   pip install pre-commit
   brew install gnu-getopt coreutils
   echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.bash_profile;. ~/.bash_profile
   brew cask install docker
   run docker from Applications
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services