mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Merge branch 'master' into tags
This commit is contained in:
commit
b7aa65ac6b
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
===========
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue