Skip to content

Security/JSONLoad-20230613233324#218

Open
github-actions[bot] wants to merge 3 commits intomasterfrom
rubocop-challenge/20230613233324
Open

Security/JSONLoad-20230613233324#218
github-actions[bot] wants to merge 3 commits intomasterfrom
rubocop-challenge/20230613233324

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Rubocop challenge!

Security/JSONLoad

Safe autocorrect: No
⚠️ The autocorrect a cop can yield false positives by design.

Description

Overview

Checks for the use of JSON class methods which have potential
security issues.

Examples

# bad
JSON.load("{}")
JSON.restore("{}")

# good
JSON.parse("{}")

Auto generated by rubocop_challenger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants