mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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
|
* @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.
|
* can allow malicious actors access to your information.
|
||||||
* @kind path-problem
|
* @kind path-problem
|
||||||
* @problem.severity error
|
* @problem.severity error
|
||||||
|
|||||||
Reference in New Issue
Block a user