michael-s-molina opened a new issue #17286: URL: https://github.com/apache/superset/issues/17286
**Is your feature request related to a problem? Please describe.** [shortid](https://github.com/dylang/shortid) is deprecated, because the architecture is unsafe, it does not generate cryptographically secure ids and we can't rely on it to make IDs which are impossible to guess. **Describe the solution you'd like** We should replace its occurrences with [uuid](https://github.com/uuidjs/uuid) to generate secure ids and also to benefit from performance gains of using a database native type. **Describe alternatives you've considered** [nanoid](https://github.com/ai/nanoid/) was considered but the benefits of using the native `uuid` type seems more appealing. @rusackas @villebro @etr2460 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
