Skip to content

Commit 2648cb0

Browse files
committed
spelling: injection
Signed-off-by: Josh Soref <[email protected]>
1 parent 52a3e3c commit 2648cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/ql/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
### New Queries
2525

26-
* Added a new query, `rb/log-inection`, to detect cases where a malicious user may be able to forge log entries.
26+
* Added a new query, `rb/log-injection`, to detect cases where a malicious user may be able to forge log entries.
2727
* Added a new query, `rb/incomplete-multi-character-sanitization`. The query
2828
finds string transformations that do not replace all occurrences of a
2929
multi-character substring.

ruby/ql/src/change-notes/released/0.3.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### New Queries
44

5-
* Added a new query, `rb/log-inection`, to detect cases where a malicious user may be able to forge log entries.
5+
* Added a new query, `rb/log-injection`, to detect cases where a malicious user may be able to forge log entries.
66
* Added a new query, `rb/incomplete-multi-character-sanitization`. The query
77
finds string transformations that do not replace all occurrences of a
88
multi-character substring.

0 commit comments

Comments
 (0)