From 834fc51a3a16356cfbed0b23e7d09f292fbd0dec Mon Sep 17 00:00:00 2001 From: Tony Torralba Date: Wed, 1 Feb 2023 15:26:26 +0100 Subject: [PATCH] Update java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql --- java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql b/java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql index 6be28e71cb8..efbb0e4c11e 100644 --- a/java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql +++ b/java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql @@ -1,6 +1,6 @@ /** * @name Leaking sensitive information through a ResultReceiver - * @description Sending sensitive data to a 'ResultReceiver' from an untrusted source + * @description Sending sensitive data to a 'ResultReceiver' obtained from an untrusted source * can allow malicious actors access to your information. * @kind path-problem * @problem.severity error