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

This commit is contained in:
Tony Torralba
2023-02-01 15:26:26 +01:00
committed by GitHub
parent 74dba953ca
commit 834fc51a3a

View File

@@ -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