Commit Graph

8 Commits

Author SHA1 Message Date
Guillaume Lours f716bfb382
add configuration to use django sample with Docker Dev Environments feature (#252)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-12 12:18:35 +02:00
Guillaume Lours 298ebd2b45
Fix security issues (#244)
* fix security issues in react-rust-postgres sample
* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongodb sample
* fix security issues in react-nginx sample
* fix security issues in angular sample
* fix security issues in django sample
* fix security issues in vuejs sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-16 21:20:20 +02:00
Guillaume Lours eaa9360152
fix security issues on django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-03-12 18:59:29 +01:00
Guillaume Lours 7ec903b5d2 upgrade django version to fix security issue in the Django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-10-08 12:27:47 +02:00
Anca Iordache 99e20f4867
Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-04-13 14:29:52 +02:00
Andy Madge a42a8531ab
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113)
The cache gives no benefit to a Docker image but it does add size, hence it's best left out.

Signed-off-by: Andy Madge <andymadge@gmail.com>
2021-03-22 10:01:41 +01:00
Guillaume Lours d441df2921 Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-06-05 21:34:30 +02:00
FelipeVilella 1e7d24da27
Django example (#43)
Add a Django example
2020-04-07 14:00:55 +02:00