mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
spelling: implicit
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
| Unneeded defensive code | More true positive and fewer false positive results | This query now recognizes additional defensive code patterns. |
|
| Unneeded defensive code | More true positive and fewer false positive results | This query now recognizes additional defensive code patterns. |
|
||||||
| Unsafe dynamic method access | Fewer false positive results | This query no longer flags concatenated strings as unsafe method names. |
|
| Unsafe dynamic method access | Fewer false positive results | This query no longer flags concatenated strings as unsafe method names. |
|
||||||
| Unused parameter | Fewer false positive results | This query no longer flags parameters with leading underscore. |
|
| Unused parameter | Fewer false positive results | This query no longer flags parameters with leading underscore. |
|
||||||
| Unused variable, import, function or class | Fewer false positive results | This query now flags fewer variables that are implictly used by JSX elements. It no longer flags variables with a leading underscore and variables in dead code. |
|
| Unused variable, import, function or class | Fewer false positive results | This query now flags fewer variables that are implicitly used by JSX elements. It no longer flags variables with a leading underscore and variables in dead code. |
|
||||||
| Unvalidated dynamic method call | More true positive results | This query now flags concatenated strings as unvalidated method names in more cases. |
|
| Unvalidated dynamic method call | More true positive results | This query now flags concatenated strings as unvalidated method names in more cases. |
|
||||||
| Useless assignment to property. | Fewer false positive results | This query now treats assignments with complex right-hand sides correctly. |
|
| Useless assignment to property. | Fewer false positive results | This query now treats assignments with complex right-hand sides correctly. |
|
||||||
| Useless conditional | Fewer results | Additional defensive coding patterns are now ignored. |
|
| Useless conditional | Fewer results | Additional defensive coding patterns are now ignored. |
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
### Minor Analysis Improvements
|
### Minor Analysis Improvements
|
||||||
|
|
||||||
* Added new sinks to the query `java/android/implict-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
|
* Added new sinks to the query `java/android/implicit-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
|
||||||
* Added new flow steps for `androidx.core.app.NotificationCompat` and its inner classes.
|
* Added new flow steps for `androidx.core.app.NotificationCompat` and its inner classes.
|
||||||
* Added flow sinks, sources and summaries for the Kotlin standard library.
|
* Added flow sinks, sources and summaries for the Kotlin standard library.
|
||||||
* Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.
|
* Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
### Minor Analysis Improvements
|
### Minor Analysis Improvements
|
||||||
|
|
||||||
* Added new sinks to the query `java/android/implict-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
|
* Added new sinks to the query `java/android/implicit-pendingintents` to take into account the classes `androidx.core.app.NotificationManagerCompat` and `androidx.core.app.AlarmManagerCompat`.
|
||||||
* Added new flow steps for `androidx.core.app.NotificationCompat` and its inner classes.
|
* Added new flow steps for `androidx.core.app.NotificationCompat` and its inner classes.
|
||||||
* Added flow sinks, sources and summaries for the Kotlin standard library.
|
* Added flow sinks, sources and summaries for the Kotlin standard library.
|
||||||
* Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.
|
* Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.
|
||||||
|
|||||||
Reference in New Issue
Block a user