yegor256/factbase

Security concern: It's very dangerous to use `Marshal.load` with untrusted data.

Open

#106 ouverte le 24 juil. 2024

Voir sur GitHub
 (11 commentaires) (0 réactions) (0 assignés)Ruby (17 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (19 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

https://github.com/yegor256/factbase/blob/51d357c5d3c7411191a43c0184e0f43adba53e78/lib/factbase.rb#L218

Guide contributeur