Skip to content

Commit 4810657

Browse files
authored
Remove period from 'name'
This is an error for the Docs content linter and does not match the style guide for query help.
1 parent d953a9a commit 4810657

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)