Write intent in lowercase consistently

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Joe Farebrother
2021-10-25 12:22:49 +01:00
committed by GitHub
parent c89178c0e8
commit 0c1af2411b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
lgtm,codescanning
* The query "Leaking sensitive information through an implicit Intent" (`java/android/sensitive-communication`) has been promoted from experimental to the main query pack. Its results will now appear by default. The query was originally [submitted as an experimental query by @luchua-bc.](https://github.com/github/codeql/pull/4512)
* The query "Leaking sensitive information through an implicit intent" (`java/android/sensitive-communication`) has been promoted from experimental to the main query pack. Its results will now appear by default. The query was originally [submitted as an experimental query by @luchua-bc.](https://github.com/github/codeql/pull/4512)

View File

@@ -1,5 +1,5 @@
/**
* @name Leaking sensitive information through an implicit Intent
* @name Leaking sensitive information through an implicit intent
* @description An Android application uses implicit intents containing sensitive data
* in a way that exposes it to arbitrary applications on the device.
* @kind path-problem