Skip to content

Commit

Permalink
Fix security issues (docker#244)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
glours authored May 16, 2022
1 parent 667bd9f commit 298ebd2
Show file tree
Hide file tree
Showing 13 changed files with 940 additions and 1,072 deletions.
18 changes: 9 additions & 9 deletions angular/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion django/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==3.2.12
Django==3.2.13
environs==7.3.1
2 changes: 1 addition & 1 deletion react-express-mongodb/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
frontend/node_modules/
server/node_modules/
backend/node_modules/
.idea/
data
*.log
12 changes: 6 additions & 6 deletions react-express-mongodb/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 50 additions & 70 deletions react-express-mongodb/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions react-express-mysql/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 298ebd2

Please sign in to comment.