[PR #224] [MERGED] Security fixes #308

Closed
opened 2025-11-06 14:23:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/224
Author: @glours
Created: 3/12/2022
Status: Merged
Merged: 3/12/2022
Merged by: @glours

Base: masterHead: security-fixes


📝 Commits (7)

  • a3e3195 fix security issues on react-express-mysql sample
  • 56c23d9 fix security issues on react-express-mongodb sample
  • f16cb84 fix security issues on react-java-mysql sample
  • 6bcc90c fix security issues on angular sample
  • eaa9360 fix security issues on django sample
  • ea7db18 fix security issues on react-nginx sample
  • 62b20cc fix security issues on vuejs sample

📊 Changes

15 files changed (+24732 additions, -46551 deletions)

View changed files

📝 angular/angular/package-lock.json (+3369 -2328)
📝 angular/angular/package.json (+2 -2)
📝 django/app/requirements.txt (+1 -1)
📝 react-express-mongodb/frontend/package-lock.json (+4337 -9987)
📝 react-express-mongodb/frontend/package.json (+2 -2)
📝 react-express-mysql/backend/package-lock.json (+39 -30)
📝 react-express-mysql/backend/package.json (+1 -1)
📝 react-express-mysql/frontend/package-lock.json (+4469 -9642)
📝 react-express-mysql/frontend/package.json (+3 -3)
📝 react-java-mysql/frontend/package-lock.json (+4464 -9637)
📝 react-java-mysql/frontend/package.json (+1 -1)
📝 react-nginx/package-lock.json (+5525 -9820)
📝 react-nginx/package.json (+1 -1)
📝 vuejs/vuejs/package.json (+3 -3)
📝 vuejs/vuejs/yarn.lock (+2515 -5093)

📄 Description

Fix some javascript and Django security issues


🔄 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/224 **Author:** [@glours](https://github.com/glours) **Created:** 3/12/2022 **Status:** ✅ Merged **Merged:** 3/12/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `security-fixes` --- ### 📝 Commits (7) - [`a3e3195`](https://github.com/docker/awesome-compose/commit/a3e319531334871f48030fb2133baf187cac0137) fix security issues on react-express-mysql sample - [`56c23d9`](https://github.com/docker/awesome-compose/commit/56c23d9f891c5dec516f4465572c1e88d1b75906) fix security issues on react-express-mongodb sample - [`f16cb84`](https://github.com/docker/awesome-compose/commit/f16cb84e61538eda29ffc1932aa2ed2be070b886) fix security issues on react-java-mysql sample - [`6bcc90c`](https://github.com/docker/awesome-compose/commit/6bcc90c824772464ea6cd437ccf3630b193628d8) fix security issues on angular sample - [`eaa9360`](https://github.com/docker/awesome-compose/commit/eaa9360152a6e19cb84d8be1c4805285ed1a5441) fix security issues on django sample - [`ea7db18`](https://github.com/docker/awesome-compose/commit/ea7db187a3c4c3bf5ecc3de55ab0087b04afe62d) fix security issues on react-nginx sample - [`62b20cc`](https://github.com/docker/awesome-compose/commit/62b20cc54719d8b09b65ed78ceaae3595b38b53d) fix security issues on vuejs sample ### 📊 Changes **15 files changed** (+24732 additions, -46551 deletions) <details> <summary>View changed files</summary> 📝 `angular/angular/package-lock.json` (+3369 -2328) 📝 `angular/angular/package.json` (+2 -2) 📝 `django/app/requirements.txt` (+1 -1) 📝 `react-express-mongodb/frontend/package-lock.json` (+4337 -9987) 📝 `react-express-mongodb/frontend/package.json` (+2 -2) 📝 `react-express-mysql/backend/package-lock.json` (+39 -30) 📝 `react-express-mysql/backend/package.json` (+1 -1) 📝 `react-express-mysql/frontend/package-lock.json` (+4469 -9642) 📝 `react-express-mysql/frontend/package.json` (+3 -3) 📝 `react-java-mysql/frontend/package-lock.json` (+4464 -9637) 📝 `react-java-mysql/frontend/package.json` (+1 -1) 📝 `react-nginx/package-lock.json` (+5525 -9820) 📝 `react-nginx/package.json` (+1 -1) 📝 `vuejs/vuejs/package.json` (+3 -3) 📝 `vuejs/vuejs/yarn.lock` (+2515 -5093) </details> ### 📄 Description Fix some javascript and Django security issues --- <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 2025-11-06 14:23:26 -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#308