Skip to content

Commit 834fc51

Browse files
authored
Update java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql
1 parent 74dba95 commit 834fc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Leaking sensitive information through a ResultReceiver
3-
* @description Sending sensitive data to a 'ResultReceiver' from an untrusted source
3+
* @description Sending sensitive data to a 'ResultReceiver' obtained from an untrusted source
44
* can allow malicious actors access to your information.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)