mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Update java/ql/src/Security/CWE/CWE-927/SensitiveResultReceiver.ql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user