Merge branch 'master' into tags

This commit is contained in:
Thirion Aurélien 2018-06-20 10:08:36 +02:00 committed by GitHub
commit b7aa65ac6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -133,6 +133,10 @@ HOWTO
HOWTO are available in [HOWTO.md](HOWTO.md) 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 Screenshots
=========== ===========

View file

@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y
sudo apt-get install graphviz -y sudo apt-get install graphviz -y
# install nosetests # install nosetests
sudo pip install nose -y sudo pip install nose
# ssdeep # ssdeep
sudo apt-get install libfuzzy-dev -y sudo apt-get install libfuzzy-dev -y