We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dba95 commit 834fc51Copy full SHA for 834fc51
java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Leaking sensitive information through a ResultReceiver
3
- * @description Sending sensitive data to a 'ResultReceiver' from an untrusted source
+ * @description Sending sensitive data to a 'ResultReceiver' obtained from an untrusted source
4
* can allow malicious actors access to your information.
5
* @kind path-problem
6
* @problem.severity error
0 commit comments