The CNIL publishes a GDPR guide for developers

栏目: IT技术 · 发布时间: 5年前

内容简介:This guide is mainly aimed at developers working alone or in teams, team leaders, service providers but also at anyone interested in web or application development.It provides advice and best practices, and thus gives useful keys to understand the GDPR for

Is this guide only for developers?

This guide is mainly aimed at developers working alone or in teams, team leaders, service providers but also at anyone interested in web or application development.

It provides advice and best practices, and thus gives useful keys to understand the GDPR for every stakeholder, regardless of the size of their structure. It can also stimulate discussions and practices within the organisations and in customer relationships.

What does the guide contain?

The GDPR Developer's Guide provides an introduction to GDPR’s main principles and the various aspects to take into account when deploying applications that respect the privacy of its users.

16 thematic files that cover most of the developers’ needs at each stage of their project, from the preparation to the audience’s measurement:

Sheet n°0: Develop in compliance with the GDPR

Sheet n°1: Identify personal data

Sheet n°2: Prepare your development

Sheet n°3: Secure your development environment

Sheet n°4: Manage your source code

Sheet n°5: Make an informed choice of architecture

Sheet n°6: Secure your websites, applications and servers

Sheet n°7: Minimize the data collection

Sheet n°8: Manage user profiles

Sheet n°09: Control your libraries and SDKs

Sheet n°10: Ensure quality of the code and its documentation

Sheet n°11: Test your applications

Sheet n°12: Inform users

Sheet n°13: Prepare for the exercise of people’s rights

Sheet n°14: Define a data retention period

Sheet n°15: Take into account the legal basis in the technical implementation

Sheet n°16: Use analytics on your websites and applications

These good practices are not intended to meet all the regulatory requirements nor to be prescriptive. However, they do provide a reflection on the GDPR requirements to be kept in mind when developing projects.

How can you contribute to this guide?

This guide is available in two versions:

The contribution is made in a few steps:

  • Register on the Github platform;
  • Go to the project page;
  • You can:
    • Use the “Issue” tab to open comments or participate in the discussion.
    • Use the “Fork” option to make your own modifications and propose their inclusion via the “Pull Requests” button.

Contributing to the GDPR Developer's Guide

Your contribution proposal will be examined by the CNIL before publication. The web version of the GDPR developer’s guide published on the CNIL website will be regularly updated.

Usage

To release this repository yourself, you can use the Pandoc tool. This tool will allow you to convert the records into a docx file or an HTML document.

You can find the instructions to install this tool here

  • To generate a .docx file :

pandoc -s --toc --toc-depth=1 -o Guide_RGPD_developper.docx [0-9][0-9]*.md

  • To generate an .html file :

pandoc -s --template="templates/mytemplate.html" -H templates/pandoc.css -o index.html README.md [0-9][0-9]*.md


以上所述就是小编给大家介绍的《The CNIL publishes a GDPR guide for developers》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

网站运维技术与实践

网站运维技术与实践

饶琛琳 / 电子工业出版社 / 2014-3 / 69.00元

网站运维工作,一向以内容繁杂、覆盖面广著称。《网站运维技术与实践》选取日常工作涉及的监测调优、日志分析、集群规划、自动化部署、存储和数据库等方面,力图深入阐述各项工作的技术要点及协议原理,并介绍相关开源产品的实践经验。在技术之外,作者也分享了一些关于高效工作及个人成长方面的心得。 《网站运维技术与实践》适合Linux 系统管理员、中大型网站运维工程师及技术负责人、DevOps 爱好者阅读。同......一起来看看 《网站运维技术与实践》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具