Skip to content

Commit

Permalink
Fix VersionChanged for Security/Open
Browse files Browse the repository at this point in the history
Follow #8894.
  • Loading branch information
koic committed Oct 17, 2020
1 parent 837899c commit 03cab7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -2418,7 +2418,7 @@ Security/Open:
Description: 'The use of `Kernel#open` and `URI.open` represent a serious security risk.'
Enabled: true
VersionAdded: '0.53'
VersionChanged: '0.94'
VersionChanged: '1.0'
Safe: false

Security/YAMLLoad:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_security.adoc
Expand Up @@ -117,7 +117,7 @@ Marshal.load(Marshal.dump({}))
| No
| No
| 0.53
| 0.94
| 1.0
|===

This cop checks for the use of `Kernel#open` and `URI.open`.
Expand Down

0 comments on commit 03cab7a

Please sign in to comment.