Skip to content

Commit 456db79

Browse files
fix: bump sharp via pnpm override for Trivy HIGH CVE
Force sharp>=0.35.0 to clear GHSA-f88m-g3jw-g9cj and simplify README markdown so markdownlint stops flagging the badge block.
1 parent a49e058 commit 456db79

3 files changed

Lines changed: 227 additions & 187 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@
77
[![Website](https://img.shields.io/badge/site-create--awesome--python--app.vercel.app-blue?style=flat-square)](https://create-awesome-python-app.vercel.app)
88
[![CLI](https://img.shields.io/badge/CLI-create--awesome--python--app-3B82F6?style=flat-square)](https://github.com/Create-Python-App/create-python-app)
99
[![Templates](https://img.shields.io/badge/templates-cpa--templates-blue?style=flat-square)](https://github.com/Create-Python-App/cpa-templates)
10-
<<<<<<< HEAD
1110
[![GitHub org](https://img.shields.io/badge/GitHub-Create--Python--App-black?style=flat-square&logo=github)](https://github.com/Create-Python-App)
1211
[![Discord](https://img.shields.io/discord/1527933660764831825?style=flat-square&label=Discord&logo=discord&logoColor=white)](https://discord.gg/dwFTsR7fK2)
13-
=======
1412
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)
15-
>>>>>>> 9eb05fb (fix: remove CNA leftovers and mark Create Vlang App as live)
1613

1714
</div>
1815

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,10 @@
9494
"vite": "^8.1.4",
9595
"vitest": "^4.1.10"
9696
},
97-
"packageManager": "pnpm@10.32.0+sha512.9b2634bb3fed5601c33633f2d92593f506270a3963b8c51d2b2d6a828da615ce4e9deebef9614ccebbc13ac8d3c0f9c9ccceb583c69c8578436fa477dbb20d70"
97+
"packageManager": "pnpm@10.32.0+sha512.9b2634bb3fed5601c33633f2d92593f506270a3963b8c51d2b2d6a828da615ce4e9deebef9614ccebbc13ac8d3c0f9c9ccceb583c69c8578436fa477dbb20d70",
98+
"pnpm": {
99+
"overrides": {
100+
"sharp": ">=0.35.0"
101+
}
102+
}
98103
}

0 commit comments

Comments
 (0)