From 1600825679d81e8b97ff9693a86158d3f8e54dfd Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:11:30 -0400 Subject: [PATCH] spelling: implicit Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- change-notes/1.20/analysis-javascript.md | 2 +- java/ql/lib/CHANGELOG.md | 2 +- java/ql/lib/change-notes/released/0.4.0.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/change-notes/1.20/analysis-javascript.md b/change-notes/1.20/analysis-javascript.md index 6ff02383bc6..8b9e7bb4d5b 100644 --- a/change-notes/1.20/analysis-javascript.md +++ b/change-notes/1.20/analysis-javascript.md @@ -52,7 +52,7 @@ | 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. | | 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. | | 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. | diff --git a/java/ql/lib/CHANGELOG.md b/java/ql/lib/CHANGELOG.md index 2724a6d3cef..e53f5cb9b89 100644 --- a/java/ql/lib/CHANGELOG.md +++ b/java/ql/lib/CHANGELOG.md @@ -33,7 +33,7 @@ ### 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 flow sinks, sources and summaries for the Kotlin standard library. * Added flow summary for `org.springframework.data.repository.CrudRepository.save()`. diff --git a/java/ql/lib/change-notes/released/0.4.0.md b/java/ql/lib/change-notes/released/0.4.0.md index addcd45e0d2..12d05752b38 100644 --- a/java/ql/lib/change-notes/released/0.4.0.md +++ b/java/ql/lib/change-notes/released/0.4.0.md @@ -27,7 +27,7 @@ ### 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 flow sinks, sources and summaries for the Kotlin standard library. * Added flow summary for `org.springframework.data.repository.CrudRepository.save()`.