mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Adress reveiw comments - make use of existing ql libraries
This commit is contained in:
@@ -15,5 +15,5 @@ import semmle.code.java.security.ImproperIntentVerificationQuery
|
||||
|
||||
from Top reg, Method orm, SystemActionName sa
|
||||
where unverifiedSystemReceiver(reg, orm, sa)
|
||||
select orm, "This reciever doesn't verify intents it recieves, and is registered $@ to recieve $@.",
|
||||
select orm, "This reciever doesn't verify intents it receives, and is registered $@ to receive $@.",
|
||||
reg, "here", sa, "the system action " + sa.getName()
|
||||
|
||||
Reference in New Issue
Block a user