{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}},{"id":"D37","name":"Vulnerability-disclosure Policy","shortDescription":{"text":"Vulnerability-disclosure Policy"},"helpUri":"https://codehealth.canine.dev/dimensions/D37","relationships":[{"target":{"id":"CWE-1059","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1059"]}},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}}]}},"results":[{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ChatViewModel: TooManyMethods \u2014 368 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/ViewModels/ChatViewModel.swift"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"2834860f68361ca7adcc199c144a8a3d9784f0e6e3163b24176ea1ab2880857f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: BLEService: TooManyMethods \u2014 250 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEService.swift"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"d36487d125c29a54d8fb60e1437d1ee66da1010edc85f653353fbc524f10deed"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: BLE/BLEService.swift: FileTooLong \u2014 4150 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEService.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b71c2d9f113ce7e8258b31f4a7641e6d7c0c199553ca4fc8f2b4f1170fc1ebd9"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: ViewModels/ChatMediaTransferCoordinator.swift: FileTooLong \u2014 1301 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/ViewModels/ChatMediaTransferCoordinator.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"73e3e8a9077e245c3a4fb6bae8c77f82abe43f6516ebb6a5137cf74f8607ed22"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: ViewModels/ChatViewModel.swift: FileTooLong \u2014 1293 significant lines (blank, comment-only and punctuation-only lines excluded), about 93% of them inside a single declaration: ChatViewModel (125-2341). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/ViewModels/ChatViewModel.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"915fe390c6342eb9613427852d024d917169be5cd7406c739ada66f99ea02509"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Nostr/NostrRelayManager.swift: FileTooLong \u2014 1148 significant lines (blank, comment-only and punctuation-only lines excluded), about 77% of them inside a single declaration: NostrRelayManager (131-1652). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Nostr/NostrRelayManager.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e0444fdfbff97ce90bea4b29b33bed8e43dc3741770cf21bb5b28e082f92e09"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: NostrRelayManager: TooManyMethods \u2014 57 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Nostr/NostrRelayManager.swift"},"region":{"startLine":130}}}],"partialFingerprints":{"codehealthFindingId/v1":"2860f8166e57f02ecdc5e8d9c89b548cb836bbae2a9dd9e0f66d3237337bb9b3"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Noise/NoiseSessionManager.swift: FileTooLong \u2014 856 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: NoiseSessionManager (48-1290). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Noise/NoiseSessionManager.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb4ff14b9229ee886a5f9d51d2f4e4efd27757d6911d324605b4f8186ba7adab"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: NoiseEncryptionService: TooManyMethods \u2014 49 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/NoiseEncryptionService.swift"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"86176df19084afbabd0596a79bcc7ddedb9a88ec26759e3ceae187100239bd16"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ChatMediaTransferCoordinator: TooManyMethods \u2014 47 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/ViewModels/ChatMediaTransferCoordinator.swift"},"region":{"startLine":492}}}],"partialFingerprints":{"codehealthFindingId/v1":"908b890937f7be5ee90863839e8dd46ddd6f4d8c4e5f8d8086e1b62206c8f776"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: BLE/BLEPrivateMediaReceiptStore.swift: FileTooLong \u2014 759 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: BLEPrivateMediaReceiptStore (27-1143). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEPrivateMediaReceiptStore.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"789c52283cf5ad786b329678cc9aa39e53ef0dd3ffcbffb214816e53b2e5eb10"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SecureIdentityStateManager: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Identity/SecureIdentityStateManager.swift"},"region":{"startLine":156}}}],"partialFingerprints":{"codehealthFindingId/v1":"ccaa0bae9d065b32a97a28488756af8b45ffb0fd61352df6b3b8e89508e0ae79"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Courier/MessageOutboxStore.swift: FileTooLong \u2014 627 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: MessageOutboxStore (25-898). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/Courier/MessageOutboxStore.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"367de62dd659b9d27c183039452cc61c1b70653130e4939e8b5d835cbf41131d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: NoiseSessionManager: TooManyMethods \u2014 37 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Noise/NoiseSessionManager.swift"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"e8e3ce883beb5695ca22a28b0fff7e2fb54fbf617d1d098c910609713f818c25"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Views/AppInfoView.swift: FileTooLong \u2014 602 significant lines (blank, comment-only and punctuation-only lines excluded), about 91% of them inside a single declaration: AppInfoView (7-844). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Views/AppInfoView.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c1e57398fff3c36244815532d810cb8eecb6f28709180474cab61afec712ebe"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Services/KeychainManager.swift: FileTooLong \u2014 596 significant lines (blank, comment-only and punctuation-only lines excluded), about 94% of them inside a single declaration: KeychainManager (62-962). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/KeychainManager.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"74fd5e5dfbcfe5e09a9cff4d6e6ed4cfbb0ac851150b267d6fdbfdda3359d05b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Services/NoiseEncryptionService.swift: FileTooLong \u2014 594 significant lines (blank, comment-only and punctuation-only lines excluded), about 84% of them inside a single declaration: NoiseEncryptionService (153-1101). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/NoiseEncryptionService.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"dbcff10c8dd0b10d8ff185e2e39adb05f0b9d3e61ff697afb59a83d84dbba6f0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: ViewModels/ChatPrivateConversationCoordinator.swift: FileTooLong \u2014 561 significant lines (blank, comment-only and punctuation-only lines excluded), about 78% of them inside a single declaration: ChatPrivateConversationCoordinator (237-935). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/ViewModels/ChatPrivateConversationCoordinator.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"04a64a6e1b0e8f10ce1f3d5cad3755d260894104c77a11ba2d80edc3d64bb3fe"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: BLE/BLEIncomingFileStore.swift: FileTooLong \u2014 560 significant lines (blank, comment-only and punctuation-only lines excluded), about 89% of them inside a single declaration: BLEIncomingFileStore (96-876). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEIncomingFileStore.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c11f097e80ee5281bae270cb90398a66306164162dd44ed3fa5470ab0b42736b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Noise/NoiseProtocol.swift: FileTooLong \u2014 558 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Noise/NoiseProtocol.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"749db3d2d121805f92c8e504e46580b6e0325043202a535ec219aa43e0e2a5b5"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Nostr/NostrProtocol.swift: FileTooLong \u2014 558 significant lines (blank, comment-only and punctuation-only lines excluded), about 81% of them inside a single declaration: NostrProtocol (18-768). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Nostr/NostrProtocol.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"bf33f827b9f0c75b10300bb8bec634972d21639d1ba29fe5f841f0a48c46b436"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Views/NoticesView.swift: FileTooLong \u2014 551 significant lines (blank, comment-only and punctuation-only lines excluded), about 67% of them inside a single declaration: NoticesView (18-567). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Views/NoticesView.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"bcb219854865cdfcf65a866a5c9e74e7baa549deb9406aa7080254ce5a5248da"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ConversationUIModel: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/App/ConversationUIModel.swift"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"68a0f73049be7891878ff0feb71fbb27fafcaf01fb1a88da58e19c75ee4bfbf7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ConversationStore: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/App/ConversationStore.swift"},"region":{"startLine":332}}}],"partialFingerprints":{"codehealthFindingId/v1":"08b2b375f21fd5f2da9015a72f09ed27776f3930a491ffccff625275d1462f59"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: BLEPrivateMediaReceiptStore: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEPrivateMediaReceiptStore.swift"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"077b53a2510b454693f5a996c41bb75f8f353d88fa51b2f1b6e21c7786cf0562"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: NostrTransport: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/NostrTransport.swift"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5dd9e12b8181140d85bcb2a1561e7244e6c9a457de0d6041441119a8ca8335f"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Views/ContentSheetViews.swift: FileTooLong \u2014 509 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Views/ContentSheetViews.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5510f246634817cf5b8577a6aa977deacd8b2e7c77fb277af9a7450cb5aa2b12"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 47 significant file(s) lose their only recent owner: bitchat/ViewModels/ChatPrivateConversationCoordinator.swift, bitchat/App/ConversationStore.swift, bitchat/Services/TransportConfig.swift, bitchat/Services/BLE/BLEFileTransferHandler.swift, bitchat/ViewModels/ChatTransportEventCoordinator.swift, bitchat/Services/BLE/BLENoisePacketHandler.swift, localPackages/Arti/Sources/TorManager.swift, bitchat/ViewModels/ChatVerificationCoordinator.swift (\u002B39 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"736fed980a114a3c18e4c9ebf7cd3e45aea4348000aec073d691165400f3b964"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 1 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (49 single-owned of 225 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (2 file(s)) \u2014 spread or document their files in the same way, at lower priority than the named off-boarding risks above."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"6dc36d526d558956de0f1673dc8b59b1ca5e90fb49c114a846da8b88176dc301"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d333565f8410d5fc2e3f490d29a8393449dbb38776e25918b8477df9639e8c74"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"74e6d71c88f2358a1228f1be4a5a543cdc88e6c83a99fa4667ae7ede133a7ab8"},"taxa":[{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1480114a18648420d983e4d1f650c479255315939e69b5cbdfde0b30a1457dcc"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8639c42d4c2bcd60705d953a65b3650a625703438f247e367b5a7b16d87366b5"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3e433e969412014a486b814f023b8d0dbc4bfb074e7f88c401e3ca7b02032cff"},"taxa":[{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e8c5a2cb4faacd9d0274d0cf2ccceb58798f8b47f44b03a3e8db54e861d06b43"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3bf21fdec50fe805552a1aa9da04d811805dfcf326e6d155039a26c158830047"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 6 of 225 analysed file(s) have no living knowledge left \u2014 their last meaningful change has decayed away, so if one breaks, no one currently understands it (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each \u2014 largest first: localPackages/BitFoundation/Sources/BitFoundation/BinaryProtocol.swift, localPackages/BitFoundation/Sources/BitFoundation/BinaryEncodingUtils.swift, bitchat/Views/Image Viewers/ImagePreviewView.swift (and 3 more). Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: ContentView.swift \u2194 ShareViewController.swift: \u0060bitchat/Views/ContentView.swift\u0060 (context bitchat) and \u0060bitchatShareExtension/ShareViewController.swift\u0060 (context bitchatShareExtension) sit in DIFFERENT parts of the tree yet change together 61% of the time (11 of the 18 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Views/ContentView.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"38fe8d40f6686c81383323659b970aaa2429c9356f80f4d33c8621cae2dd0cbd"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: ChatViewModel.swift \u2194 ShareViewController.swift: \u0060bitchat/ViewModels/ChatViewModel.swift\u0060 (context bitchat) and \u0060bitchatShareExtension/ShareViewController.swift\u0060 (context bitchatShareExtension) sit in DIFFERENT parts of the tree yet change together 56% of the time (10 of the 18 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/ViewModels/ChatViewModel.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"525d051d59f1d3618907993a98bc58f13fd3bdbd96c41f85633ca2c5b76e8e92"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: BitchatApp.swift \u2194 ShareViewController.swift: \u0060bitchat/BitchatApp.swift\u0060 (context bitchat) and \u0060bitchatShareExtension/ShareViewController.swift\u0060 (context bitchatShareExtension) sit in DIFFERENT parts of the tree yet change together 56% of the time (10 of the 18 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/BitchatApp.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3ab4523d03731ca810d5512b71efa1842caf4da86d4afcb0481c64705081c3c"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: BLEService.swift \u2194 RelayController.swift: \u0060bitchat/Services/BLE/BLEService.swift\u0060 and \u0060bitchat/Services/RelayController.swift\u0060 change together 91% of the time (10 of the 11 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEService.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b53170fd61ccac12c7db6228463418835767be54b46ba4e29fa875ae19488c1f"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: BLEOutboundPacketPolicy.swift \u2194 SyncTypeFlags.swift: \u0060bitchat/Services/BLE/BLEOutboundPacketPolicy.swift\u0060 and \u0060bitchat/Sync/SyncTypeFlags.swift\u0060 change together 80% of the time (8 of the 10 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEOutboundPacketPolicy.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6089a03dfdf69a19a5691f4c7338b6696cf7c30c38de680b5a50865bfd1200de"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: BLEService.swift \u2194 SyncTypeFlags.swift: \u0060bitchat/Services/BLE/BLEService.swift\u0060 and \u0060bitchat/Sync/SyncTypeFlags.swift\u0060 change together 75% of the time (9 of the 12 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEService.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1cbda5feea46450336acca716b38edec70c704dc55459be0fadc9b6959a1e9d0"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: LocationChannel.swift \u2194 ContentView.swift: \u0060bitchat/Protocols/LocationChannel.swift\u0060 and \u0060bitchat/Views/ContentView.swift\u0060 change together 70% of the time (7 of the 10 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Protocols/LocationChannel.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"34ac785527d1066c125ac6c3a5fcc5d7f739d0fbd2de046e3c7b6a86af2436c6"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: NoiseSession.swift \u2194 NoiseEncryptionService.swift: \u0060bitchat/Noise/NoiseSession.swift\u0060 and \u0060bitchat/Services/NoiseEncryptionService.swift\u0060 change together 64% of the time (18 of the 28 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Noise/NoiseSession.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5dacd7968e9d5f87483bec2c440f3248a3ca244339a6fb6b3c8997f61d37def"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: TextMessageView.swift \u2194 MediaMessageView.swift: \u0060bitchat/Views/Components/TextMessageView.swift\u0060 and \u0060bitchat/Views/Media/MediaMessageView.swift\u0060 change together 64% of the time (9 of the 14 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Views/Components/TextMessageView.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"00480cd68d78d5a5fbf24a6d90116562830bdcee93c789c29e8e273858a82e78"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: BLEService.swift \u2194 UnifiedPeerService.swift: \u0060bitchat/Services/BLE/BLEService.swift\u0060 and \u0060bitchat/Services/UnifiedPeerService.swift\u0060 change together 63% of the time (17 of the 27 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in different directories, but in this ecosystem the namespace is declared in the FILE, not by the folder \u2014 so the two may well share one namespace and reference each other with no import for this pass to see. Read the pair before acting: if one derives from or overrides the other, the dependency is explicit in the type declaration and the co-change is definitional; if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE and the thing to add is a comment saying so; if they simply belong together, co-locate them; if none of these holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bitchat/Services/BLE/BLEService.swift"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"19653cdc5fa2c3c0c3c5752e43db106b3e5f4c65205f7851a03c91c9c50b17b6"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0752d0df7434000fcabf1048e2de30a7a1a8b982b3db9a19898c4dec199856b4"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"de08d820f8d194aa6193ccbf23a70cba038a657116a6f98613c52c2001fbd16f"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3e209d4a3056508670c3c75b08e3ab9548625af2bb860b37e41f743d85aff013"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d3b4267a7b89fdf61076096ede1ab9eb26b5bc3013e9b8eebc10dd475350a21b"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c530ba3c6b68d8468a81c5d47a712d73d3bbe35d20bc76773a447148b59b6859"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8a56b07b5ffedaf52c04fa75e326e063a487a5f5ebdcf2a452163672cd468b6e"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"884c80eba76266b7a454e7272031c5de4c717469b33ded70541afd0dc1c45975"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4efe40dbe0ec71a11c09d704802d622d5799463522fd3556fe5d27d859f69a21"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d2e806e698415daa1ce7736cb6e92d64e78cd2aa6eee2cc086c64c9ae1791e89"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8197a368fcc91af0d74acee85f02c064321d69ffd04e6adfa480a758d31adfcb"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7c5898a2a4f4de6f4e4061af23b0086374adea9a7f855cd536dcc978fcda6696"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"32e73b10f456a29763ba772f4bee68e81af592d078066dada7db0ecb29573238"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"33884b3b988f34d6820c911730e547224732bcda1388485607c90ab64123d0e8"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"836312cd61431290ca973d12d9b05d88751a1bc78af9c502edd6af8de65d0ef0"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"349a1ffe878554226f97507f3a23670eafc302238138a8890590ca54b7e38ceb"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1059","guid":"a2381a08-60f6-9554-a8b8-f3018cfaaca5","name":"Insufficient Technical Documentation","shortDescription":{"text":"Insufficient Technical Documentation"},"helpUri":"https://cwe.mitre.org/data/definitions/1059.html"},{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":25,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}