screwdriver
screwdriver copied to clipboard
Users could impersonate the user who created the event.
What happened: When a user sends a request to the API to create an event, the creator's property can be set to an arbitrary value, so it is possible to set a value for a user other than oneself. https://cd.screwdriver.cd/pipelines/9550/events/801009
What you expected to happen: Users are possible to see who is really the user who created the event.
How to reproduce it:
- Call
POST
/v4/event endpoint with creator property. - Any value set in creator is displayed in the UI's
started by
.