Skip to content

Commit

Permalink
fix: ruby lang rule title
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Oct 6, 2023
1 parent bbe1354 commit 92a4bf0
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion rules/ruby/lang/path_using_user_input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ languages:
- ruby
severity: high
metadata:
description: "Do not use user input to form file paths."
description: "Unsanitized user input detected in file path."
remediation_message: |
## Description
Using raw unsanitized input when forming filenames or file paths is bad practice.
Expand Down
Loading

0 comments on commit 92a4bf0

Please sign in to comment.