A private messenger for Android.
150 matches across 13 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | demo/apng/src/main/java/org/signal/apng/DemoActivity.kt | 55 | // _root_ide_package_.org.signal.apng.MainActivity.TestModel.ApngModel( |
| CRITICAL | demo/apng/src/main/java/org/signal/apng/DemoActivity.kt | 59 | // _root_ide_package_.org.signal.apng.MainActivity.TestModel.ApngModel( |
| CRITICAL | demo/apng/src/main/java/org/signal/apng/DemoActivity.kt | 63 | // _root_ide_package_.org.signal.apng.MainActivity.TestModel.ApngModel( |
| CRITICAL | demo/apng/src/main/java/org/signal/apng/DemoActivity.kt | 67 | // _root_ide_package_.org.signal.apng.MainActivity.TestModel.ApngModel( |
| CRITICAL | …util/src/main/java/org/signal/core/util/JsonUtils.java | 25 | com.fasterxml.jackson.module.kotlin.ExtensionsKt.registerKotlinModule(objectMapper); |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 46 | fromLibSignal(org.signal.libsignal.protocol.ServiceId.parseFromString(raw)) |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 69 | fromLibSignal(org.signal.libsignal.protocol.ServiceId.parseFromFixedWidthBinary(raw)) |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 71 | fromLibSignal(org.signal.libsignal.protocol.ServiceId.parseFromBinary(raw)) |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 148 | fun from(uuid: UUID): ACI = ACI(org.signal.libsignal.protocol.ServiceId.Aci(uuid)) |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 203 | fun from(uuid: UUID): PNI = PNI(org.signal.libsignal.protocol.ServiceId.Pni(uuid)) |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 215 | PNI(org.signal.libsignal.protocol.ServiceId.Pni(uuid)) |
| CRITICAL | …-jvm/src/main/java/org/signal/core/models/ServiceId.kt | 232 | PNI(org.signal.libsignal.protocol.ServiceId.Pni(uuid)) |
| CRITICAL | …onents/settings/conversation/GroupSettingsStateTest.kt | 15 | private val v2GroupId = GroupId.v2(org.signal.libsignal.zkgroup.groups.GroupMasterKey(ByteArray(32))) |
| CRITICAL | …ava/org/thoughtcrime/securesms/ApplicationContext.java | 419 | org.signal.registration.RegistrationDependencies.Companion.provide( |
| CRITICAL | …ava/org/thoughtcrime/securesms/ApplicationContext.java | 421 | new org.thoughtcrime.securesms.registration.v2.AppRegistrationNetworkController(this, AppDependencies.getPushSer |
| CRITICAL | …ava/org/thoughtcrime/securesms/ApplicationContext.java | 422 | new org.thoughtcrime.securesms.registration.v2.AppRegistrationStorageController(this), |
| CRITICAL | …crime/securesms/database/model/KeyTransparencyStore.kt | 26 | val aci = org.signal.core.models.ServiceId.ACI.fromLibSignal(libsignalAci) |
| CRITICAL | …crime/securesms/database/model/KeyTransparencyStore.kt | 31 | val aci = org.signal.core.models.ServiceId.ACI.fromLibSignal(libsignalAci) |
| CRITICAL | …n/java/org/thoughtcrime/securesms/util/WindowUtil.java | 22 | org.signal.core.ui.WindowExtensionsKt.initializeScreenshotSecurity(window); |
| CRITICAL | …rg/thoughtcrime/securesms/mediasend/CameraXFragment.kt | 618 | @androidx.compose.ui.tooling.preview.Preview( |
| CRITICAL | …rg/thoughtcrime/securesms/mediasend/CameraXFragment.kt | 646 | @androidx.compose.ui.tooling.preview.Preview( |
| CRITICAL | …rg/thoughtcrime/securesms/mediasend/CameraXFragment.kt | 674 | @androidx.compose.ui.tooling.preview.Preview( |
| CRITICAL | …rg/thoughtcrime/securesms/mediasend/CameraXFragment.kt | 702 | @androidx.compose.ui.tooling.preview.Preview( |
| CRITICAL | …rg/thoughtcrime/securesms/mediasend/CameraXFragment.kt | 730 | @androidx.compose.ui.tooling.preview.Preview( |
| CRITICAL | …p/internal/backup/InternalBackupPlaygroundViewModel.kt | 272 | statusMessage = "Remote backup exists. ${result.result.mediaCount} media items, using ${result.result.used |
| CRITICAL | …nts/settings/app/chats/folders/ChatFoldersViewModel.kt | 357 | return state.value.currentFolder.folderRecord.name.isEmpty() |
| CRITICAL | …/securesms/components/voice/VoiceNotePlayerCallback.kt | 204 | val currentStreamType = androidx.media3.common.util.Util.getStreamTypeForAudioUsage(player.audioAttributes.usage) |
| CRITICAL | …sms/backup/v2/processor/AccountDataArchiveProcessor.kt | 474 | private fun org.thoughtcrime.securesms.mms.SentMediaQuality.toRemoteSentMediaQuality(): AccountData.SentMediaQuality { |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 42 | Fix for src/foo/Example.java line 5: Replace with new com.google.android.material.dialog.MaterialAlertDialogBuil |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 45 | + new com.google.android.material.dialog.MaterialAlertDialogBuilder(context).show(); |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 81 | Fix for src/foo/Example.java line 5: Replace with new com.google.android.material.dialog.MaterialAlertDialogBuil |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 84 | + AlertDialog.Builder builder = new com.google.android.material.dialog.MaterialAlertDialogBuilder(context) |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 119 | Fix for src/foo/Example.java line 5: Replace with new com.google.android.material.dialog.MaterialAlertDialogBuil |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 122 | + new com.google.android.material.dialog.MaterialAlertDialogBuilder(context).show(); |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 158 | Fix for src/foo/Example.java line 5: Replace with new com.google.android.material.dialog.MaterialAlertDialogBuil |
| CRITICAL | …java/org/signal/lint/AlertDialogBuilderDetectorTest.kt | 161 | + AlertDialog.Builder builder = new com.google.android.material.dialog.MaterialAlertDialogBuilder(context) |
| CRITICAL | …/src/test/java/org/signal/lint/CardViewDetectorTest.kt | 42 | Fix for src/foo/Example.java line 5: Replace with new com.google.android.material.card.MaterialCardView(cont |
| CRITICAL | …/src/test/java/org/signal/lint/CardViewDetectorTest.kt | 45 | + new com.google.android.material.card.MaterialCardView(context); |
| CRITICAL | …/src/test/java/org/signal/lint/CardViewDetectorTest.kt | 81 | Fix for src/foo/Example.java line 5: Replace with new com.google.android.material.card.MaterialCardView(context) |
| CRITICAL | …/src/test/java/org/signal/lint/CardViewDetectorTest.kt | 84 | + CardView cardView = new com.google.android.material.card.MaterialCardView(context) |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 41 | Fix for src/foo/Example.java line 4: Replace with org.signal.core.util.logging.Log.d(TAG, "Hello World"): |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 44 | + org.signal.core.util.logging.Log.d(TAG, "Hello World"); |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 77 | Fix for src/foo/Example.java line 4: Replace with org.signal.core.util.logging.Log.d(TAG, "Hello"): |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 80 | + org.signal.core.util.logging.Log.d(TAG, "Hello"); |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 115 | Fix for src/foo/Example.kt line 5: Replace with org.signal.core.util.logging.Log.d(TAG, "Hello World"): |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 118 | + org.signal.core.util.logging.Log.d(TAG, "Hello World") |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 150 | Fix for src/foo/test.kt line 3: Replace with org.signal.core.util.logging.Log.d(TAG, "Hello World"): |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 153 | + org.signal.core.util.logging.Log.d(TAG, "Hello World") |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 186 | Fix for src/foo/Example.java line 4: Replace with org.signal.core.util.logging.Log.d(TAG, ""): |
| CRITICAL | …t/java/org/signal/lint/SystemOutPrintLnDetectorTest.kt | 189 | + org.signal.core.util.logging.Log.d(TAG, ""); |
| CRITICAL | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 43 | Fix for src/foo/Example.java line 5: Replace with org.signal.core.util.logging.Log.d("TAG", "msg"): |
| CRITICAL | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 46 | + org.signal.core.util.logging.Log.d("TAG", "msg"); |
| CRITICAL | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 82 | Fix for src/foo/Example.java line 5: Replace with org.signal.core.util.logging.Log.d("TAG", "msg"): |
| CRITICAL | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 85 | + org.signal.core.util.logging.Log.d("TAG", "msg"); |
| CRITICAL | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 286 | Fix for src/foo/Example.java line 5: Replace with org.signal.core.util.logging.Log.d("TAG", "msg"): |
| CRITICAL | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 289 | + org.signal.core.util.logging.Log.d("TAG", "msg"); |
| CRITICAL | …/main/java/org/signal/lint/SystemOutPrintLnDetector.kt | 63 | val fixSource = "org.signal.core.util.logging.Log.d(TAG, $message)" |
| CRITICAL | …alservice/api/messages/EnvelopeContentValidatorTest.kt | 235 | syncMessage = org.whispersystems.signalservice.internal.push.SyncMessage() |
| CRITICAL | …ing/src/main/java/org/signal/billing/BillingApiImpl.kt | 184 | org.signal.core.util.billing.BillingResponseCode.fromBillingLibraryResponseCode(billingClient.isFeatureSupported |
| CRITICAL | …ing/src/main/java/org/signal/billing/BillingApiImpl.kt | 188 | org.signal.core.util.billing.BillingResponseCode.fromBillingLibraryResponseCode(e.billingResponseCode) |
| 1 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …/migration/V242_MessageFullTextSearchEmojiSupportV2.kt | 0 | create trigger message_ai after insert on message begin insert into message_fts(rowid, body, thread_id) values (new._id, |
| HIGH | …rs/migration/V239_MessageFullTextSearchEmojiSupport.kt | 0 | create trigger message_ai after insert on message begin insert into message_fts(rowid, body, thread_id) values (new._id, |
| HIGH | …tabase/helpers/migration/V175_FixFullTextSearchLink.kt | 0 | create trigger message_ai after insert on message begin insert into message_fts(rowid, body, thread_id) values (new._id, |
| HIGH | …esms/database/helpers/migration/V265_FixFtsTriggers.kt | 0 | create trigger message_ai after insert on message begin insert into message_fts(rowid, body, thread_id) values (new._id, |
| HIGH | …/migration/V242_MessageFullTextSearchEmojiSupportV2.kt | 0 | create trigger message_au after update on message begin insert into message_fts(message_fts, rowid, body, thread_id) val |
| HIGH | …rs/migration/V239_MessageFullTextSearchEmojiSupport.kt | 0 | create trigger message_au after update on message begin insert into message_fts(message_fts, rowid, body, thread_id) val |
| HIGH | …tabase/helpers/migration/V175_FixFullTextSearchLink.kt | 0 | create trigger message_au after update on message begin insert into message_fts(message_fts, rowid, body, thread_id) val |
| HIGH | …esms/database/helpers/migration/V265_FixFtsTriggers.kt | 0 | create trigger message_au after update on message begin insert into message_fts(message_fts, rowid, body, thread_id) val |
| HIGH | …189_CreateCallLinkTableColumnsAndRebuildFKReference.kt | 0 | insert into call_tmp select _id, call_id, message_id, peer, null as call_link, type, direction, event, timestamp, ringer |
| HIGH | …abase/helpers/migration/V183_CallLinkTableMigration.kt | 0 | insert into call_tmp select _id, call_id, message_id, peer, null as call_link, type, direction, event, timestamp, ringer |
| HIGH | …elpers/migration/V184_CallLinkReplaceIndexMigration.kt | 0 | insert into call_tmp select _id, call_id, message_id, peer, null as call_link, type, direction, event, timestamp, ringer |
| HIGH | …ms/database/helpers/migration/V149_LegacyMigrations.kt | 0 | delete from reaction where (is_mms = 0 and message_id not in (select _id from sms)) or (is_mms = 1 and message_id not in |
| HIGH | …ms/database/helpers/migration/V149_LegacyMigrations.kt | 0 | delete from reaction where (is_mms = 0 and message_id not in (select _id from sms)) or (is_mms = 1 and message_id not in |
| HIGH | …ase/helpers/migration/V167_RecreateReactionTriggers.kt | 0 | delete from reaction where (is_mms = 0 and message_id not in (select _id from sms)) or (is_mms = 1 and message_id not in |
| HIGH | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 0 | fix for src/foo/example.java line 5: replace with org.signal.core.util.logging.log.d("tag", "msg"): @@ -5 +5 - log.d("ta |
| HIGH | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 0 | fix for src/foo/example.java line 5: replace with org.signal.core.util.logging.log.d("tag", "msg"): @@ -5 +5 - log.d("ta |
| HIGH | …src/test/java/org/signal/lint/SignalLogDetectorTest.kt | 0 | fix for src/foo/example.java line 5: replace with org.signal.core.util.logging.log.d("tag", "msg"): @@ -5 +5 - log.d("ta |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lefthook.yml | 1 | # Lefthook git hooks configuration |
| LOW | demo/apng/src/main/java/org/signal/apng/DemoActivity.kt | 41 | // filename = "test00.png", |
| LOW | …me/securesms/conversation/ConversationItemPreviewer.kt | 41 | insertFailedMediaMessage(other = other, attachmentCount = 2) |
| LOW | …/org/thoughtcrime/securesms/database/RecipientTable.kt | 4941 | internal object Capabilities { |
| LOW | …ase/helpers/migration/V191_UniqueMessageMigrationV2.kt | 81 | // Now that we've corrected data that we know we want to preserve, the rest should all be duplicates that we can saf |
| LOW | …ings/conversation/InternalConversationSettingsState.kt | 101 | // Left as an example in case we add one in the future |
| LOW | …oughtcrime/securesms/giph/ui/AspectRatioImageView.java | 41 | this(context, null); |
| LOW | …g/thoughtcrime/securesms/fonts/FontTypefaceProvider.kt | 21 | // val typeface = cachedTypeface |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1081 | |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1101 | # Neither the name of Google Inc. nor the names of its |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1121 | # listed below with further processing for compound word breaking. The |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1141 | # * modification, are permitted provided that the following conditions |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1161 | # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1181 | # * the documentation and/or other materials provided with the |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1201 | # |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1221 | # software, including all implied warranties of merchantability and |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1241 | # NO WARRANTY |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1261 | # officers and other employees shall be held liable for any and all |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1281 | # |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1301 | # All rights reserved. |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1321 | # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1341 | # modification, are permitted provided that the following conditions |
| LOW | build-logic/plugins/src/main/java/Licenses.kt | 1381 | # that is in the public domain, and is intended to remain in the |
| LOW | …rime/securesms/video/videoconverter/OutputSurface.java | 101 | // at the Java level, so if we don't either then the object can get GCed, which |
| LOW | …me/securesms/video/videoconverter/muxer/Mp4Writer.java | 321 | // ---------------------------------------------------------------------- |
| LOW | …lservice/internal/websocket/LibSignalChatConnection.kt | 81 | // that have responses embedded within them. |
| LOW | …systems/signalservice/api/svr/SecureValueRecoveryV3.kt | 81 | * There's no concept of "deleting" data with SVR3. |
| LOW | …systems/signalservice/api/svr/SecureValueRecoveryV3.kt | 101 | // when (val cause = e.cause) { |
| LOW | …systems/signalservice/api/svr/SecureValueRecoveryV3.kt | 141 | // val masterKey = MasterKey(result.value) |
| LOW | …systems/signalservice/api/svr/SecureValueRecoveryV3.kt | 181 | // } catch (e: Exception) { |
| LOW | …systems/signalservice/api/svr/SecureValueRecoveryV3.kt | 201 | // } catch (e: CancellationException) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ms/phonenumbers/PhoneNumberVisualTransformationTest.kt | 14 | val expected = "555-0123" |
| LOW | …n/res/layout/conversation_item_received_multimedia.xml | 234 | tools:text="Mango pickle lorem ipsum" /> |
| LOW | …/main/res/layout/conversation_item_sent_multimedia.xml | 173 | tools:text="Mango pickle lorem ipsum" /> |
| LOW | …res/layout/v2_conversation_item_text_only_outgoing.xml | 66 | tools:text="Mango pickle lorem ipsum" /> |
| LOW | …in/res/layout/conversation_item_received_text_only.xml | 148 | tools:text="Mango pickle lorem ipsum" /> |
| LOW | …c/main/res/layout/conversation_item_sent_text_only.xml | 65 | tools:text="Mango pickle lorem ipsum" /> |
| LOW | …p/src/main/res/layout/v2_media_gallery_folder_item.xml | 50 | tools:text="Lorem ipsum dolor sit amet" /> |
| LOW | …p/src/main/res/layout/v2_media_gallery_folder_item.xml | 50 | tools:text="Lorem ipsum dolor sit amet" /> |
| LOW | …uresms/components/settings/app/help/LicenseFragment.kt | 78 | LicenseScreen(listOf("Lorem ipsum", "Delor")) |
| LOW | …g/thoughtcrime/securesms/nicknames/NicknameActivity.kt | 195 | note = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temor incididunt ut labore et do |
| LOW | …g/thoughtcrime/securesms/nicknames/NicknameActivity.kt | 195 | note = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temor incididunt ut labore et do |
| LOW | …/org/thoughtcrime/securesms/nicknames/ViewNoteSheet.kt | 110 | note = "Lorem ipsum dolor sit amet\n\nWebsite: https://example.com" |
| LOW | …/org/thoughtcrime/securesms/nicknames/ViewNoteSheet.kt | 110 | note = "Lorem ipsum dolor sit amet\n\nWebsite: https://example.com" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | build-logic/plugins/src/main/java/Licenses.kt | 1299 | # ---------------------------------------------------------------------- |
| MEDIUM | build-logic/plugins/src/main/java/Licenses.kt | 1324 | # -------------------------------------------------------------------------- |
| MEDIUM | build-logic/plugins/src/main/java/Licenses.kt | 1336 | # -------------------------------------------------------------------------- |
| MEDIUM | build-logic/plugins/src/main/java/Licenses.kt | 1366 | # -------------------------------------------------------------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/org/thoughtcrime/securesms/database/MessageTypes.java | 13 | * Note: We technically could use up to 64 bits, but {@link #TOTAL_MASK} is currently just set to |
| MEDIUM | …in/java/org/thoughtcrime/securesms/main/MainToolbar.kt | 517 | // TODO [alex] - Add proper icon (cannot utilize layer-list) |
| MEDIUM | …rime/securesms/conversation/v2/ConversationActivity.kt | 110 | // Note: We utilize this instead of 'replaceFragment' because there seems to be a bug |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ime/securesms/conversation/ConversationUpdateItem.java | 340 | private final class GroupDataManager { |
| LOW | lib/spinner/src/main/assets/js/tooltips.js | 19 | function initializeRecipientTooltips() { |
| LOW | lib/spinner/src/main/assets/js/tooltips.js | 232 | function initializeMessageTooltips() { |
| LOW | …ems/signalservice/internal/push/PushServiceSocket.java | 2076 | private static class RegistrationSessionResponseHandler implements ResponseCodeHandler { |
| LOW | …ems/signalservice/internal/push/PushServiceSocket.java | 2120 | private static class RequestVerificationCodeResponseHandler implements ResponseCodeHandler { |
| LOW | …ems/signalservice/internal/push/PushServiceSocket.java | 2173 | private static class PatchRegistrationSessionResponseHandler implements ResponseCodeHandler { |
| LOW | …ems/signalservice/internal/push/PushServiceSocket.java | 2205 | private static class SubmitVerificationCodeResponseHandler implements ResponseCodeHandler { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …thoughtcrime/securesms/util/SnapToTopDataObserver.java | 61 | * different callbacks. Don't forget to call `submit()`! |
| LOW | …ghtcrime/securesms/compose/FragmentBackPressedState.kt | 62 | * Don't forget to call [FragmentBackPressedState.attach]! |
| MEDIUM | …systems/signalservice/api/websocket/SignalWebSocket.kt | 397 | * Concerning the requested batch size, it's worth noting that this is simply an upper bound. This method will |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/helpers/migration/V312_RefactorNameCollisionTables.kt | 20 | // Step 1: Create the new thread linking table |
| LOW | …/helpers/migration/V312_RefactorNameCollisionTables.kt | 33 | // Step 2: Populate thread links from existing collision data |
| LOW | …/helpers/migration/V312_RefactorNameCollisionTables.kt | 42 | // Step 3: Recreate name_collision without thread_id and dismissed columns |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | build-logic/plugins/src/main/java/Licenses.kt | 1298 | # This file is derived from the above dictionary version of Nov 22, 2020 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | reproducible-builds/apkdiff/util.py | 172 | # Check if attr exists in obj2 |
| LOW | reproducible-builds/apkdiff/apkdiff.py | 204 | # Check if package exists in both files |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | reproducible-builds/apkdiff/util.py | 21 | |
| LOW | reproducible-builds/apkdiff/apkdiff.py | 106 | |
| LOW | reproducible-builds/apkdiff/apkdiff.py | 190 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | reproducible-builds/apkdiff/util.py | 191 | except Exception as e: |
| LOW | reproducible-builds/apkdiff/util.py | 194 | except Exception as e: |