Skip to content

Commit 95ce0cd

Browse files
authored
Merge pull request github#15691 from github/felicitymay-patch-1
Remove period from 'name' for Java query
2 parents d953a9a + 4810657 commit 95ce0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-200/AndroidSensitiveTextField.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Exposure of sensitive information to UI text views.
2+
* @name Exposure of sensitive information to UI text views
33
* @id java/android/sensitive-text
44
* @kind path-problem
55
* @description Sensitive information displayed in UI text views should be properly masked.

0 commit comments

Comments
 (0)