mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Fix typos
This commit is contained in:
@@ -13,6 +13,6 @@ import java
|
||||
import semmle.code.java.security.ImproperIntentVerificationQuery
|
||||
|
||||
from Top reg, Method orm, SystemActionName sa
|
||||
where unverifiedSystemReciever(reg, orm, sa)
|
||||
where unverifiedSystemReceiver(reg, orm, sa)
|
||||
select orm, "This reciever doesn't verify intents it recieves, and is registered $@ to recieve $@.",
|
||||
reg, "here", sa, "the system action " + sa.getName()
|
||||
|
||||
Reference in New Issue
Block a user