Skip to content

Commit 131b2b3

Browse files
committed
Swift: Change note.
1 parent 09346c7 commit 131b2b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Added local flow sources for `UITextInput` and related classes.

swift/ql/lib/codeql/swift/frameworks/UIKit/UITextField.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import swift
66
private import codeql.swift.dataflow.ExternalFlow
77

88
/**
9-
* A model for `UITextField` and `UITextInput` members that are flow sources.
9+
* A model for `UITextField`, `UITextInput` and related class members that are flow sources.
1010
*/
1111
private class UITextFieldSource extends SourceModelCsv {
1212
override predicate row(string row) {

0 commit comments

Comments
 (0)