Skip to content

Commit 0c1af24

Browse files
Write intent in lowercase consistently
Co-authored-by: hubwriter <[email protected]>
1 parent c89178c commit 0c1af24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lgtm,codescanning
2-
* 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)
2+
* 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)

java/ql/src/Security/CWE/CWE-927/SensitiveCommunication.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Leaking sensitive information through an implicit Intent
2+
* @name Leaking sensitive information through an implicit intent
33
* @description An Android application uses implicit intents containing sensitive data
44
* in a way that exposes it to arbitrary applications on the device.
55
* @kind path-problem

0 commit comments

Comments
 (0)