index

id: 125a6d24d66a9c64354d27f6817014ba856ffa08e01b493a83564fdac585449f

id (bech32): note1zfdx6fxkd2wxgd2dylmgzuq5h2zkl7sguqd5jw5r2e8a43v9gj0s85xc65

sig: c9953f037c28ac3caac8c05f134d5d4693c8321e1686e2d003b27bce6b59193b7f8342a1322bf88ccf9e9e91b6555b5d1aad674170cedb78737fd351fa2c9d4f

created_at: 2023-07-11 14:32:08 +0900

created_at (unix time): 1689053528

content:

`URI.open(url)`

The use of `URI.open` is a serious security risk.
https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Security/Open

`URI.parse(url).open` にしろ,と.なるほど…

JSON