8000 Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in yaml/stor… · ruby/ruby@dfecc65 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfecc65

Browse files
committed
Workaround with fbb4e3f in yaml/store.rb
1 parent ffdf023 commit dfecc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yaml/store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def dump(table)
6565
end
6666

6767
def load(content)
68-
table = YAML.load(content)
68+
table = YAML.unsafe_load(content)
6969
if table == false
7070
{}
7171
else

0 commit comments

Comments
 (0)
0