{"$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":"D5","name":"Coupling","shortDescription":{"text":"Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D5"},{"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":"D17","name":"Explicit Debt","shortDescription":{"text":"Explicit Debt"},"helpUri":"https://codehealth.canine.dev/dimensions/D17"},{"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":"D24","name":"Comment Value","shortDescription":{"text":"Comment Value"},"helpUri":"https://codehealth.canine.dev/dimensions/D24"},{"id":"D26","name":"Project Cohesion","shortDescription":{"text":"Project Cohesion"},"helpUri":"https://codehealth.canine.dev/dimensions/D26"},{"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":"D3","level":"warning","message":{"text":"TooManyMethods: attr: TooManyMethods \u2014 128 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":"src/Bolero.Html/Html.fs"},"region":{"startLine":872}}}],"partialFingerprints":{"codehealthFindingId/v1":"ccb728f1ce4559aded6494e3fbbf2b5a18c8b1ef9fe6d2e00cbed768204c60ff"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: on: TooManyMethods \u2014 94 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":"src/Bolero.Html/Html.fs"},"region":{"startLine":1452}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d48d7cdf88e80bfd97980f86ffec4a6c39117366e684ccdbf343aec08c0eb76"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: async: TooManyMethods \u2014 92 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":"src/Bolero.Html/Html.fs"},"region":{"startLine":1938}}}],"partialFingerprints":{"codehealthFindingId/v1":"ccb19492bece764fe60afc4cff115885f2717384e88e8ae711d78e2bce666cbd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: task: TooManyMethods \u2014 92 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":"src/Bolero.Html/Html.fs"},"region":{"startLine":2315}}}],"partialFingerprints":{"codehealthFindingId/v1":"e312c570894c6148ab585b30e2a6502e20e9c391b3ce929845ed91b600e2fb8a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Bolero.Html/Html.fs: FileTooLong \u2014 998 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":"src/Bolero.Html/Html.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2869a68262530a130d9e677b8dd35935164f99e143438a604cf617c2a3479a40"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Bolero.Html/Builders.fs: FileTooLong \u2014 716 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":"src/Bolero.Html/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce70fab92db47c09fda8f2470589da1dd99f9602317848ab40d9e3fa4d14f874"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Bolero/Router.fs: FileTooLong \u2014 709 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":"src/Bolero/Router.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"185928ebf403a56f1865e07b01ca1858e8c23920f51bac50f804aeb7a1a49d5e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RouterImpl: TooManyMethods \u2014 33 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":"src/Bolero/Router.fs"},"region":{"startLine":197}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5d2de1a25b329b54bdd6579cafe5b4d7f19b7a2329ba459b7dec31e8df12d75"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Bolero.Html/Builders.fs:357-365 | src/Bolero.Html/Builders.fs:493-501 \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 \u0060src/Bolero.Html/Builders.fs:357\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. 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":"src/Bolero.Html/Builders.fs"},"region":{"startLine":357}}}],"partialFingerprints":{"codehealthFindingId/v1":"1d5730773080fc4d8048888d45461176977c8fe433fbb380754f85573a36978e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Bolero/Router.fs:700-708 | src/Bolero/Router.fs:715-723 \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. 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":"src/Bolero/Router.fs"},"region":{"startLine":700}}}],"partialFingerprints":{"codehealthFindingId/v1":"93ce41d3d0390abc51dfe40ffc6c1704d242dee2f0b7d637e769aae2208bde8e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 8): src/Bolero.Html/Builders.fs:65-72 | src/Bolero.Html/Builders.fs:133-140 | src/Bolero.Html/Builders.fs:248-255 | src/Bolero.Html/Builders.fs:379-386 | src/Bolero.Html/Builders.fs:514-521 | src/Bolero.Html/Builders.fs:609-616 | src/Bolero.Html/Builders.fs:748-755 | src/Bolero.Server/Html.fs:40-47 \u2014 there are 8 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 8 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Bolero.Html/Builders.fs:65\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. 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":"src/Bolero.Html/Builders.fs"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"c58540848187236d462031ba5c2f858c81a55744ecf0965e3f2fa4fe11cec5f1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 4): src/Bolero.Html/Builders.fs:204-211 | src/Bolero.Html/Builders.fs:212-219 | src/Bolero.Html/Builders.fs:220-227 | src/Bolero.Html/Builders.fs:228-235 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. 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":"src/Bolero.Html/Builders.fs"},"region":{"startLine":204}}}],"partialFingerprints":{"codehealthFindingId/v1":"00f0ac6f9b312ab9bec998cc65e5b7e1936f8ca631977c8cf12841e723367e3b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 4): src/Bolero.Html/Builders.fs:465-472 | src/Bolero.Html/Builders.fs:473-480 | src/Bolero.Html/Builders.fs:481-488 | src/Bolero.Html/Builders.fs:489-496 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":465}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4f8544b83cac7f6a43eaa1d02ba6150a30dd9e163136bcf4c751e544760ae72"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/Bolero.Html/Builders.fs:581-588 | src/Bolero.Html/Builders.fs:708-715 \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 \u0060src/Bolero.Html/Builders.fs:581\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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":581}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f489b5b52b57294de595ec0c28da9a8f006766bcf2490b6be64ca6fec32df3d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 6): src/Bolero.Html/Builders.fs:178-184 | src/Bolero.Html/Builders.fs:293-299 | src/Bolero.Html/Builders.fs:425-431 | src/Bolero.Html/Builders.fs:560-566 | src/Bolero.Html/Builders.fs:655-661 | src/Bolero.Html/Builders.fs:795-801 \u2014 all 6 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":178}}}],"partialFingerprints":{"codehealthFindingId/v1":"323deb15da065cbc613524263bcfdc018835d12af6d600ecbc9c5f4345474bb0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/Bolero.Html/Builders.fs:307-313 | src/Bolero.Html/Builders.fs:439-445 | src/Bolero.Html/Builders.fs:669-675 | src/Bolero.Html/Builders.fs:809-815 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":307}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3f2c2be46f782bdb0c1b9b6528f263a58d77af8bebbe4cd11d4c715f3e94218"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/Bolero.Html/Builders.fs:836-842 | src/Bolero.Html/Builders.fs:843-849 | src/Bolero.Html/Builders.fs:850-856 | src/Bolero.Html/Builders.fs:857-863 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":836}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2dcd6414e57bc5a126c6eaf6de5cad84fd5ce4695448b6b00a614e2821f79d4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): src/Bolero.Html/Builders.fs:257-263 | src/Bolero.Html/Builders.fs:523-529 | src/Bolero.Html/Builders.fs:618-624 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Bolero.Html/Builders.fs:257\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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":257}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5e632842b7601c66fa792f9584d5a5c5ac0cdf8b4f51e225ad430cbea9152d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 8): src/Bolero.Html/Builders.fs:99-104 | src/Bolero.Html/Builders.fs:184-189 | src/Bolero.Html/Builders.fs:299-304 | src/Bolero.Html/Builders.fs:431-436 | src/Bolero.Html/Builders.fs:566-571 | src/Bolero.Html/Builders.fs:661-666 | src/Bolero.Html/Builders.fs:801-806 | src/Bolero.Server/Html.fs:83-88 \u2014 there are 8 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 8 sites; resolving a subset leaves the remainder to drift apart. 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":"src/Bolero.Html/Builders.fs"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"40b96f165fb921377403efa3030da12ffe80fc8ab05642fc6ac6f3f97f5340c2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 6): src/Bolero.Html/Builders.fs:126-131 | src/Bolero.Html/Builders.fs:241-246 | src/Bolero.Html/Builders.fs:372-377 | src/Bolero.Html/Builders.fs:507-512 | src/Bolero.Html/Builders.fs:602-607 | src/Bolero.Html/Builders.fs:741-746 \u2014 all 6 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb2ee04c318bd1722d8d556ba3eddf104ecec33687744990e8d141ae6ebbc7c5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 4): src/Bolero.Html/Builders.fs:160-165 | src/Bolero.Html/Builders.fs:406-411 | src/Bolero.Html/Builders.fs:775-781 | src/Bolero.Server/Html.fs:67-72 \u2014 there are 4 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 4 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Bolero.Html/Builders.fs:160\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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Html/Builders.fs"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c49a365a57af2ab154c93af4488686de91e29f03600dd52371e3c6e5189f541"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 3 significant file(s) lose their only recent owner: src/Bolero/Components.fs, src/Bolero/ProgramRun.fs, src/Bolero/Program.fs. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ea62fc3616c87999146e2bfb3bfd65badeb716dc159241bffe77469bcf043048"}},{"ruleId":"D19","level":"note","message":{"text":"The \u0027Contributing\u0027 section links to an issue tracker but does not mention how to set up local development or run tests.: Add a short contribution guide (e.g. fork, pull request template) and link to the test suite."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a9d5eacc501bc1b451e864d275dd66e1b746ebfcd58f1e0911381fbf8fe9424"}},{"ruleId":"D19","level":"warning","message":{"text":"Low XML-doc coverage: Bolero.Build: Bolero.Build: 0 % XML-doc coverage (0/12)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Build/Bolero.Build.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3fa63b468285eafb0ca405305882eb21a4b94bdb1bd94944c5ded5286ebfd561"}},{"ruleId":"D24","level":"note","message":{"text":"redundant comment: \u0022$begin{copyright}\u0022 \u2014 delete - the comment is a macro fragment that restates the license header; no WHY."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Build/BoleroStripFSharpMetadata.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"98a7e72902cbff1213b6bb40f6a6b4b5465b14c1c19bb70e60558a1ccc87956a"}},{"ruleId":"D24","level":"note","message":{"text":"redundant comment: \u0022This file is part of Bolero\u0022 \u2014 delete - it is boilerplate and duplicates the SPDX header. Remove from comments."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Build/BoleroStripFSharpMetadata.cs"},"region":{"startLine":3}}}],"partialFingerprints":{"codehealthFindingId/v1":"2fcbee5125722a846d6b14cb5abd38b4647feb3753643799e099534a08c85288"}},{"ruleId":"D24","level":"note","message":{"text":"redundant comment: \u0022Licensed under the Apache License, Version 2.0 (the \u0022License\u0022); you\u0022 \u2014 delete - the license line already states this; only the trailing \u0027you may\u0027 is a gotcha that needs explanation."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Bolero.Build/BoleroStripFSharpMetadata.cs"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"37770fcdb79ebf3208c9fde89fd3481b21c037f59d8493e46936cc7d369f34f9"}},{"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":"4d621ca81910dd86b411e052daa24cd58341b71794022b0289cabd89c2eca319"},"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":"9fc3e94658fde66f54a084363612ab35e1643b53972beb4ecf17e74ea401845f"},"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":"67fea624ee07b16643c171be8ad92c2c78d917cc96914d9d543cecb69f9de78d"},"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":"765239111e603e432d87630f48b960b61dbd8c39a33044289035206ff6783741"},"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":"1c1641f094ad207b4a7eb08171011a29de0823dbed4280f038bbdccff8b927dd"},"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":"60a566284d6a83336440c9935ea94e33bbdb89d13d27e2c2fe362c5041ac41b9"},"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":"09e8f33493fe980899a1c9e747c76cd62762cd26020824d0134a8a51b121b059"},"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":"eabfab9359df6e45776df5a9982d3d94dfaead46ac7684f9c648b854d60ec0b2"},"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":"25254c97b62b13b7c073eeeb90b462ffec833e325034c0621142898ae58e024f"},"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":"4a939a3da8277efeb2c3c4ad5491a40920231cc98cbe86ec4423048720732ef0"},"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":"fccd4145374dd03f13a04c507774868a18210dcdc8d259d43856b1387e9fe812"},"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":"b77e42fec07929a0116312916167e5f18080b7ce132cecd39fdee14491461028"},"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":"83057fbc18e45c6649ca2126b5fded8eb259744a40f967e54b9738b85402a25e"},"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":"9a203f6faad51e924d32ee233b05560aa2290253532371c6b321b8f8ce71c215"},"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: 21 of 24 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 21 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":"src/Bolero.Html/Html.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"985ade5fdefa94bca35091109f07401ead8ad6c157c64a23ee0ee0c380494e8a"}},{"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":"src/Bolero/Router.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0846656f456b74eb4a9351b5748936e36fd9fad9dd2c6e6699c15b92ff264769"}},{"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":"src/Bolero.Html/Builders.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"108038f884dfc51ecf9a97109e0db7b216a83f85be74df58dd37b75ffa184487"}},{"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":"0e17f71490e4d120a48b2b2881ab866c93b272bef2febb673a3e8e42b2c288ab"}},{"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"}}],"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":18,"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."]}]}