mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Write intent in lowercase consistently
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -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)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user