Git Product home page Git Product logo

gdpr's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gdpr's Issues

Paid version: Missing commands

In the paid version there are two Command registered (see Configuration/Commands.php), but the PHP files are not there.

This actually breaks everything in a TYPO3 installation with CLI
a) you cannot add any more scheduler tasks based on symfony/console as the commands are not found
b) helhum/typo3-console does not work anymore, as it scans all available commands

Faker as phar file

make it possible to have that as phar file to support regular ext install

BUG - Exception in Backend when combined with realurl

The realurl administration module uses edit as a GET parameter when e.g. editing a pathcache. The key in this case is an integer.

The ButtonBarHook of gdpr takes this integer from the GET parameter and passes it to TableInformation::isTableEnabled which expects a string and therefore a type error Exception is thrown.

Most simple solution: cast the value retrieved from GET to a string before passing it on.

"Forget me" feature

Let's find how we could implement "Forget me" feature (one of the most important points of GDPR).

What it could be :

  • Creation of transversal layer in all TYPO3 system, where all contents and data, related to the FE user are tracked via, for example, "feuser_private_data_mm" relations, where any FE user generated content could be tracked;
  • Backend module for controlling all these records by admins;
  • Mechanism of safe deletion request, which will safely remove those data and contents.

Ressources:

"Personal data portability" feature

Let's implement "Personal data portability" feature (it's also one of the most important points of European GDPR).

Objective

  • On the request of the user it's private information should be exported in a structured, commonly used and machine-readable format

How it could work

  • Each frontend user should be able to request records, which contains it's own private data (via FE plugin)
  • On the data level, TCA should be extended to classify selected tables / fields with "private data" of the FE user
  • Data export API, for private data (but filtering from system information, to avoid additional information disclosure)
  • An additional Backend module for the DPO could be added to control if all private data is exportable

Ressources

"Restrict processing" feature

I would like to propose to implement "Restrict processing" feature (it's also one of the most important points of GDPR).

Objective :

  • On the request of the user it's private information should not be available for webmasters in backend, to site visitors in frontend, and should not be exported via TYPO3 backend (CSV) etc.

How it could work :

  • Each frontend user should be able to restrict the access to it's own data
  • Extend TCA to classify selected tables / fields as "private data" sensible
  • Hide sensible columns in the Backend from webmasters
  • Extend permission system
  • Hide sensible columns in the Frontend from internautes
  • Extend frontend rendering system
  • Extend data access API, adding additional conditions, where privacy protected fields will be empty, when exported

Ressources:

https://gdpr-info.eu/art-18-gdpr/
https://techblog.bozho.net/gdpr-practical-guide-developers/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.