mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 22:59:44 +02:00
fix: Fix path traversal vulnerability
This commit is contained in:
parent
fbe24c0fc0
commit
ac1df5201d
2 changed files with 3 additions and 7 deletions
|
@ -80,7 +80,7 @@ module.exports.routes = {
|
|||
skipAssets: false,
|
||||
},
|
||||
|
||||
'GET /attachments/:id/download/thumbnails/:filename': {
|
||||
'GET /attachments/:id/download/thumbnails/cover-256.jpg': {
|
||||
action: 'attachments/download-thumbnail',
|
||||
skipAssets: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue