[PR #244] [MERGED] Fix security issues #923

Closed
opened 2026-03-07 21:26:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/244
Author: @glours
Created: 5/16/2022
Status: Merged
Merged: 5/16/2022
Merged by: @glours

Base: masterHead: fix-security-issues


📝 Commits (8)

  • ce3eeca fix security issues in react-rust-postgres sample
  • eb9e9a2 fix security issues in react-java-mysql sample
  • 6ffbc86 fix security issues in react-express-mysql sample
  • 2a408e0 fix security issues in react-express-mongodb sample
  • b1324d8 fix security issues in react-nginx sample
  • 48e055d fix security issues in angular sample
  • f93633c fix security issues in django sample
  • 0d06b9b fix security issues in vuejs sample

📊 Changes

13 files changed (+940 additions, -1072 deletions)

View changed files

📝 angular/angular/package-lock.json (+9 -9)
📝 django/app/requirements.txt (+1 -1)
📝 react-express-mongodb/.gitignore (+1 -1)
📝 react-express-mongodb/backend/package-lock.json (+6 -6)
📝 react-express-mongodb/frontend/package-lock.json (+50 -70)
📝 react-express-mysql/backend/package-lock.json (+3 -3)
📝 react-express-mysql/frontend/package-lock.json (+50 -70)
📝 react-java-mysql/frontend/package-lock.json (+50 -70)
📝 react-nginx/package-lock.json (+43 -69)
📝 react-rust-postgres/frontend/package-lock.json (+69 -44)
vuejs/.gitignore (+1 -0)
📝 vuejs/vuejs/package.json (+1 -0)
📝 vuejs/vuejs/yarn.lock (+656 -729)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/244 **Author:** [@glours](https://github.com/glours) **Created:** 5/16/2022 **Status:** ✅ Merged **Merged:** 5/16/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `fix-security-issues` --- ### 📝 Commits (8) - [`ce3eeca`](https://github.com/docker/awesome-compose/commit/ce3eeca3892f1320f4662a4c58625108225c49f2) fix security issues in react-rust-postgres sample - [`eb9e9a2`](https://github.com/docker/awesome-compose/commit/eb9e9a2d6ce821be524971b184b882024eaa3d60) fix security issues in react-java-mysql sample - [`6ffbc86`](https://github.com/docker/awesome-compose/commit/6ffbc8699e8328864994a35349ca224ef6021440) fix security issues in react-express-mysql sample - [`2a408e0`](https://github.com/docker/awesome-compose/commit/2a408e0c0ddafd91234217b6e4900ee4f1b03665) fix security issues in react-express-mongodb sample - [`b1324d8`](https://github.com/docker/awesome-compose/commit/b1324d890ab0a4c8f643d10fa4e899242a81b32d) fix security issues in react-nginx sample - [`48e055d`](https://github.com/docker/awesome-compose/commit/48e055d02d4729f689259e796d5f43c62dcfe86a) fix security issues in angular sample - [`f93633c`](https://github.com/docker/awesome-compose/commit/f93633c1f466ee450c4a252f2ef5aacbe5178061) fix security issues in django sample - [`0d06b9b`](https://github.com/docker/awesome-compose/commit/0d06b9b14909b77fe975582ceec50435176af1b2) fix security issues in vuejs sample ### 📊 Changes **13 files changed** (+940 additions, -1072 deletions) <details> <summary>View changed files</summary> 📝 `angular/angular/package-lock.json` (+9 -9) 📝 `django/app/requirements.txt` (+1 -1) 📝 `react-express-mongodb/.gitignore` (+1 -1) 📝 `react-express-mongodb/backend/package-lock.json` (+6 -6) 📝 `react-express-mongodb/frontend/package-lock.json` (+50 -70) 📝 `react-express-mysql/backend/package-lock.json` (+3 -3) 📝 `react-express-mysql/frontend/package-lock.json` (+50 -70) 📝 `react-java-mysql/frontend/package-lock.json` (+50 -70) 📝 `react-nginx/package-lock.json` (+43 -69) 📝 `react-rust-postgres/frontend/package-lock.json` (+69 -44) ➕ `vuejs/.gitignore` (+1 -0) 📝 `vuejs/vuejs/package.json` (+1 -0) 📝 `vuejs/vuejs/yarn.lock` (+656 -729) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:26:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#923