yegor256/factbase
View on GitHubSecurity concern: It's very dangerous to use `Marshal.load` with untrusted data.
Open
#106 opened on Jul 24, 2024
bughelp wanted
Repository metrics
- Stars
- (19 stars)
- PR merge metrics
- (PR metrics pending)
Description
See security recommendations for details.
It's used in baza. As far as I understand the code, the data was received from an HTTP request, which makes the data untrusted.