Team Repository for CMU 17-735 :: Engineering Privacy in Software Class
- Christopher (Chris) Choy, cchoy2@andrew.cmu.edu
- David (Dave) Zagardo, dzagardo@andrew.cmu.edu
- Bolor-Erdene (Bolor) Jagdagdorj, bjagdagd@andrew.cmu.edu
- Sanjnah Anand, sanandak@andrew.cmu.edu
- Zixuan (Adam) Li, zli3@andrew.cmu.edu
ENGPRIV
|-- datadaddy_ccpa/
|-- datadaddy_hardcode/
|-- datadaddy_react/
|-- hw1/
|-- .gitignore
|-- LICENSE
|-- README.md
Extension Versions:
datadaddy_ccpa
is our first attempt at creating an extension and contains data broker email generation functionality. This is what we demoed at our midsemester presentation.datadaddy_hardcode
is our version of the extension which hardcodes the mapping between domains a user is on to that domain's privacy policy and contact information. This is what we demoed at for our PRC demo presentation.datadaddy_react
is our final version which leverages react and node to import modules.