Skip to content

Commit a3cc93b

Browse files
committed
correct spelling and capitalization of TCP/UDP
1 parent de37f3b commit a3cc93b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* C# 11: Added support for list- and slice patterns in the extractor.
66
* Deleted the deprecated `getNameWithoutBrackets` predicate from the `ValueOrRefType` class in `Type.qll`.
77
* `Element::hasQualifiedName/1` has been deprecated. Use `hasQualifiedName/2` or `hasQualifiedName/3` instead.
8-
* Added tcp/upd sockets as taint sources.
8+
* Added TCP/UDP sockets as taint sources.
99

1010
## 0.4.6
1111

csharp/ql/lib/change-notes/released/0.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* C# 11: Added support for list- and slice patterns in the extractor.
66
* Deleted the deprecated `getNameWithoutBrackets` predicate from the `ValueOrRefType` class in `Type.qll`.
77
* `Element::hasQualifiedName/1` has been deprecated. Use `hasQualifiedName/2` or `hasQualifiedName/3` instead.
8-
* Added tcp/upd sockets as taint sources.
8+
* Added TCP/UDP sockets as taint sources.

0 commit comments

Comments
 (0)