http://open-source-security-software.net/project/pia-back/releases.atomRecent releases for pia-back2025-05-15T06:56:28.111542+00:00python-feedgenpia-back 2.0.0pia-back 2.0.02018-12-11T10:09:36+00:00## FR
### En bref
Cette release apporte une nouvelle fonctionnalité de création et gestion de modèles de PIA pour permettre la création de bases d’analyse à la fois adaptées à son secteur d’activité et réutilisables pour d’autres PIA. Quatre nouvelles langues ont été ajoutées à l'outil.
Release précédente : [1.6.3](https://github.com/LINCnil/pia/releases/tag/1.6.3)
### Nouveautés
- Ajout d’un système de gestion de modèles de PIA ;
- ajout de quatre nouvelles langues (danois, estonien, croate, lithuanien).
### Améliorations
- Harmonisation des éléments graphiques au travers de l’interface ;
- amélioration de l’interface de l’aperçu du rapport PIA (ajout d’icônes, etc.) ;
- optimisation et amélioration générale de l'outil (stabilité, exécution, meilleure gestion de certains comportements, refactoring du code, etc.).
### Corrections de bug
- Empêchement de la double instanciation de l’application ;
### Contact
Pour faire remonter des bugs ou proposer des améliorations :
- Ouvrez une issue sur Github ([pia-front](https://github.com/LINCnil/pia/issues), [pia-back](https://github.com/LINCnil/pia-back/issues)).
## EN
### In a nutshell
This release includes a new feature for creating PIA templates. This feature has been imagined to facilitate the PIA management by allowing to customise the PIA in regard of one’s industry and to apply one template across several analysis. Four new languages are also available.
Previous release: [1.6.3](https://github.com/LINCnil/pia/releases/tag/1.6.3)
### New features
- Implementation of a new feature allowing for managing PIA templates ;
- Four new languages (danish, estonian, croatian, lithuanian).
### Improvements
- Harmonization of graphic elements across the interface;
- Improvement of the PIA report display interface;
- Overall optimisation of the tool (stability, execution, better management of some behaviors, code refactoring, etc.).
### Fixes
- Blocking the tool from being instantiated several times;
### Contact
To give us feedback on the tool you can either:
- Open an issue on Github ([pia-front](https://github.com/LINCnil/pia/issues), [pia-back](https://github.com/LINCnil/pia-back/issues)).2018-12-11T10:09:36+00:00pia-back 2.3.0pia-back 2.3.02021-04-21T08:59:42+00:002021-04-21T08:59:42+00:00pia-back v3.0.0pia-back v3.0.02021-07-02T07:31:27+00:002021-07-02T07:31:27+00:00pia-back v3.0.1pia-back v3.0.12022-05-11T15:20:45+00:00Add `sanitize` to prevent XSS injection
You must create the file `.env` in the root of your application and add the lines below inside:
```
SANITIZED_ALLOWED_TAGS="strong em ul ol li"
SANITIZED_ALLOWED_ATTRIBUTES="style"
```
**Full Changelog**: https://github.com/LINCnil/pia-back/compare/3.0.0...v3.0.12022-05-11T15:20:45+00:00pia-back v3.2.2pia-back v3.2.22023-08-31T05:21:15+00:00## What's Changed
* Bump addressable from 2.7.0 to 2.8.0 by @dependabot in https://github.com/LINCnil/pia-back/pull/131
* Auth process update users by @syl-p in https://github.com/LINCnil/pia-back/pull/132
* Add lockable to devise by @syl-p in https://github.com/LINCnil/pia-back/pull/133
* Feat send email by @syl-p in https://github.com/LINCnil/pia-back/pull/134
* feat: add relation user_pia by @syl-p in https://github.com/LINCnil/pia-back/pull/135
* Feat prepare reset account password by @syl-p in https://github.com/LINCnil/pia-back/pull/136
* Feat prepare reset account password by @syl-p in https://github.com/LINCnil/pia-back/pull/137
* Feature/update pia properties when user updated by @syl-p in https://github.com/LINCnil/pia-back/pull/142
* Bump puma from 4.3.8 to 4.3.9 by @dependabot in https://github.com/LINCnil/pia-back/pull/141
* Feature/update user pias relation on user destroy by @syl-p in https://github.com/LINCnil/pia-back/pull/143
* Feature/update pia serializer with role list by @syl-p in https://github.com/LINCnil/pia-back/pull/144
* Fix/getting users list for functionnal by @syl-p in https://github.com/LINCnil/pia-back/pull/145
* Fix/fix for querying for open account with unlocked user by @syl-p in https://github.com/LINCnil/pia-back/pull/146
* Fix/global functional review fixes by @syl-p in https://github.com/LINCnil/pia-back/pull/147
* feat: add .access_locked? to user serializer by @syl-p in https://github.com/LINCnil/pia-back/pull/151
* Feature/update locales and mails by @syl-p in https://github.com/LINCnil/pia-back/pull/150
* feat: add migration and permit progress by @syl-p in https://github.com/LINCnil/pia-back/pull/152
* Feature/add ldap gem and config by @syl-p in https://github.com/LINCnil/pia-back/pull/149
* Create codeql-analysis.yml by @brunto in https://github.com/LINCnil/pia-back/pull/153
* Add CodeQL Badge by @brunto in https://github.com/LINCnil/pia-back/pull/154
* Bump nokogiri from 1.11.4 to 1.13.1 by @dependabot in https://github.com/LINCnil/pia-back/pull/155
* feat: add :user_pias to serializer by @syl-p in https://github.com/LINCnil/pia-back/pull/157
* feat: can use old password by @syl-p in https://github.com/LINCnil/pia-back/pull/158
* Send email on evaluation was created by @syl-p in https://github.com/LINCnil/pia-back/pull/159
* Feature/add emailing on validate evaluation by @syl-p in https://github.com/LINCnil/pia-back/pull/162
* Bump puma from 4.3.9 to 4.3.12 by @dependabot in https://github.com/LINCnil/pia-back/pull/163
* Bump nokogiri from 1.13.1 to 1.13.3 by @dependabot in https://github.com/LINCnil/pia-back/pull/160
* Bump image_processing from 1.12.1 to 1.12.2 by @dependabot in https://github.com/LINCnil/pia-back/pull/161
* Bump nokogiri from 1.13.3 to 1.13.4 by @dependabot in https://github.com/LINCnil/pia-back/pull/164
* Merge branch "Auth process" to prepare version 3.1 with authentication. by @brunto in https://github.com/LINCnil/pia-back/pull/165
* fix: add condition to convert and import evaluation_infos by @syl-p in https://github.com/LINCnil/pia-back/pull/167
* Update README.md by @brunto in https://github.com/LINCnil/pia-back/pull/166
* Update the link to the wiki installation. by @brunto in https://github.com/LINCnil/pia-back/pull/168
* Feature/add sanitize to prevent xss by @syl-p in https://github.com/LINCnil/pia-back/pull/169
* Fix missing sanitize and update ruby version by @brunto in https://github.com/LINCnil/pia-back/pull/171
* build(deps): bump nokogiri from 1.13.4 to 1.13.6 by @dependabot in https://github.com/LINCnil/pia-back/pull/172
* build(deps): bump rack from 2.2.3 to 2.2.3.1 by @dependabot in https://github.com/LINCnil/pia-back/pull/173
* Update codeql-analysis.yml by @brunto in https://github.com/LINCnil/pia-back/pull/175
* Add CodeFactor badge by @brunto in https://github.com/LINCnil/pia-back/pull/174
* Add Rubocop configuration and autocorrect safe by @brunto in https://github.com/LINCnil/pia-back/pull/176
* build(deps): bump rails-html-sanitizer from 1.4.2 to 1.4.3 by @dependabot in https://github.com/LINCnil/pia-back/pull/178
* build(deps): bump tzinfo from 1.2.9 to 1.2.10 by @dependabot in https://github.com/LINCnil/pia-back/pull/179
* Update README.md by @kevin-atnos in https://github.com/LINCnil/pia-back/pull/185
* doc: add ldap section info by @syl-p in https://github.com/LINCnil/pia-back/pull/186
* Update README.md for the LDAP section by @kevin-atnos in https://github.com/LINCnil/pia-back/pull/187
* Core/update to rails 7 (#180) by @syl-p in https://github.com/LINCnil/pia-back/pull/183
* build(deps): bump nokogiri from 1.13.6 to 1.13.9 by @dependabot in https://github.com/LINCnil/pia-back/pull/188
* build(deps): bump loofah from 2.18.0 to 2.19.1 by @dependabot in https://github.com/LINCnil/pia-back/pull/194
* build(deps): bump rack from 2.2.3.1 to 2.2.6.2 by @dependabot in https://github.com/LINCnil/pia-back/pull/197
* build(deps): bump globalid from 1.0.0 to 1.0.1 by @dependabot in https://github.com/LINCnil/pia-back/pull/198
* build(deps): bump rails-html-sanitizer from 1.4.3 to 1.5.0 by @dependabot in https://github.com/LINCnil/pia-back/pull/200
* fix: accept nil as a possible value for 3 fields in dpo section by @syl-p in https://github.com/LINCnil/pia-back/pull/202
* build(deps): bump rack from 2.2.6.2 to 2.2.6.4 by @dependabot in https://github.com/LINCnil/pia-back/pull/206
* feat: add DEFAULT_LOCALE env to configure the default locale by @kevin-atnos in https://github.com/LINCnil/pia-back/pull/207
* docs: add smpt section on readme file by @syl-p in https://github.com/LINCnil/pia-back/pull/212
* build(deps): bump nokogiri from 1.14.0 to 1.14.3 by @dependabot in https://github.com/LINCnil/pia-back/pull/210
* Bump ruby version + Fix global_status evaluation error for evaluation email by @brunto in https://github.com/LINCnil/pia-back/pull/213
* feat: update route querying doorkeeper app by @syl-p in https://github.com/LINCnil/pia-back/pull/208
* Update README.md by @kevin-atnos in https://github.com/LINCnil/pia-back/pull/219
* feat: ldap_use_admin_to_bind false by default by @syl-p in https://github.com/LINCnil/pia-back/pull/221
* Update README.md by @kevin-atnos in https://github.com/LINCnil/pia-back/pull/223
* build(deps): bump puma from 4.3.12 to 5.6.7 by @dependabot in https://github.com/LINCnil/pia-back/pull/227
* build(deps): bump doorkeeper from 5.5.4 to 5.6.6 by @dependabot in https://github.com/LINCnil/pia-back/pull/222
**Full Changelog**: https://github.com/LINCnil/pia-back/compare/3.0.0...v3.2.22023-08-31T05:21:15+00:00