Adress reveiw comments - make use of existing ql libraries

This commit is contained in:
Joe Farebrother
2022-04-28 14:14:02 +01:00
parent 9d048e78af
commit 320c671b73
2 changed files with 12 additions and 21 deletions

View File

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