yegor256/factbase

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

Open

#106 建立於 2024年7月24日

在 GitHub 查看
 (11 留言) (0 反應) (0 負責人)Ruby (17 fork)github user discovery
bughelp wanted

倉庫指標

Star
 (19 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南