mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
Security Fix 3: Card comment author spoofing (IDOR) via API.
Thanks to Joshua Rogers of joshua.hu, Twitter MegaManSec !
This commit is contained in:
parent
7ed76c180e
commit
67cb47173c
2 changed files with 3 additions and 10 deletions
|
|
@ -1115,12 +1115,6 @@ paths:
|
|||
- multipart/form-data
|
||||
- application/json
|
||||
parameters:
|
||||
- name: authorId
|
||||
in: formData
|
||||
description: |
|
||||
the user who 'posted' the comment
|
||||
type: string
|
||||
required: true
|
||||
- name: comment
|
||||
in: formData
|
||||
description: the comment value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue