-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users could impersonate the user who created the event. #3123
Comments
@VonnyJap I commented on the actions taken to address this issue and the concerns raised. Any comments, including whether this correction should be made, would be appreciated. |
@kumada626 - are you proposing to add a new field |
@VonnyJap No new field is needed for this proposal. Because |
Lets proceed with your recommendation here then. @kumada626 |
Do we need to update logic in event meta to match? |
@tkyi I think no need to update logic in event meta. |
Hm we had a user that noticed |
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:
POST
/v4/event endpoint with creator property.started by
.The text was updated successfully, but these errors were encountered: