diff --git a/README.md b/README.md index 94fb54e5..fd52b2c3 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,10 @@ HOWTO HOWTO are available in [HOWTO.md](HOWTO.md) +Privacy and GDPR +---------------- + +[AIL information leaks analysis and the GDPR in the context of collection, analysis and sharing information leaks](https://www.circl.lu/assets/files/information-leaks-analysis-and-gdpr.pdf) document provides an overview how to use AIL in a lawfulness context especially in the scope of General Data Protection Regulation. Screenshots =========== diff --git a/installing_deps.sh b/installing_deps.sh index 6948c5d6..9376dd65 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y sudo apt-get install graphviz -y # install nosetests -sudo pip install nose -y +sudo pip install nose # ssdeep sudo apt-get install libfuzzy-dev -y