-
Notifications
You must be signed in to change notification settings - Fork 290
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
Best practices for handling the rotating vehicle_id #523
Comments
Thanks for raising this! We have attempted to address this in #247 in v3.0-RC, do you think this solution will be appropriate or are there other approaches to take (like the ones you have already included)? |
Yes, I followed that discussion @josee-sabourin, and raised this as I feel the specifics of implementation still raise the possibility of an issue. Hence this being more of a discussion to improve guidance. |
Hey @benwedge, the good folks at Tier have put a lot of thought into this issue and published their findings here: |
That's a great discussion, @mplsmitch, however it's not related to the problem I described. There are feed providers who take the rotating ID, then do the transformation to the real ID, then pass that in a URL that a malicious user can view without needing to open the rental apps. I would be in favour of including a link to Tier's discussion as part of how to make a rotating ID. |
Thank you @benwedge for raising this issue. I'd like to make sure I understand the problem you're describing. Are you suggesting that we publish best practices on how providers should implement rotating IDs in their deep links? Please note that providers MUST rotate identifiers within deep links only since v3.0-RC (it was optional before). |
Yes, that's right @richfab, if we can align on some best practices that can inform your work on the implementation guides |
This discussion has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
This discussion has been closed due to inactivity. Discussions can always be reopened after they have been closed. |
What is the issue and why is it an issue?
This is a bit of an academic discussion, but ideally it will inform some best practices for handling the
vehicle_id
. The spec states:It seems, in my examination of a variety of feeds, that most providers are using a UUID here and are rotating it after each trip. All good so far. If you dig a layer deeper, some providers use some sort of URL redirection service that takes the URL shared in the feeds and converts it to an app deeplink containing a persistent identifier for a vehicle (e.g. the QR Code, license plate, etc.) that a potential user can match to the vehicle.
My concern is that the above raises a privacy issue, as a malicious user could just call every URL in the feed to find the persistent identifier without needing to have the company's app and take manual steps to cross-reference the data.
I think that this concern is valid, but happy to hear if the concern is misplaced.
Please describe some potential solutions you have considered (even if they aren’t related to GBFS).
Is your potential solution a breaking change?
The text was updated successfully, but these errors were encountered: