Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 3f6afb5

Browse files
committed
One more typo.
1 parent 4e8cdb0 commit 3f6afb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/g304_file-path_provided_as_taint_input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: g304
33
title: G304: File path provided as taint input
44
---
55

6-
Trying to open a file provided as an input in a variable. The content of this variable might be controlled by an attacker who could change it to hold unauthorised file paths form the system. In this way, it is possible to exfiltrate confidential information or such.
6+
Trying to open a file provided as an input in a variable. The content of this variable might be controlled by an attacker who could change it to hold unauthorised file paths from the system. In this way, it is possible to exfiltrate confidential information or such.
77

88
## Example problematic code:
99

0 commit comments

Comments
 (0)