{"$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":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"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":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"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"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"OldRoundedBitmapDisplayer.roundCorners (cyclomatic 17): OldRoundedBitmapDisplayer.roundCorners has cyclomatic complexity 17 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"sample/src/main/java/com/nostra13/universalimageloader/sample/ext/OldRoundedBitmapDisplayer.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc76d456502967051f26fc8205adffd0b64d42ea5f29f5deb8ad482a53fb5146"}},{"ruleId":"D2","level":"warning","message":{"text":"DiskLruCache.completeEdit (cognitive 24): DiskLruCache.completeEdit has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 3, boolean chains 2 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache.java"},"region":{"startLine":534}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb83aee43f41ea3713faaf504420a5a582af0521c6158cf4c6b6c43076c4dfd7"}},{"ruleId":"D2","level":"warning","message":{"text":"ImageLoader.displayImage (cognitive 24): ImageLoader.displayImage has cognitive complexity 24 (threshold 15). Drivers by points: if/else 23, boolean chains 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/ImageLoader.java"},"region":{"startLine":234}}}],"partialFingerprints":{"codehealthFindingId/v1":"5730d40bb807e3a59178ce20dd73ab4e2eb4eac82010df3801bae64022d390d3"}},{"ruleId":"D2","level":"warning","message":{"text":"LoadAndDisplayImageTask.run (cognitive 21): LoadAndDisplayImageTask.run has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, boolean chains 3, error handling 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"c29aa4fd51483a865baac8ff7df1cabf93a9957ad0580af43a4a79aee563663d"}},{"ruleId":"D2","level":"warning","message":{"text":"StrictLineReader.readLine (cognitive 19): StrictLineReader.readLine has cognitive complexity 19 (threshold 15). Drivers by points: if/else 11, loops 4, ternaries 3, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/cache/disc/impl/ext/StrictLineReader.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"11d25d5aaabd75d130ded97fdf2c1383bbedab2bc070c49db562e7a9f02802a4"}},{"ruleId":"D2","level":"warning","message":{"text":"LoadAndDisplayImageTask.tryLoadBitmap (cognitive 18): LoadAndDisplayImageTask.tryLoadBitmap has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, error handling 5, boolean chains 4 (nesting depth added 4). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java"},"region":{"startLine":214}}}],"partialFingerprints":{"codehealthFindingId/v1":"22d47c68f12a5df7dc195e4dfab7b0fc5e49f61958a3a4b062b71b1427cd62af"}},{"ruleId":"D2","level":"warning","message":{"text":"ImageSizeUtils.computeImageSampleSize (cognitive 16): ImageSizeUtils.computeImageSampleSize has cognitive complexity 16 (threshold 15). Drivers by points: if/else 7, loops 6, boolean chains 2, match/switch 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/utils/ImageSizeUtils.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"254479c3beac6e159065980d4bb876686df413be6353b4de34985271caccc207"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LinkedBlockingDeque: TooManyMethods \u2014 56 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":"library/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9f132b06d10dec06d737323eef536767d121d31823b5d59ece51f134f28aa4d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ImageLoader: TooManyMethods \u2014 44 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":"library/src/main/java/com/nostra13/universalimageloader/core/ImageLoader.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"54bd6a417dcec9253a4c8b0d8e5466bda0aa92eadeb91bc35bf84215687a0590"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: deque/LinkedBlockingDeque.java: FileTooLong \u2014 524 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: LinkedBlockingDeque (46-1197). 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":"library/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"74ce272e49d3a4e6456e6d2f993ad878d78d847bb7d23e03fddc81b1706af00e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: ext/DiskLruCache.java: FileTooLong \u2014 508 significant lines (blank, comment-only and punctuation-only lines excluded), about 95% of them inside a single declaration: DiskLruCache (87-974). 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":"library/src/main/java/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1564311a5321b18fad86dbd58e637f1d016c6dc5ee714962d945f757dd194381"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): sample/src/main/java/com/nostra13/universalimageloader/sample/fragment/ImageGalleryFragment.java:77-86 | sample/src/main/java/com/nostra13/universalimageloader/sample/fragment/ImageGridFragment.java:68-77 | sample/src/main/java/com/nostra13/universalimageloader/sample/fragment/ImageListFragment.java:82-91 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"sample/src/main/java/com/nostra13/universalimageloader/sample/fragment/ImageGalleryFragment.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"97fb302aa063baef0d5481993fc8d0d9a1c5cdaeb3dd0a4c79d7b326ea1c72fa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): library/src/main/java/com/nostra13/universalimageloader/core/DisplayImageOptions.java:88-97 | library/src/main/java/com/nostra13/universalimageloader/core/DisplayImageOptions.java:460-469 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/DisplayImageOptions.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ac87b2a758a3a86336d0a4eed7b1e59eb55b360010891d9165d221cf7a62b56"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): library/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java:133-139 | library/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java:152-158 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060library/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java:133\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/utils/StorageUtils.java"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"55ede64d2c08f36a9b26ccbd20504a8a6f06a8656c2b23fb3ca28f347975b9eb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): library/src/main/java/com/nostra13/universalimageloader/core/imageaware/ViewAware.java:87-92 | library/src/main/java/com/nostra13/universalimageloader/core/imageaware/ViewAware.java:111-116 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060library/src/main/java/com/nostra13/universalimageloader/core/imageaware/ViewAware.java:87\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/imageaware/ViewAware.java"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"94679bfb10cf20fd1ef674f7674e937e8a6b5213a4471da0fc778ac63bfec0af"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 4 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"ruleId":"D19","level":"note","message":{"text":"The \u0027Acceptable URIs examples\u0027 section would list acceptable URI formats (file paths, URLs) for loading.: Add a short Acceptable URIs subsection showing an example of loading both file paths and HTTP URLs using UniversalImageLoader."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6125acbe268973a20cef4feff3d2ae81d881e970858624e9c8ca6f8641715677"}},{"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":"1243924b3fa111407a8bd2b63e6cc240e0af2c2d9b33d900fe703b2511deadc4"},"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":"3db905c72e6e2bee5de659ceafd3aa08f0bb656e82db59e6e7181e697c10c594"},"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":"Dormant codebase: 45 of 45 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 45 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/ImageLoader.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6574f19d75c29d9d106e696977ead21d3f28f4cf1e000ea753fa02435670cbd1"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0dec941ecd65a8270ff0f51d1323eba12c5316236616426ea9f50b5818a6c26a"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"library/src/main/java/com/nostra13/universalimageloader/cache/disc/impl/ext/DiskLruCache.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"503b0fb37fa313f719269757b1cea17178bdd8f5b6e82d8b0339816a47447d08"}},{"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":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"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":"9658270ba49f37ed04e99ab1263b6393cd42aed8bdfb7aafd9fa1070f5491895"}}],"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-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-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-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":6,"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."]}]}