@clear-capabilities/agentic-security-scanner 0.86.0 → 0.118.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/CHANGELOG.md +404 -0
  2. package/dist/178.index.js +1 -1
  3. package/dist/384.index.js +1 -1
  4. package/dist/637.index.js +1 -1
  5. package/dist/838.index.js +1 -1
  6. package/dist/agentic-security.mjs +84 -84
  7. package/dist/agentic-security.mjs.sha256 +1 -1
  8. package/package.json +12 -6
  9. package/src/.agentic-security/dpia.md +26 -0
  10. package/src/.agentic-security/pqc-migration-plan.json +80 -0
  11. package/src/.agentic-security/pqc-migration-plan.md +32 -0
  12. package/src/.agentic-security/sbom-history/0775d96ba4cf814520d02760cfb3010760c7684f.json +6 -0
  13. package/src/.agentic-security/sbom-history/29300441d3460832137a8e51a92b74068cad2f15.json +6 -0
  14. package/src/.agentic-security/sbom-history/3852ad2aa0e50951bed0c930c29d1861aa13d048.json +6 -0
  15. package/src/.agentic-security/sbom-history/3d96e2daec97e3226c9679bac6e64a89ca10bfe9.json +6 -0
  16. package/src/.agentic-security/sbom-history/5f0b136622fce09b469a1a6137c04d5b18652ea4.json +6 -0
  17. package/src/.agentic-security/sbom-history/64e30595d447b62344d0d9200760269df2095332.json +6 -0
  18. package/src/.agentic-security/sbom-history/71f3241902c9e7437764e3caa046ba8a3bcdd32a.json +6 -0
  19. package/src/.agentic-security/sbom-history/99c372cdc33ecc9dde92960b4ffadf7775860e61.json +6 -0
  20. package/src/.agentic-security/sbom-history/9c93b15e8cf3ff2ddb8cdae92371b82e178b463c.json +6 -0
  21. package/src/.agentic-security/sbom-history/a3544abf1863d71776b61302ca74d9ead2b26a9f.json +6 -0
  22. package/src/.agentic-security/sbom-history/dca15abdec43c508aa342db86dc5db8d7f01fbbe.json +6 -0
  23. package/src/.agentic-security/threat-model.json +3702 -0
  24. package/src/.agentic-security/threat-model.md +118 -0
  25. package/src/dataflow/.agentic-security/dpia.md +26 -0
  26. package/src/dataflow/.agentic-security/sbom-history/15d7c4d20f9d968ebec29445c9e9b3fc6f74e6a1.json +6 -0
  27. package/src/dataflow/.agentic-security/sbom-history/3852ad2aa0e50951bed0c930c29d1861aa13d048.json +6 -0
  28. package/src/dataflow/.agentic-security/sbom-history/73166872888d9ddcbe98645af818ecc7d8917b07.json +6 -0
  29. package/src/dataflow/.agentic-security/sbom-history/8869fe64035bec0152d92ece961e9369d8637076.json +6 -0
  30. package/src/dataflow/.agentic-security/sbom-history/9c93b15e8cf3ff2ddb8cdae92371b82e178b463c.json +6 -0
  31. package/src/dataflow/.agentic-security/sbom-history/b7ac2dada4a9216ccfe8969fc57f988c83f46975.json +6 -0
  32. package/src/dataflow/.agentic-security/threat-model.json +161 -0
  33. package/src/dataflow/.agentic-security/threat-model.md +43 -0
  34. package/src/dataflow/CLAUDE.md +17 -5
  35. package/src/dataflow/catalog.js +9 -0
  36. package/src/dataflow/engine.js +30 -4
  37. package/src/dataflow/index.js +8 -0
  38. package/src/dataflow/proof-gate.js +95 -0
  39. package/src/dataflow/summaries.js +44 -5
  40. package/src/engine.js +199 -5
  41. package/src/ir/.agentic-security/dpia.md +26 -0
  42. package/src/ir/.agentic-security/exploit-bundles.json +77 -0
  43. package/src/ir/.agentic-security/sbom-history/73166872888d9ddcbe98645af818ecc7d8917b07.json +6 -0
  44. package/src/ir/.agentic-security/sbom-history/b5f468a158f6a145aedd8680841c106b9809f16b.json +6 -0
  45. package/src/ir/.agentic-security/threat-model.json +143 -0
  46. package/src/ir/.agentic-security/threat-model.md +39 -0
  47. package/src/ir/CLAUDE.md +1 -0
  48. package/src/ir/callgraph.js +12 -1
  49. package/src/ir/tree-sitter-loader.js +108 -0
  50. package/src/posture/.agentic-security/dpia.md +1 -1
  51. package/src/posture/.agentic-security/pqc-migration-plan.json +1 -1
  52. package/src/posture/.agentic-security/pqc-migration-plan.md +1 -1
  53. package/src/posture/.agentic-security/sbom-history/0724c133d2943c87555695b5b2adcfcfc3373a2d.json +6 -0
  54. package/src/posture/.agentic-security/sbom-history/99c372cdc33ecc9dde92960b4ffadf7775860e61.json +6 -0
  55. package/src/posture/.agentic-security/sbom-history/b7ac2dada4a9216ccfe8969fc57f988c83f46975.json +6 -0
  56. package/src/posture/.agentic-security/threat-model.json +3 -3
  57. package/src/posture/.agentic-security/threat-model.md +1 -1
  58. package/src/posture/corpus-status.js +74 -0
  59. package/src/posture/coverage-report.js +113 -0
  60. package/src/posture/holdout-eval.js +57 -0
  61. package/src/posture/router.js +33 -3
  62. package/src/report/.agentic-security/dpia.md +26 -0
  63. package/src/report/.agentic-security/sbom-history/f94be839aa6a1011f53da016416a561698b8f338.json +6 -0
  64. package/src/report/.agentic-security/threat-model.md +1 -1
  65. package/src/report/index.js +17 -0
  66. package/src/sast/.agentic-security/dpia.md +26 -0
  67. package/src/sast/.agentic-security/pqc-migration-plan.json +65 -0
  68. package/src/sast/.agentic-security/pqc-migration-plan.md +30 -0
  69. package/src/sast/.agentic-security/sbom-history/043a7b401c68f5a298c83d4c42e94f118ff2a89a.json +6 -0
  70. package/src/sast/.agentic-security/sbom-history/0775d96ba4cf814520d02760cfb3010760c7684f.json +6 -0
  71. package/src/sast/.agentic-security/sbom-history/20d77ad7363a82777d506dedbbb1ecfed52f094a.json +6 -0
  72. package/src/sast/.agentic-security/sbom-history/29300441d3460832137a8e51a92b74068cad2f15.json +6 -0
  73. package/src/sast/.agentic-security/sbom-history/3852ad2aa0e50951bed0c930c29d1861aa13d048.json +6 -0
  74. package/src/sast/.agentic-security/sbom-history/3c6b3205f04e26f7654943d465281d00e0fa395e.json +6 -0
  75. package/src/sast/.agentic-security/sbom-history/3d96e2daec97e3226c9679bac6e64a89ca10bfe9.json +6 -0
  76. package/src/sast/.agentic-security/sbom-history/5282502e090013219eb006f7e02d8c983bc29c8e.json +6 -0
  77. package/src/sast/.agentic-security/sbom-history/5f0b136622fce09b469a1a6137c04d5b18652ea4.json +6 -0
  78. package/src/sast/.agentic-security/sbom-history/64e30595d447b62344d0d9200760269df2095332.json +6 -0
  79. package/src/sast/.agentic-security/sbom-history/71f3241902c9e7437764e3caa046ba8a3bcdd32a.json +6 -0
  80. package/src/sast/.agentic-security/sbom-history/73514b485d4770f3c5ee57d87338bccd1c61d8b7.json +6 -0
  81. package/src/sast/.agentic-security/sbom-history/96fa584fc3134512237d58aac63d6f3778b0cbcb.json +6 -0
  82. package/src/sast/.agentic-security/sbom-history/99c372cdc33ecc9dde92960b4ffadf7775860e61.json +6 -0
  83. package/src/sast/.agentic-security/sbom-history/a3544abf1863d71776b61302ca74d9ead2b26a9f.json +6 -0
  84. package/src/sast/.agentic-security/sbom-history/a4a34ab8b3d758de2adc8c3dc3e42d4cb0db00a3.json +6 -0
  85. package/src/sast/.agentic-security/sbom-history/ac236ec3602cfc8fb133f389ec3687e409084673.json +6 -0
  86. package/src/sast/.agentic-security/sbom-history/b57b3e1292f1f9f0de6c5a34a436e330c78008a3.json +6 -0
  87. package/src/sast/.agentic-security/sbom-history/dca15abdec43c508aa342db86dc5db8d7f01fbbe.json +6 -0
  88. package/src/sast/.agentic-security/sbom-history/dcbfd4935922dd165093c08a1003c338eed937c5.json +6 -0
  89. package/src/sast/.agentic-security/sbom-history/fa017f725615b0293814344c8ef7dfeb06775ca0.json +6 -0
  90. package/src/sast/.agentic-security/threat-model.json +816 -0
  91. package/src/sast/.agentic-security/threat-model.md +91 -0
  92. package/src/sast/CLAUDE.md +9 -3
  93. package/src/sast/code-injection-multilang.js +117 -0
  94. package/src/sast/crypto-protocol.js +43 -1
  95. package/src/sast/csharp-structural.js +65 -0
  96. package/src/sast/csharp.js +3 -0
  97. package/src/sast/csrf.js +24 -3
  98. package/src/sast/csv-injection.js +84 -0
  99. package/src/sast/frontend-hygiene.js +106 -0
  100. package/src/sast/go-structural.js +60 -0
  101. package/src/sast/java-structural.js +81 -0
  102. package/src/sast/js-framework-structural.js +115 -0
  103. package/src/sast/kotlin.js +72 -0
  104. package/src/sast/ldap-injection.js +73 -17
  105. package/src/sast/open-redirect.js +47 -5
  106. package/src/sast/php.js +35 -0
  107. package/src/sast/python-structural.js +83 -0
  108. package/src/sast/redos-nfa.js +75 -0
  109. package/src/sast/response-splitting.js +48 -19
  110. package/src/sast/ruby.js +38 -0
  111. package/src/sast/secret-concat.js +60 -0
  112. package/src/sast/ssrf-cloud-metadata.js +13 -0
  113. package/src/sast/stored-taint.js +88 -0
  114. package/src/sast/tree-sitter-sinks.js +62 -0
  115. package/src/sast/weak-password-hash.js +28 -0
  116. package/src/sast/weak-randomness.js +46 -5
  117. package/src/sast/wrong-context-sanitizer.js +94 -0
  118. package/src/sast/xpath-injection.js +30 -6
  119. package/src/sast/xss-reflected-multilang.js +116 -0
  120. package/src/sast/xxe.js +67 -0
@@ -0,0 +1,3702 @@
1
+ {
2
+ "entities": [
3
+ {
4
+ "kind": "http-route",
5
+ "id": "route:GET:/api/endpoint",
6
+ "method": "GET",
7
+ "path": "/api/endpoint",
8
+ "file": "poc-video.js",
9
+ "line": 56,
10
+ "requiresAuth": false
11
+ },
12
+ {
13
+ "kind": "http-route",
14
+ "id": "route:GET:/api/users/2",
15
+ "method": "GET",
16
+ "path": "/api/users/2",
17
+ "file": "posture/attack-playbooks.js",
18
+ "line": 92,
19
+ "requiresAuth": false
20
+ },
21
+ {
22
+ "kind": "http-route",
23
+ "id": "route:GET:/api/admin/users",
24
+ "method": "GET",
25
+ "path": "/api/admin/users",
26
+ "file": "posture/attack-playbooks.js",
27
+ "line": 210,
28
+ "requiresAuth": false
29
+ },
30
+ {
31
+ "kind": "http-route",
32
+ "id": "route:GET:/api/health",
33
+ "method": "GET",
34
+ "path": "/api/health",
35
+ "file": "posture/deploy-platform.js",
36
+ "line": 87,
37
+ "requiresAuth": false
38
+ },
39
+ {
40
+ "kind": "http-route",
41
+ "id": "route:GET: \n parser: ",
42
+ "method": "GET",
43
+ "path": " \n parser: ",
44
+ "file": "sast/xpath-injection.js",
45
+ "line": 69,
46
+ "requiresAuth": false
47
+ },
48
+ {
49
+ "kind": "queue-consumer",
50
+ "id": "queue:sast/sensitive-data-logging.js:67",
51
+ "file": "sast/sensitive-data-logging.js",
52
+ "line": 67
53
+ }
54
+ ],
55
+ "boundaries": [
56
+ {
57
+ "from": "external",
58
+ "to": "route:GET:/api/endpoint",
59
+ "kind": "trust-boundary",
60
+ "requiresAuth": false
61
+ },
62
+ {
63
+ "from": "external",
64
+ "to": "route:GET:/api/users/2",
65
+ "kind": "trust-boundary",
66
+ "requiresAuth": false
67
+ },
68
+ {
69
+ "from": "external",
70
+ "to": "route:GET:/api/admin/users",
71
+ "kind": "trust-boundary",
72
+ "requiresAuth": false
73
+ },
74
+ {
75
+ "from": "external",
76
+ "to": "route:GET:/api/health",
77
+ "kind": "trust-boundary",
78
+ "requiresAuth": false
79
+ },
80
+ {
81
+ "from": "external",
82
+ "to": "route:GET: \n parser: ",
83
+ "kind": "trust-boundary",
84
+ "requiresAuth": false
85
+ },
86
+ {
87
+ "from": "external",
88
+ "to": "queue:sast/sensitive-data-logging.js:67",
89
+ "kind": "trust-boundary"
90
+ }
91
+ ],
92
+ "assets": [],
93
+ "threats": [
94
+ {
95
+ "stride": "I",
96
+ "strideLabel": "Information Disclosure",
97
+ "cwe": "CWE-918",
98
+ "family": "ssrf",
99
+ "severity": "medium",
100
+ "file": "poc-video.js",
101
+ "line": 98,
102
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
103
+ "finding_id": "ssrf-meta-hardcoded:poc-video.js:98",
104
+ "affectsAsset": null,
105
+ "atEntity": "route:GET:/api/endpoint"
106
+ },
107
+ {
108
+ "stride": "E",
109
+ "strideLabel": "Elevation of Privilege",
110
+ "cwe": "CWE-918",
111
+ "family": "ssrf",
112
+ "severity": "medium",
113
+ "file": "poc-video.js",
114
+ "line": 98,
115
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
116
+ "finding_id": "ssrf-meta-hardcoded:poc-video.js:98",
117
+ "affectsAsset": null,
118
+ "atEntity": "route:GET:/api/endpoint"
119
+ },
120
+ {
121
+ "stride": "T",
122
+ "strideLabel": "Tampering",
123
+ "cwe": "CWE-400",
124
+ "family": "dos-sync-io",
125
+ "severity": "medium",
126
+ "file": "posture/deploy-platform.js",
127
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
128
+ "finding_id": "struct:posture/deploy-platform.js:13:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
129
+ "affectsAsset": null,
130
+ "atEntity": null
131
+ },
132
+ {
133
+ "stride": "I",
134
+ "strideLabel": "Information Disclosure",
135
+ "cwe": "CWE-918",
136
+ "family": "ssrf",
137
+ "severity": "low",
138
+ "file": "posture/attack-playbooks.js",
139
+ "line": 72,
140
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
141
+ "finding_id": "ssrf-meta-hardcoded:posture/attack-playbooks.js:72",
142
+ "affectsAsset": null,
143
+ "atEntity": "route:GET:/api/users/2"
144
+ },
145
+ {
146
+ "stride": "E",
147
+ "strideLabel": "Elevation of Privilege",
148
+ "cwe": "CWE-918",
149
+ "family": "ssrf",
150
+ "severity": "low",
151
+ "file": "posture/attack-playbooks.js",
152
+ "line": 72,
153
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
154
+ "finding_id": "ssrf-meta-hardcoded:posture/attack-playbooks.js:72",
155
+ "affectsAsset": null,
156
+ "atEntity": "route:GET:/api/users/2"
157
+ },
158
+ {
159
+ "stride": "T",
160
+ "strideLabel": "Tampering",
161
+ "cwe": "CWE-915",
162
+ "family": "mass-assignment",
163
+ "severity": "low",
164
+ "file": "ir/parser-cs.js",
165
+ "vuln": "Mass Assignment (req.body Direct to Model)",
166
+ "finding_id": "struct:ir/parser-cs.js:208:Mass_Assignment_(req.body_Direct_to_Model)",
167
+ "affectsAsset": null,
168
+ "atEntity": null
169
+ },
170
+ {
171
+ "stride": "T",
172
+ "strideLabel": "Tampering",
173
+ "cwe": "CWE-915",
174
+ "family": "mass-assignment",
175
+ "severity": "low",
176
+ "file": "ir/parser-go.js",
177
+ "vuln": "Mass Assignment (req.body Direct to Model)",
178
+ "finding_id": "struct:ir/parser-go.js:253:Mass_Assignment_(req.body_Direct_to_Model)",
179
+ "affectsAsset": null,
180
+ "atEntity": null
181
+ },
182
+ {
183
+ "stride": "T",
184
+ "strideLabel": "Tampering",
185
+ "cwe": "CWE-915",
186
+ "family": "mass-assignment",
187
+ "severity": "low",
188
+ "file": "ir/parser-kt.js",
189
+ "vuln": "Mass Assignment (req.body Direct to Model)",
190
+ "finding_id": "struct:ir/parser-kt.js:207:Mass_Assignment_(req.body_Direct_to_Model)",
191
+ "affectsAsset": null,
192
+ "atEntity": null
193
+ },
194
+ {
195
+ "stride": "T",
196
+ "strideLabel": "Tampering",
197
+ "cwe": "CWE-915",
198
+ "family": "mass-assignment",
199
+ "severity": "low",
200
+ "file": "ir/parser-php.js",
201
+ "vuln": "Mass Assignment (req.body Direct to Model)",
202
+ "finding_id": "struct:ir/parser-php.js:209:Mass_Assignment_(req.body_Direct_to_Model)",
203
+ "affectsAsset": null,
204
+ "atEntity": null
205
+ },
206
+ {
207
+ "stride": "T",
208
+ "strideLabel": "Tampering",
209
+ "cwe": "CWE-915",
210
+ "family": "mass-assignment",
211
+ "severity": "low",
212
+ "file": "ir/parser-rb.js",
213
+ "vuln": "Mass Assignment (req.body Direct to Model)",
214
+ "finding_id": "struct:ir/parser-rb.js:201:Mass_Assignment_(req.body_Direct_to_Model)",
215
+ "affectsAsset": null,
216
+ "atEntity": null
217
+ },
218
+ {
219
+ "stride": "T",
220
+ "strideLabel": "Tampering",
221
+ "cwe": "CWE-915",
222
+ "family": "mass-assignment",
223
+ "severity": "low",
224
+ "file": "posture/integrity.js",
225
+ "vuln": "Mass Assignment (req.body Direct to Model)",
226
+ "finding_id": "struct:posture/integrity.js:69:Mass_Assignment_(req.body_Direct_to_Model)",
227
+ "affectsAsset": null,
228
+ "atEntity": null
229
+ },
230
+ {
231
+ "stride": "E",
232
+ "strideLabel": "Elevation of Privilege",
233
+ "cwe": "CWE-502",
234
+ "family": "unsafe-deserialization-user-controlled-j",
235
+ "severity": "low",
236
+ "file": "sca/sigstore-verify.js",
237
+ "vuln": "Unsafe Deserialization (User-Controlled JSON)",
238
+ "finding_id": "struct:sca/sigstore-verify.js:159:Unsafe_Deserialization_(User-Controlled_JSON)",
239
+ "affectsAsset": null,
240
+ "atEntity": null
241
+ },
242
+ {
243
+ "stride": "T",
244
+ "strideLabel": "Tampering",
245
+ "cwe": "CWE-400",
246
+ "family": "dos-sync-io",
247
+ "severity": "low",
248
+ "file": "badge.js",
249
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
250
+ "finding_id": "struct:badge.js:46:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
251
+ "affectsAsset": null,
252
+ "atEntity": null
253
+ },
254
+ {
255
+ "stride": "T",
256
+ "strideLabel": "Tampering",
257
+ "cwe": "CWE-400",
258
+ "family": "dos-sync-io",
259
+ "severity": "low",
260
+ "file": "history-scan.js",
261
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
262
+ "finding_id": "struct:history-scan.js:171:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
263
+ "affectsAsset": null,
264
+ "atEntity": null
265
+ },
266
+ {
267
+ "stride": "T",
268
+ "strideLabel": "Tampering",
269
+ "cwe": "CWE-400",
270
+ "family": "dos-sync-io",
271
+ "severity": "low",
272
+ "file": "leaderboard.js",
273
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
274
+ "finding_id": "struct:leaderboard.js:95:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
275
+ "affectsAsset": null,
276
+ "atEntity": null
277
+ },
278
+ {
279
+ "stride": "T",
280
+ "strideLabel": "Tampering",
281
+ "cwe": "CWE-400",
282
+ "family": "dos-sync-io",
283
+ "severity": "low",
284
+ "file": "dataflow/cross-service-taint.js",
285
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
286
+ "finding_id": "struct:dataflow/cross-service-taint.js:53:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
287
+ "affectsAsset": null,
288
+ "atEntity": null
289
+ },
290
+ {
291
+ "stride": "T",
292
+ "strideLabel": "Tampering",
293
+ "cwe": "CWE-400",
294
+ "family": "dos-sync-io",
295
+ "severity": "low",
296
+ "file": "dataflow/ifds-precise.js",
297
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
298
+ "finding_id": "struct:dataflow/ifds-precise.js:177:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
299
+ "affectsAsset": null,
300
+ "atEntity": null
301
+ },
302
+ {
303
+ "stride": "T",
304
+ "strideLabel": "Tampering",
305
+ "cwe": "CWE-400",
306
+ "family": "dos-sync-io",
307
+ "severity": "low",
308
+ "file": "dataflow/incremental.js",
309
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
310
+ "finding_id": "struct:dataflow/incremental.js:50:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
311
+ "affectsAsset": null,
312
+ "atEntity": null
313
+ },
314
+ {
315
+ "stride": "T",
316
+ "strideLabel": "Tampering",
317
+ "cwe": "CWE-400",
318
+ "family": "dos-sync-io",
319
+ "severity": "low",
320
+ "file": "integrations/index.js",
321
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
322
+ "finding_id": "struct:integrations/index.js:24:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
323
+ "affectsAsset": null,
324
+ "atEntity": null
325
+ },
326
+ {
327
+ "stride": "T",
328
+ "strideLabel": "Tampering",
329
+ "cwe": "CWE-400",
330
+ "family": "dos-sync-io",
331
+ "severity": "low",
332
+ "file": "integrations/tickets.js",
333
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
334
+ "finding_id": "struct:integrations/tickets.js:26:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
335
+ "affectsAsset": null,
336
+ "atEntity": null
337
+ },
338
+ {
339
+ "stride": "T",
340
+ "strideLabel": "Tampering",
341
+ "cwe": "CWE-400",
342
+ "family": "dos-sync-io",
343
+ "severity": "low",
344
+ "file": "ir/cpp-preprocessor.js",
345
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
346
+ "finding_id": "struct:ir/cpp-preprocessor.js:94:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
347
+ "affectsAsset": null,
348
+ "atEntity": null
349
+ },
350
+ {
351
+ "stride": "T",
352
+ "strideLabel": "Tampering",
353
+ "cwe": "CWE-400",
354
+ "family": "dos-sync-io",
355
+ "severity": "low",
356
+ "file": "ir/type-stubs.js",
357
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
358
+ "finding_id": "struct:ir/type-stubs.js:48:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
359
+ "affectsAsset": null,
360
+ "atEntity": null
361
+ },
362
+ {
363
+ "stride": "T",
364
+ "strideLabel": "Tampering",
365
+ "cwe": "CWE-400",
366
+ "family": "dos-sync-io",
367
+ "severity": "low",
368
+ "file": "llm-validator/consistency.js",
369
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
370
+ "finding_id": "struct:llm-validator/consistency.js:66:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
371
+ "affectsAsset": null,
372
+ "atEntity": null
373
+ },
374
+ {
375
+ "stride": "T",
376
+ "strideLabel": "Tampering",
377
+ "cwe": "CWE-400",
378
+ "family": "dos-sync-io",
379
+ "severity": "low",
380
+ "file": "llm-validator/index.js",
381
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
382
+ "finding_id": "struct:llm-validator/index.js:119:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
383
+ "affectsAsset": null,
384
+ "atEntity": null
385
+ },
386
+ {
387
+ "stride": "T",
388
+ "strideLabel": "Tampering",
389
+ "cwe": "CWE-400",
390
+ "family": "dos-sync-io",
391
+ "severity": "low",
392
+ "file": "mcp/audit.js",
393
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
394
+ "finding_id": "struct:mcp/audit.js:52:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
395
+ "affectsAsset": null,
396
+ "atEntity": null
397
+ },
398
+ {
399
+ "stride": "T",
400
+ "strideLabel": "Tampering",
401
+ "cwe": "CWE-400",
402
+ "family": "dos-sync-io",
403
+ "severity": "low",
404
+ "file": "mcp/server.js",
405
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
406
+ "finding_id": "struct:mcp/server.js:32:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
407
+ "affectsAsset": null,
408
+ "atEntity": null
409
+ },
410
+ {
411
+ "stride": "T",
412
+ "strideLabel": "Tampering",
413
+ "cwe": "CWE-400",
414
+ "family": "dos-sync-io",
415
+ "severity": "low",
416
+ "file": "mcp/tools.js",
417
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
418
+ "finding_id": "struct:mcp/tools.js:159:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
419
+ "affectsAsset": null,
420
+ "atEntity": null
421
+ },
422
+ {
423
+ "stride": "T",
424
+ "strideLabel": "Tampering",
425
+ "cwe": "CWE-400",
426
+ "family": "dos-sync-io",
427
+ "severity": "low",
428
+ "file": "posture/agents-memory.js",
429
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
430
+ "finding_id": "struct:posture/agents-memory.js:44:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
431
+ "affectsAsset": null,
432
+ "atEntity": null
433
+ },
434
+ {
435
+ "stride": "T",
436
+ "strideLabel": "Tampering",
437
+ "cwe": "CWE-400",
438
+ "family": "dos-sync-io",
439
+ "severity": "low",
440
+ "file": "posture/api-contract.js",
441
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
442
+ "finding_id": "struct:posture/api-contract.js:38:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
443
+ "affectsAsset": null,
444
+ "atEntity": null
445
+ },
446
+ {
447
+ "stride": "T",
448
+ "strideLabel": "Tampering",
449
+ "cwe": "CWE-400",
450
+ "family": "dos-sync-io",
451
+ "severity": "low",
452
+ "file": "posture/auditor-walkthrough.js",
453
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
454
+ "finding_id": "struct:posture/auditor-walkthrough.js:39:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
455
+ "affectsAsset": null,
456
+ "atEntity": null
457
+ },
458
+ {
459
+ "stride": "T",
460
+ "strideLabel": "Tampering",
461
+ "cwe": "CWE-400",
462
+ "family": "dos-sync-io",
463
+ "severity": "low",
464
+ "file": "posture/auth-posture-import.js",
465
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
466
+ "finding_id": "struct:posture/auth-posture-import.js:53:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
467
+ "affectsAsset": null,
468
+ "atEntity": null
469
+ },
470
+ {
471
+ "stride": "T",
472
+ "strideLabel": "Tampering",
473
+ "cwe": "CWE-400",
474
+ "family": "dos-sync-io",
475
+ "severity": "low",
476
+ "file": "posture/blast-radius.js",
477
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
478
+ "finding_id": "struct:posture/blast-radius.js:201:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
479
+ "affectsAsset": null,
480
+ "atEntity": null
481
+ },
482
+ {
483
+ "stride": "T",
484
+ "strideLabel": "Tampering",
485
+ "cwe": "CWE-400",
486
+ "family": "dos-sync-io",
487
+ "severity": "low",
488
+ "file": "posture/calibration-drift.js",
489
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
490
+ "finding_id": "struct:posture/calibration-drift.js:40:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
491
+ "affectsAsset": null,
492
+ "atEntity": null
493
+ },
494
+ {
495
+ "stride": "T",
496
+ "strideLabel": "Tampering",
497
+ "cwe": "CWE-400",
498
+ "family": "dos-sync-io",
499
+ "severity": "low",
500
+ "file": "posture/calibration.js",
501
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
502
+ "finding_id": "struct:posture/calibration.js:99:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
503
+ "affectsAsset": null,
504
+ "atEntity": null
505
+ },
506
+ {
507
+ "stride": "T",
508
+ "strideLabel": "Tampering",
509
+ "cwe": "CWE-400",
510
+ "family": "dos-sync-io",
511
+ "severity": "low",
512
+ "file": "posture/compliance-policy.js",
513
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
514
+ "finding_id": "struct:posture/compliance-policy.js:48:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
515
+ "affectsAsset": null,
516
+ "atEntity": null
517
+ },
518
+ {
519
+ "stride": "T",
520
+ "strideLabel": "Tampering",
521
+ "cwe": "CWE-400",
522
+ "family": "dos-sync-io",
523
+ "severity": "low",
524
+ "file": "posture/cross-repo-memory.js",
525
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
526
+ "finding_id": "struct:posture/cross-repo-memory.js:56:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
527
+ "affectsAsset": null,
528
+ "atEntity": null
529
+ },
530
+ {
531
+ "stride": "T",
532
+ "strideLabel": "Tampering",
533
+ "cwe": "CWE-400",
534
+ "family": "dos-sync-io",
535
+ "severity": "low",
536
+ "file": "posture/custom-rules.js",
537
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
538
+ "finding_id": "struct:posture/custom-rules.js:57:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
539
+ "affectsAsset": null,
540
+ "atEntity": null
541
+ },
542
+ {
543
+ "stride": "T",
544
+ "strideLabel": "Tampering",
545
+ "cwe": "CWE-400",
546
+ "family": "dos-sync-io",
547
+ "severity": "low",
548
+ "file": "posture/cve-alert-daemon.js",
549
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
550
+ "finding_id": "struct:posture/cve-alert-daemon.js:218:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
551
+ "affectsAsset": null,
552
+ "atEntity": null
553
+ },
554
+ {
555
+ "stride": "T",
556
+ "strideLabel": "Tampering",
557
+ "cwe": "CWE-400",
558
+ "family": "dos-sync-io",
559
+ "severity": "low",
560
+ "file": "posture/cve-lookup.js",
561
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
562
+ "finding_id": "struct:posture/cve-lookup.js:32:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
563
+ "affectsAsset": null,
564
+ "atEntity": null
565
+ },
566
+ {
567
+ "stride": "T",
568
+ "strideLabel": "Tampering",
569
+ "cwe": "CWE-400",
570
+ "family": "dos-sync-io",
571
+ "severity": "low",
572
+ "file": "posture/dep-add-guard.js",
573
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
574
+ "finding_id": "struct:posture/dep-add-guard.js:28:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
575
+ "affectsAsset": null,
576
+ "atEntity": null
577
+ },
578
+ {
579
+ "stride": "T",
580
+ "strideLabel": "Tampering",
581
+ "cwe": "CWE-400",
582
+ "family": "dos-sync-io",
583
+ "severity": "low",
584
+ "file": "posture/deterministic.js",
585
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
586
+ "finding_id": "struct:posture/deterministic.js:47:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
587
+ "affectsAsset": null,
588
+ "atEntity": null
589
+ },
590
+ {
591
+ "stride": "T",
592
+ "strideLabel": "Tampering",
593
+ "cwe": "CWE-400",
594
+ "family": "dos-sync-io",
595
+ "severity": "low",
596
+ "file": "posture/epss.js",
597
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
598
+ "finding_id": "struct:posture/epss.js:34:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
599
+ "affectsAsset": null,
600
+ "atEntity": null
601
+ },
602
+ {
603
+ "stride": "T",
604
+ "strideLabel": "Tampering",
605
+ "cwe": "CWE-400",
606
+ "family": "dos-sync-io",
607
+ "severity": "low",
608
+ "file": "posture/exploitability-probability.js",
609
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
610
+ "finding_id": "struct:posture/exploitability-probability.js:142:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
611
+ "affectsAsset": null,
612
+ "atEntity": null
613
+ },
614
+ {
615
+ "stride": "T",
616
+ "strideLabel": "Tampering",
617
+ "cwe": "CWE-400",
618
+ "family": "dos-sync-io",
619
+ "severity": "low",
620
+ "file": "posture/feature-flags.js",
621
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
622
+ "finding_id": "struct:posture/feature-flags.js:53:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
623
+ "affectsAsset": null,
624
+ "atEntity": null
625
+ },
626
+ {
627
+ "stride": "T",
628
+ "strideLabel": "Tampering",
629
+ "cwe": "CWE-400",
630
+ "family": "dos-sync-io",
631
+ "severity": "low",
632
+ "file": "posture/federated-learning.js",
633
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
634
+ "finding_id": "struct:posture/federated-learning.js:55:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
635
+ "affectsAsset": null,
636
+ "atEntity": null
637
+ },
638
+ {
639
+ "stride": "T",
640
+ "strideLabel": "Tampering",
641
+ "cwe": "CWE-400",
642
+ "family": "dos-sync-io",
643
+ "severity": "low",
644
+ "file": "posture/findings-memory.js",
645
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
646
+ "finding_id": "struct:posture/findings-memory.js:21:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
647
+ "affectsAsset": null,
648
+ "atEntity": null
649
+ },
650
+ {
651
+ "stride": "T",
652
+ "strideLabel": "Tampering",
653
+ "cwe": "CWE-400",
654
+ "family": "dos-sync-io",
655
+ "severity": "low",
656
+ "file": "posture/fix-history.js",
657
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
658
+ "finding_id": "struct:posture/fix-history.js:31:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
659
+ "affectsAsset": null,
660
+ "atEntity": null
661
+ },
662
+ {
663
+ "stride": "T",
664
+ "strideLabel": "Tampering",
665
+ "cwe": "CWE-400",
666
+ "family": "dos-sync-io",
667
+ "severity": "low",
668
+ "file": "posture/fix-plan.js",
669
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
670
+ "finding_id": "struct:posture/fix-plan.js:111:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
671
+ "affectsAsset": null,
672
+ "atEntity": null
673
+ },
674
+ {
675
+ "stride": "T",
676
+ "strideLabel": "Tampering",
677
+ "cwe": "CWE-400",
678
+ "family": "dos-sync-io",
679
+ "severity": "low",
680
+ "file": "posture/fix-style-mirror.js",
681
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
682
+ "finding_id": "struct:posture/fix-style-mirror.js:44:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
683
+ "affectsAsset": null,
684
+ "atEntity": null
685
+ },
686
+ {
687
+ "stride": "T",
688
+ "strideLabel": "Tampering",
689
+ "cwe": "CWE-400",
690
+ "family": "dos-sync-io",
691
+ "severity": "low",
692
+ "file": "posture/fix-verify-loop.js",
693
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
694
+ "finding_id": "struct:posture/fix-verify-loop.js:33:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
695
+ "affectsAsset": null,
696
+ "atEntity": null
697
+ },
698
+ {
699
+ "stride": "T",
700
+ "strideLabel": "Tampering",
701
+ "cwe": "CWE-400",
702
+ "family": "dos-sync-io",
703
+ "severity": "low",
704
+ "file": "posture/grader-calibration.js",
705
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
706
+ "finding_id": "struct:posture/grader-calibration.js:34:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
707
+ "affectsAsset": null,
708
+ "atEntity": null
709
+ },
710
+ {
711
+ "stride": "T",
712
+ "strideLabel": "Tampering",
713
+ "cwe": "CWE-400",
714
+ "family": "dos-sync-io",
715
+ "severity": "low",
716
+ "file": "posture/holdout-eval.js",
717
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
718
+ "finding_id": "struct:posture/holdout-eval.js:73:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
719
+ "affectsAsset": null,
720
+ "atEntity": null
721
+ },
722
+ {
723
+ "stride": "T",
724
+ "strideLabel": "Tampering",
725
+ "cwe": "CWE-400",
726
+ "family": "dos-sync-io",
727
+ "severity": "low",
728
+ "file": "posture/integrity.js",
729
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
730
+ "finding_id": "struct:posture/integrity.js:43:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
731
+ "affectsAsset": null,
732
+ "atEntity": null
733
+ },
734
+ {
735
+ "stride": "T",
736
+ "strideLabel": "Tampering",
737
+ "cwe": "CWE-400",
738
+ "family": "dos-sync-io",
739
+ "severity": "low",
740
+ "file": "posture/intent-context.js",
741
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
742
+ "finding_id": "struct:posture/intent-context.js:48:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
743
+ "affectsAsset": null,
744
+ "atEntity": null
745
+ },
746
+ {
747
+ "stride": "T",
748
+ "strideLabel": "Tampering",
749
+ "cwe": "CWE-400",
750
+ "family": "dos-sync-io",
751
+ "severity": "low",
752
+ "file": "posture/learning.js",
753
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
754
+ "finding_id": "struct:posture/learning.js:30:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
755
+ "affectsAsset": null,
756
+ "atEntity": null
757
+ },
758
+ {
759
+ "stride": "T",
760
+ "strideLabel": "Tampering",
761
+ "cwe": "CWE-400",
762
+ "family": "dos-sync-io",
763
+ "severity": "low",
764
+ "file": "posture/license-attributions.js",
765
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
766
+ "finding_id": "struct:posture/license-attributions.js:87:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
767
+ "affectsAsset": null,
768
+ "atEntity": null
769
+ },
770
+ {
771
+ "stride": "T",
772
+ "strideLabel": "Tampering",
773
+ "cwe": "CWE-400",
774
+ "family": "dos-sync-io",
775
+ "severity": "low",
776
+ "file": "posture/license-graph.js",
777
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
778
+ "finding_id": "struct:posture/license-graph.js:227:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
779
+ "affectsAsset": null,
780
+ "atEntity": null
781
+ },
782
+ {
783
+ "stride": "T",
784
+ "strideLabel": "Tampering",
785
+ "cwe": "CWE-400",
786
+ "family": "dos-sync-io",
787
+ "severity": "low",
788
+ "file": "posture/license-policy.js",
789
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
790
+ "finding_id": "struct:posture/license-policy.js:30:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
791
+ "affectsAsset": null,
792
+ "atEntity": null
793
+ },
794
+ {
795
+ "stride": "T",
796
+ "strideLabel": "Tampering",
797
+ "cwe": "CWE-400",
798
+ "family": "dos-sync-io",
799
+ "severity": "low",
800
+ "file": "posture/model-rescan.js",
801
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
802
+ "finding_id": "struct:posture/model-rescan.js:21:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
803
+ "affectsAsset": null,
804
+ "atEntity": null
805
+ },
806
+ {
807
+ "stride": "T",
808
+ "strideLabel": "Tampering",
809
+ "cwe": "CWE-400",
810
+ "family": "dos-sync-io",
811
+ "severity": "low",
812
+ "file": "posture/network-policy-import.js",
813
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
814
+ "finding_id": "struct:posture/network-policy-import.js:49:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
815
+ "affectsAsset": null,
816
+ "atEntity": null
817
+ },
818
+ {
819
+ "stride": "T",
820
+ "strideLabel": "Tampering",
821
+ "cwe": "CWE-400",
822
+ "family": "dos-sync-io",
823
+ "severity": "low",
824
+ "file": "posture/policy-gate.js",
825
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
826
+ "finding_id": "struct:posture/policy-gate.js:154:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
827
+ "affectsAsset": null,
828
+ "atEntity": null
829
+ },
830
+ {
831
+ "stride": "T",
832
+ "strideLabel": "Tampering",
833
+ "cwe": "CWE-400",
834
+ "family": "dos-sync-io",
835
+ "severity": "low",
836
+ "file": "posture/pqc-migration-plan.js",
837
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
838
+ "finding_id": "struct:posture/pqc-migration-plan.js:121:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
839
+ "affectsAsset": null,
840
+ "atEntity": null
841
+ },
842
+ {
843
+ "stride": "T",
844
+ "strideLabel": "Tampering",
845
+ "cwe": "CWE-400",
846
+ "family": "dos-sync-io",
847
+ "severity": "low",
848
+ "file": "posture/pr-augment.js",
849
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
850
+ "finding_id": "struct:posture/pr-augment.js:36:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
851
+ "affectsAsset": null,
852
+ "atEntity": null
853
+ },
854
+ {
855
+ "stride": "T",
856
+ "strideLabel": "Tampering",
857
+ "cwe": "CWE-400",
858
+ "family": "dos-sync-io",
859
+ "severity": "low",
860
+ "file": "posture/pre-incident-archaeology.js",
861
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
862
+ "finding_id": "struct:posture/pre-incident-archaeology.js:31:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
863
+ "affectsAsset": null,
864
+ "atEntity": null
865
+ },
866
+ {
867
+ "stride": "T",
868
+ "strideLabel": "Tampering",
869
+ "cwe": "CWE-400",
870
+ "family": "dos-sync-io",
871
+ "severity": "low",
872
+ "file": "posture/profile.js",
873
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
874
+ "finding_id": "struct:posture/profile.js:46:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
875
+ "affectsAsset": null,
876
+ "atEntity": null
877
+ },
878
+ {
879
+ "stride": "T",
880
+ "strideLabel": "Tampering",
881
+ "cwe": "CWE-400",
882
+ "family": "dos-sync-io",
883
+ "severity": "low",
884
+ "file": "posture/realtime-cve-monitor.js",
885
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
886
+ "finding_id": "struct:posture/realtime-cve-monitor.js:38:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
887
+ "affectsAsset": null,
888
+ "atEntity": null
889
+ },
890
+ {
891
+ "stride": "T",
892
+ "strideLabel": "Tampering",
893
+ "cwe": "CWE-400",
894
+ "family": "dos-sync-io",
895
+ "severity": "low",
896
+ "file": "posture/risk-dollars.js",
897
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
898
+ "finding_id": "struct:posture/risk-dollars.js:83:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
899
+ "affectsAsset": null,
900
+ "atEntity": null
901
+ },
902
+ {
903
+ "stride": "T",
904
+ "strideLabel": "Tampering",
905
+ "cwe": "CWE-400",
906
+ "family": "dos-sync-io",
907
+ "severity": "low",
908
+ "file": "posture/router.js",
909
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
910
+ "finding_id": "struct:posture/router.js:21:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
911
+ "affectsAsset": null,
912
+ "atEntity": null
913
+ },
914
+ {
915
+ "stride": "T",
916
+ "strideLabel": "Tampering",
917
+ "cwe": "CWE-400",
918
+ "family": "dos-sync-io",
919
+ "severity": "low",
920
+ "file": "posture/rule-overrides.js",
921
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
922
+ "finding_id": "struct:posture/rule-overrides.js:22:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
923
+ "affectsAsset": null,
924
+ "atEntity": null
925
+ },
926
+ {
927
+ "stride": "T",
928
+ "strideLabel": "Tampering",
929
+ "cwe": "CWE-400",
930
+ "family": "dos-sync-io",
931
+ "severity": "low",
932
+ "file": "posture/rule-pack-signing.js",
933
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
934
+ "finding_id": "struct:posture/rule-pack-signing.js:66:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
935
+ "affectsAsset": null,
936
+ "atEntity": null
937
+ },
938
+ {
939
+ "stride": "T",
940
+ "strideLabel": "Tampering",
941
+ "cwe": "CWE-400",
942
+ "family": "dos-sync-io",
943
+ "severity": "low",
944
+ "file": "posture/rule-synthesis.js",
945
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
946
+ "finding_id": "struct:posture/rule-synthesis.js:22:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
947
+ "affectsAsset": null,
948
+ "atEntity": null
949
+ },
950
+ {
951
+ "stride": "T",
952
+ "strideLabel": "Tampering",
953
+ "cwe": "CWE-400",
954
+ "family": "dos-sync-io",
955
+ "severity": "low",
956
+ "file": "posture/ruleset-version.js",
957
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
958
+ "finding_id": "struct:posture/ruleset-version.js:36:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
959
+ "affectsAsset": null,
960
+ "atEntity": null
961
+ },
962
+ {
963
+ "stride": "T",
964
+ "strideLabel": "Tampering",
965
+ "cwe": "CWE-400",
966
+ "family": "dos-sync-io",
967
+ "severity": "low",
968
+ "file": "posture/runtime-correlation.js",
969
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
970
+ "finding_id": "struct:posture/runtime-correlation.js:46:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
971
+ "affectsAsset": null,
972
+ "atEntity": null
973
+ },
974
+ {
975
+ "stride": "T",
976
+ "strideLabel": "Tampering",
977
+ "cwe": "CWE-400",
978
+ "family": "dos-sync-io",
979
+ "severity": "low",
980
+ "file": "posture/sbom-diff.js",
981
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
982
+ "finding_id": "struct:posture/sbom-diff.js:61:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
983
+ "affectsAsset": null,
984
+ "atEntity": null
985
+ },
986
+ {
987
+ "stride": "T",
988
+ "strideLabel": "Tampering",
989
+ "cwe": "CWE-400",
990
+ "family": "dos-sync-io",
991
+ "severity": "low",
992
+ "file": "posture/sca-policy.js",
993
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
994
+ "finding_id": "struct:posture/sca-policy.js:53:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
995
+ "affectsAsset": null,
996
+ "atEntity": null
997
+ },
998
+ {
999
+ "stride": "T",
1000
+ "strideLabel": "Tampering",
1001
+ "cwe": "CWE-400",
1002
+ "family": "dos-sync-io",
1003
+ "severity": "low",
1004
+ "file": "posture/security-trend.js",
1005
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1006
+ "finding_id": "struct:posture/security-trend.js:16:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1007
+ "affectsAsset": null,
1008
+ "atEntity": null
1009
+ },
1010
+ {
1011
+ "stride": "T",
1012
+ "strideLabel": "Tampering",
1013
+ "cwe": "CWE-400",
1014
+ "family": "dos-sync-io",
1015
+ "severity": "low",
1016
+ "file": "posture/stack-playbook.js",
1017
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1018
+ "finding_id": "struct:posture/stack-playbook.js:13:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1019
+ "affectsAsset": null,
1020
+ "atEntity": null
1021
+ },
1022
+ {
1023
+ "stride": "T",
1024
+ "strideLabel": "Tampering",
1025
+ "cwe": "CWE-400",
1026
+ "family": "dos-sync-io",
1027
+ "severity": "low",
1028
+ "file": "posture/state-dir.js",
1029
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1030
+ "finding_id": "struct:posture/state-dir.js:39:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1031
+ "affectsAsset": null,
1032
+ "atEntity": null
1033
+ },
1034
+ {
1035
+ "stride": "T",
1036
+ "strideLabel": "Tampering",
1037
+ "cwe": "CWE-400",
1038
+ "family": "dos-sync-io",
1039
+ "severity": "low",
1040
+ "file": "posture/streak.js",
1041
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1042
+ "finding_id": "struct:posture/streak.js:40:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1043
+ "affectsAsset": null,
1044
+ "atEntity": null
1045
+ },
1046
+ {
1047
+ "stride": "T",
1048
+ "strideLabel": "Tampering",
1049
+ "cwe": "CWE-400",
1050
+ "family": "dos-sync-io",
1051
+ "severity": "low",
1052
+ "file": "posture/suppressions.js",
1053
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1054
+ "finding_id": "struct:posture/suppressions.js:24:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1055
+ "affectsAsset": null,
1056
+ "atEntity": null
1057
+ },
1058
+ {
1059
+ "stride": "T",
1060
+ "strideLabel": "Tampering",
1061
+ "cwe": "CWE-400",
1062
+ "family": "dos-sync-io",
1063
+ "severity": "low",
1064
+ "file": "posture/telemetry-ingest.js",
1065
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1066
+ "finding_id": "struct:posture/telemetry-ingest.js:41:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1067
+ "affectsAsset": null,
1068
+ "atEntity": null
1069
+ },
1070
+ {
1071
+ "stride": "T",
1072
+ "strideLabel": "Tampering",
1073
+ "cwe": "CWE-400",
1074
+ "family": "dos-sync-io",
1075
+ "severity": "low",
1076
+ "file": "posture/threat-model-auto.js",
1077
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1078
+ "finding_id": "struct:posture/threat-model-auto.js:216:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1079
+ "affectsAsset": null,
1080
+ "atEntity": null
1081
+ },
1082
+ {
1083
+ "stride": "T",
1084
+ "strideLabel": "Tampering",
1085
+ "cwe": "CWE-400",
1086
+ "family": "dos-sync-io",
1087
+ "severity": "low",
1088
+ "file": "posture/threat-model-grounding.js",
1089
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1090
+ "finding_id": "struct:posture/threat-model-grounding.js:34:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1091
+ "affectsAsset": null,
1092
+ "atEntity": null
1093
+ },
1094
+ {
1095
+ "stride": "T",
1096
+ "strideLabel": "Tampering",
1097
+ "cwe": "CWE-400",
1098
+ "family": "dos-sync-io",
1099
+ "severity": "low",
1100
+ "file": "posture/time-to-fix.js",
1101
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1102
+ "finding_id": "struct:posture/time-to-fix.js:54:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1103
+ "affectsAsset": null,
1104
+ "atEntity": null
1105
+ },
1106
+ {
1107
+ "stride": "T",
1108
+ "strideLabel": "Tampering",
1109
+ "cwe": "CWE-400",
1110
+ "family": "dos-sync-io",
1111
+ "severity": "low",
1112
+ "file": "posture/triage-learning.js",
1113
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1114
+ "finding_id": "struct:posture/triage-learning.js:49:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1115
+ "affectsAsset": null,
1116
+ "atEntity": null
1117
+ },
1118
+ {
1119
+ "stride": "T",
1120
+ "strideLabel": "Tampering",
1121
+ "cwe": "CWE-400",
1122
+ "family": "dos-sync-io",
1123
+ "severity": "low",
1124
+ "file": "posture/triage-memory.js",
1125
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1126
+ "finding_id": "struct:posture/triage-memory.js:61:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1127
+ "affectsAsset": null,
1128
+ "atEntity": null
1129
+ },
1130
+ {
1131
+ "stride": "T",
1132
+ "strideLabel": "Tampering",
1133
+ "cwe": "CWE-400",
1134
+ "family": "dos-sync-io",
1135
+ "severity": "low",
1136
+ "file": "posture/triage.js",
1137
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1138
+ "finding_id": "struct:posture/triage.js:20:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1139
+ "affectsAsset": null,
1140
+ "atEntity": null
1141
+ },
1142
+ {
1143
+ "stride": "T",
1144
+ "strideLabel": "Tampering",
1145
+ "cwe": "CWE-400",
1146
+ "family": "dos-sync-io",
1147
+ "severity": "low",
1148
+ "file": "posture/validator-metrics.js",
1149
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1150
+ "finding_id": "struct:posture/validator-metrics.js:35:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1151
+ "affectsAsset": null,
1152
+ "atEntity": null
1153
+ },
1154
+ {
1155
+ "stride": "T",
1156
+ "strideLabel": "Tampering",
1157
+ "cwe": "CWE-400",
1158
+ "family": "dos-sync-io",
1159
+ "severity": "low",
1160
+ "file": "posture/verifier-ephemeral.js",
1161
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1162
+ "finding_id": "struct:posture/verifier-ephemeral.js:90:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1163
+ "affectsAsset": null,
1164
+ "atEntity": null
1165
+ },
1166
+ {
1167
+ "stride": "T",
1168
+ "strideLabel": "Tampering",
1169
+ "cwe": "CWE-400",
1170
+ "family": "dos-sync-io",
1171
+ "severity": "low",
1172
+ "file": "posture/verifier-target.js",
1173
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1174
+ "finding_id": "struct:posture/verifier-target.js:66:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1175
+ "affectsAsset": null,
1176
+ "atEntity": null
1177
+ },
1178
+ {
1179
+ "stride": "T",
1180
+ "strideLabel": "Tampering",
1181
+ "cwe": "CWE-400",
1182
+ "family": "dos-sync-io",
1183
+ "severity": "low",
1184
+ "file": "posture/verifier.js",
1185
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1186
+ "finding_id": "struct:posture/verifier.js:129:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1187
+ "affectsAsset": null,
1188
+ "atEntity": null
1189
+ },
1190
+ {
1191
+ "stride": "T",
1192
+ "strideLabel": "Tampering",
1193
+ "cwe": "CWE-400",
1194
+ "family": "dos-sync-io",
1195
+ "severity": "low",
1196
+ "file": "posture/version.js",
1197
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1198
+ "finding_id": "struct:posture/version.js:43:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1199
+ "affectsAsset": null,
1200
+ "atEntity": null
1201
+ },
1202
+ {
1203
+ "stride": "T",
1204
+ "strideLabel": "Tampering",
1205
+ "cwe": "CWE-400",
1206
+ "family": "dos-sync-io",
1207
+ "severity": "low",
1208
+ "file": "posture/waf-ingest.js",
1209
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1210
+ "finding_id": "struct:posture/waf-ingest.js:138:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1211
+ "affectsAsset": null,
1212
+ "atEntity": null
1213
+ },
1214
+ {
1215
+ "stride": "T",
1216
+ "strideLabel": "Tampering",
1217
+ "cwe": "CWE-400",
1218
+ "family": "dos-sync-io",
1219
+ "severity": "low",
1220
+ "file": "posture/workflow-installer.js",
1221
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1222
+ "finding_id": "struct:posture/workflow-installer.js:24:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1223
+ "affectsAsset": null,
1224
+ "atEntity": null
1225
+ },
1226
+ {
1227
+ "stride": "T",
1228
+ "strideLabel": "Tampering",
1229
+ "cwe": "CWE-400",
1230
+ "family": "dos-sync-io",
1231
+ "severity": "low",
1232
+ "file": "sca/dep-confusion.js",
1233
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1234
+ "finding_id": "struct:sca/dep-confusion.js:56:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1235
+ "affectsAsset": null,
1236
+ "atEntity": null
1237
+ },
1238
+ {
1239
+ "stride": "T",
1240
+ "strideLabel": "Tampering",
1241
+ "cwe": "CWE-400",
1242
+ "family": "dos-sync-io",
1243
+ "severity": "low",
1244
+ "file": "sca/llm-function-extract.js",
1245
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1246
+ "finding_id": "struct:sca/llm-function-extract.js:24:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1247
+ "affectsAsset": null,
1248
+ "atEntity": null
1249
+ },
1250
+ {
1251
+ "stride": "T",
1252
+ "strideLabel": "Tampering",
1253
+ "cwe": "CWE-400",
1254
+ "family": "dos-sync-io",
1255
+ "severity": "low",
1256
+ "file": "sca/py-package-functions.js",
1257
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1258
+ "finding_id": "struct:sca/py-package-functions.js:19:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1259
+ "affectsAsset": null,
1260
+ "atEntity": null
1261
+ },
1262
+ {
1263
+ "stride": "T",
1264
+ "strideLabel": "Tampering",
1265
+ "cwe": "CWE-400",
1266
+ "family": "dos-sync-io",
1267
+ "severity": "low",
1268
+ "file": "sca/sarif-ingest.js",
1269
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1270
+ "finding_id": "struct:sca/sarif-ingest.js:112:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1271
+ "affectsAsset": null,
1272
+ "atEntity": null
1273
+ },
1274
+ {
1275
+ "stride": "T",
1276
+ "strideLabel": "Tampering",
1277
+ "cwe": "CWE-400",
1278
+ "family": "dos-sync-io",
1279
+ "severity": "low",
1280
+ "file": "sca/sigstore-verify.js",
1281
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1282
+ "finding_id": "struct:sca/sigstore-verify.js:53:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1283
+ "affectsAsset": null,
1284
+ "atEntity": null
1285
+ },
1286
+ {
1287
+ "stride": "T",
1288
+ "strideLabel": "Tampering",
1289
+ "cwe": "CWE-400",
1290
+ "family": "dos-sync-io",
1291
+ "severity": "low",
1292
+ "file": "ir/parser-py-cst.js",
1293
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1294
+ "finding_id": "struct:ir/parser-py-cst.js:91:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1295
+ "affectsAsset": null,
1296
+ "atEntity": null
1297
+ },
1298
+ {
1299
+ "stride": "T",
1300
+ "strideLabel": "Tampering",
1301
+ "cwe": "CWE-400",
1302
+ "family": "dos-sync-io",
1303
+ "severity": "low",
1304
+ "file": "posture/fix-verify.js",
1305
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1306
+ "finding_id": "struct:posture/fix-verify.js:65:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1307
+ "affectsAsset": null,
1308
+ "atEntity": null
1309
+ },
1310
+ {
1311
+ "stride": "T",
1312
+ "strideLabel": "Tampering",
1313
+ "cwe": "CWE-400",
1314
+ "family": "dos-sync-io",
1315
+ "severity": "low",
1316
+ "file": "posture/sca-upgrade.js",
1317
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1318
+ "finding_id": "struct:posture/sca-upgrade.js:79:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1319
+ "affectsAsset": null,
1320
+ "atEntity": null
1321
+ },
1322
+ {
1323
+ "stride": "T",
1324
+ "strideLabel": "Tampering",
1325
+ "cwe": "CWE-400",
1326
+ "family": "dos-sync-io",
1327
+ "severity": "low",
1328
+ "file": "sca/binary-metadata.js",
1329
+ "vuln": "Synchronous Blocking I/O (DoS Risk in Server Context)",
1330
+ "finding_id": "struct:sca/binary-metadata.js:47:Synchronous_Blocking_I/O_(DoS_Risk_in_Server_Context)",
1331
+ "affectsAsset": null,
1332
+ "atEntity": null
1333
+ },
1334
+ {
1335
+ "stride": "T",
1336
+ "strideLabel": "Tampering",
1337
+ "cwe": "CWE-295",
1338
+ "family": "crypto-tls-no-verify",
1339
+ "severity": "medium",
1340
+ "file": "sast/crypto-protocol.js",
1341
+ "line": 105,
1342
+ "vuln": "TLS certificate verification disabled — MITM-vulnerable",
1343
+ "finding_id": "crypto-tls-no-verify:sast/crypto-protocol.js:105",
1344
+ "affectsAsset": null,
1345
+ "atEntity": null
1346
+ },
1347
+ {
1348
+ "stride": "T",
1349
+ "strideLabel": "Tampering",
1350
+ "cwe": "CWE-295",
1351
+ "family": "crypto-tls-no-verify",
1352
+ "severity": "medium",
1353
+ "file": "sast/crypto-protocol.js",
1354
+ "line": 108,
1355
+ "vuln": "TLS certificate verification disabled — MITM-vulnerable",
1356
+ "finding_id": "crypto-tls-no-verify:sast/crypto-protocol.js:108",
1357
+ "affectsAsset": null,
1358
+ "atEntity": null
1359
+ },
1360
+ {
1361
+ "stride": "T",
1362
+ "strideLabel": "Tampering",
1363
+ "cwe": "CWE-295",
1364
+ "family": "crypto-tls-no-verify",
1365
+ "severity": "medium",
1366
+ "file": "sast/crypto-protocol.js",
1367
+ "line": 114,
1368
+ "vuln": "TLS certificate verification disabled — MITM-vulnerable",
1369
+ "finding_id": "crypto-tls-no-verify:sast/crypto-protocol.js:114",
1370
+ "affectsAsset": null,
1371
+ "atEntity": null
1372
+ },
1373
+ {
1374
+ "stride": "T",
1375
+ "strideLabel": "Tampering",
1376
+ "cwe": "CWE-295",
1377
+ "family": "crypto-tls-no-verify",
1378
+ "severity": "medium",
1379
+ "file": "sast/crypto-protocol.js",
1380
+ "line": 116,
1381
+ "vuln": "TLS certificate verification disabled — MITM-vulnerable",
1382
+ "finding_id": "crypto-tls-no-verify:sast/crypto-protocol.js:116",
1383
+ "affectsAsset": null,
1384
+ "atEntity": null
1385
+ },
1386
+ {
1387
+ "stride": "T",
1388
+ "strideLabel": "Tampering",
1389
+ "cwe": "CWE-295",
1390
+ "family": "crypto-tls-no-verify",
1391
+ "severity": "medium",
1392
+ "file": "sast/crypto-protocol.js",
1393
+ "line": 118,
1394
+ "vuln": "TLS certificate verification disabled — MITM-vulnerable",
1395
+ "finding_id": "crypto-tls-no-verify:sast/crypto-protocol.js:118",
1396
+ "affectsAsset": null,
1397
+ "atEntity": null
1398
+ },
1399
+ {
1400
+ "stride": "T",
1401
+ "strideLabel": "Tampering",
1402
+ "cwe": "CWE-345",
1403
+ "family": "eth-sign-used",
1404
+ "severity": "medium",
1405
+ "file": "sast/dapp-frontend.js",
1406
+ "line": 74,
1407
+ "vuln": "eth_sign — signs arbitrary 32-byte hash with no prefix (the \"death sign\")",
1408
+ "finding_id": "dapp-eth-sign:sast/dapp-frontend.js:74",
1409
+ "affectsAsset": null,
1410
+ "atEntity": null
1411
+ },
1412
+ {
1413
+ "stride": "T",
1414
+ "strideLabel": "Tampering",
1415
+ "cwe": "CWE-841",
1416
+ "family": "state-machine-bypass",
1417
+ "severity": "medium",
1418
+ "file": "integrations/tickets.js",
1419
+ "line": 191,
1420
+ "vuln": "State-machine bypass: write 'closed' not in declared set pending,approved,rejected",
1421
+ "finding_id": "state-machine:integrations/tickets.js:191:closed",
1422
+ "affectsAsset": null,
1423
+ "atEntity": null
1424
+ },
1425
+ {
1426
+ "stride": "T",
1427
+ "strideLabel": "Tampering",
1428
+ "cwe": "CWE-841",
1429
+ "family": "state-machine-bypass",
1430
+ "severity": "medium",
1431
+ "file": "posture/business-logic.js",
1432
+ "line": 141,
1433
+ "vuln": "State-machine bypass: write '<not in set>' not in declared set pending,approved,rejected",
1434
+ "finding_id": "state-machine:posture/business-logic.js:141:<not in set>",
1435
+ "affectsAsset": null,
1436
+ "atEntity": null
1437
+ },
1438
+ {
1439
+ "stride": "T",
1440
+ "strideLabel": "Tampering",
1441
+ "cwe": "CWE-841",
1442
+ "family": "state-machine-bypass",
1443
+ "severity": "medium",
1444
+ "file": "posture/fix-history.js",
1445
+ "line": 261,
1446
+ "vuln": "State-machine bypass: write 'failed' not in declared set pending,approved,rejected",
1447
+ "finding_id": "state-machine:posture/fix-history.js:261:failed",
1448
+ "affectsAsset": null,
1449
+ "atEntity": null
1450
+ },
1451
+ {
1452
+ "stride": "T",
1453
+ "strideLabel": "Tampering",
1454
+ "cwe": "CWE-841",
1455
+ "family": "state-machine-bypass",
1456
+ "severity": "medium",
1457
+ "file": "posture/fix-history.js",
1458
+ "line": 267,
1459
+ "vuln": "State-machine bypass: write 'applied' not in declared set pending,approved,rejected",
1460
+ "finding_id": "state-machine:posture/fix-history.js:267:applied",
1461
+ "affectsAsset": null,
1462
+ "atEntity": null
1463
+ },
1464
+ {
1465
+ "stride": "T",
1466
+ "strideLabel": "Tampering",
1467
+ "cwe": "CWE-841",
1468
+ "family": "state-machine-bypass",
1469
+ "severity": "medium",
1470
+ "file": "posture/fix-history.js",
1471
+ "line": 312,
1472
+ "vuln": "State-machine bypass: write 'failed' not in declared set pending,approved,rejected",
1473
+ "finding_id": "state-machine:posture/fix-history.js:312:failed",
1474
+ "affectsAsset": null,
1475
+ "atEntity": null
1476
+ },
1477
+ {
1478
+ "stride": "T",
1479
+ "strideLabel": "Tampering",
1480
+ "cwe": "CWE-841",
1481
+ "family": "state-machine-bypass",
1482
+ "severity": "medium",
1483
+ "file": "posture/fix-history.js",
1484
+ "line": 322,
1485
+ "vuln": "State-machine bypass: write 'applied-stale' not in declared set pending,approved,rejected",
1486
+ "finding_id": "state-machine:posture/fix-history.js:322:applied-stale",
1487
+ "affectsAsset": null,
1488
+ "atEntity": null
1489
+ },
1490
+ {
1491
+ "stride": "T",
1492
+ "strideLabel": "Tampering",
1493
+ "cwe": "CWE-841",
1494
+ "family": "state-machine-bypass",
1495
+ "severity": "medium",
1496
+ "file": "posture/fix-history.js",
1497
+ "line": 325,
1498
+ "vuln": "State-machine bypass: write 'applied' not in declared set pending,approved,rejected",
1499
+ "finding_id": "state-machine:posture/fix-history.js:325:applied",
1500
+ "affectsAsset": null,
1501
+ "atEntity": null
1502
+ },
1503
+ {
1504
+ "stride": "T",
1505
+ "strideLabel": "Tampering",
1506
+ "cwe": "CWE-841",
1507
+ "family": "state-machine-bypass",
1508
+ "severity": "medium",
1509
+ "file": "posture/fix-history.js",
1510
+ "line": 330,
1511
+ "vuln": "State-machine bypass: write 'failed' not in declared set pending,approved,rejected",
1512
+ "finding_id": "state-machine:posture/fix-history.js:330:failed",
1513
+ "affectsAsset": null,
1514
+ "atEntity": null
1515
+ },
1516
+ {
1517
+ "stride": "T",
1518
+ "strideLabel": "Tampering",
1519
+ "cwe": "CWE-841",
1520
+ "family": "state-machine-bypass",
1521
+ "severity": "medium",
1522
+ "file": "posture/fix-history.js",
1523
+ "line": 335,
1524
+ "vuln": "State-machine bypass: write 'failed' not in declared set pending,approved,rejected",
1525
+ "finding_id": "state-machine:posture/fix-history.js:335:failed",
1526
+ "affectsAsset": null,
1527
+ "atEntity": null
1528
+ },
1529
+ {
1530
+ "stride": "T",
1531
+ "strideLabel": "Tampering",
1532
+ "cwe": "CWE-841",
1533
+ "family": "state-machine-bypass",
1534
+ "severity": "medium",
1535
+ "file": "posture/triage.js",
1536
+ "line": 68,
1537
+ "vuln": "State-machine bypass: write 'fixed' not in declared set pending,approved,rejected",
1538
+ "finding_id": "state-machine:posture/triage.js:68:fixed",
1539
+ "affectsAsset": null,
1540
+ "atEntity": null
1541
+ },
1542
+ {
1543
+ "stride": "T",
1544
+ "strideLabel": "Tampering",
1545
+ "cwe": "CWE-841",
1546
+ "family": "state-machine-bypass",
1547
+ "severity": "medium",
1548
+ "file": "sast/logic.js",
1549
+ "line": 29,
1550
+ "vuln": "State-machine bypass: write 'completed' not in declared set pending,approved,rejected",
1551
+ "finding_id": "state-machine:sast/logic.js:29:completed",
1552
+ "affectsAsset": null,
1553
+ "atEntity": null
1554
+ },
1555
+ {
1556
+ "stride": "T",
1557
+ "strideLabel": "Tampering",
1558
+ "cwe": "CWE-770",
1559
+ "family": "spec-drift",
1560
+ "severity": "medium",
1561
+ "file": "sast/rate-limit.js",
1562
+ "line": 34,
1563
+ "vuln": "Spec drift — _hasRateLimit() claims rate-limit-impl but body lacks expected evidence",
1564
+ "finding_id": "spec-drift:rate-limit-impl:sast/rate-limit.js:34",
1565
+ "affectsAsset": null,
1566
+ "atEntity": null
1567
+ },
1568
+ {
1569
+ "stride": "T",
1570
+ "strideLabel": "Tampering",
1571
+ "cwe": "CWE-770",
1572
+ "family": "spec-drift",
1573
+ "severity": "medium",
1574
+ "file": "sast/rate-limit.js",
1575
+ "line": 77,
1576
+ "vuln": "Spec drift — scanRateLimit() claims rate-limit-impl but body lacks expected evidence",
1577
+ "finding_id": "spec-drift:rate-limit-impl:sast/rate-limit.js:77",
1578
+ "affectsAsset": null,
1579
+ "atEntity": null
1580
+ },
1581
+ {
1582
+ "stride": "T",
1583
+ "strideLabel": "Tampering",
1584
+ "cwe": "CWE-1336",
1585
+ "family": "prompt-template-user-input-interpolated-",
1586
+ "severity": "low",
1587
+ "file": "llm-validator/index.js",
1588
+ "line": 58,
1589
+ "vuln": "Prompt Template: user input interpolated into prompt string without isolation",
1590
+ "finding_id": "prompt-tpl:llm-validator/index.js:58:Prompt_Template__user_input_interpolated_into_prompt_string_",
1591
+ "affectsAsset": null,
1592
+ "atEntity": null
1593
+ },
1594
+ {
1595
+ "stride": "T",
1596
+ "strideLabel": "Tampering",
1597
+ "cwe": "CWE-1321",
1598
+ "family": "prototype-pollution",
1599
+ "severity": "low",
1600
+ "file": "posture/adversarial-self-test.js",
1601
+ "line": 60,
1602
+ "vuln": "Prototype Pollution: Direct write to __proto__ / constructor.prototype",
1603
+ "finding_id": "prototype-pollution-direct:posture/adversarial-self-test.js:60",
1604
+ "affectsAsset": null,
1605
+ "atEntity": null
1606
+ },
1607
+ {
1608
+ "stride": "E",
1609
+ "strideLabel": "Elevation of Privilege",
1610
+ "cwe": "CWE-1321",
1611
+ "family": "prototype-pollution",
1612
+ "severity": "low",
1613
+ "file": "posture/adversarial-self-test.js",
1614
+ "line": 60,
1615
+ "vuln": "Prototype Pollution: Direct write to __proto__ / constructor.prototype",
1616
+ "finding_id": "prototype-pollution-direct:posture/adversarial-self-test.js:60",
1617
+ "affectsAsset": null,
1618
+ "atEntity": null
1619
+ },
1620
+ {
1621
+ "stride": "T",
1622
+ "strideLabel": "Tampering",
1623
+ "cwe": "CWE-77",
1624
+ "family": "user-input-concatenated-into-system-prom",
1625
+ "severity": "low",
1626
+ "file": "posture/adversary-agent.js",
1627
+ "line": 109,
1628
+ "vuln": "User input concatenated into system prompt — direct prompt injection",
1629
+ "finding_id": "llm-redteam:userInputInSystem:posture/adversary-agent.js:109",
1630
+ "affectsAsset": null,
1631
+ "atEntity": null
1632
+ },
1633
+ {
1634
+ "stride": "T",
1635
+ "strideLabel": "Tampering",
1636
+ "cwe": "CWE-1336",
1637
+ "family": "prompt-template-user-input-interpolated-",
1638
+ "severity": "low",
1639
+ "file": "posture/llm-redteam-prompts.js",
1640
+ "line": 332,
1641
+ "vuln": "Prompt Template: user input interpolated into prompt string without isolation",
1642
+ "finding_id": "prompt-tpl:posture/llm-redteam-prompts.js:332:Prompt_Template__user_input_interpolated_into_prompt_string_",
1643
+ "affectsAsset": null,
1644
+ "atEntity": null
1645
+ },
1646
+ {
1647
+ "stride": "T",
1648
+ "strideLabel": "Tampering",
1649
+ "cwe": "CWE-347",
1650
+ "family": "idor",
1651
+ "severity": "low",
1652
+ "file": "sast/authz.js",
1653
+ "line": 33,
1654
+ "vuln": "AuthZ: jwt.verify called without algorithms allow-list",
1655
+ "finding_id": "authz:sast/authz.js:33:AuthZ__jwt_verify_called_without_algorithms_allow_list",
1656
+ "affectsAsset": null,
1657
+ "atEntity": null
1658
+ },
1659
+ {
1660
+ "stride": "T",
1661
+ "strideLabel": "Tampering",
1662
+ "cwe": "CWE-349",
1663
+ "family": "cache-poisoning",
1664
+ "severity": "low",
1665
+ "file": "sast/cache-poisoning.js",
1666
+ "line": 20,
1667
+ "vuln": "Cache Poisoning — X-Forwarded-Host reflected from request to response",
1668
+ "finding_id": "cache-poison-reflect:sast/cache-poisoning.js:20",
1669
+ "affectsAsset": null,
1670
+ "atEntity": null
1671
+ },
1672
+ {
1673
+ "stride": "T",
1674
+ "strideLabel": "Tampering",
1675
+ "cwe": "CWE-95",
1676
+ "family": "client-side-eval-with-dynamic-input",
1677
+ "severity": "low",
1678
+ "file": "sast/client-side.js",
1679
+ "line": 135,
1680
+ "vuln": "Client-Side — eval with Dynamic Input",
1681
+ "finding_id": "client-side:CLIENT_EVAL:sast/client-side.js:135",
1682
+ "affectsAsset": null,
1683
+ "atEntity": null
1684
+ },
1685
+ {
1686
+ "stride": "T",
1687
+ "strideLabel": "Tampering",
1688
+ "cwe": "CWE-95",
1689
+ "family": "client-side-eval-with-dynamic-input",
1690
+ "severity": "low",
1691
+ "file": "sast/client-side.js",
1692
+ "line": 139,
1693
+ "vuln": "Client-Side — eval with Dynamic Input",
1694
+ "finding_id": "client-side:CLIENT_EVAL:sast/client-side.js:139",
1695
+ "affectsAsset": null,
1696
+ "atEntity": null
1697
+ },
1698
+ {
1699
+ "stride": "T",
1700
+ "strideLabel": "Tampering",
1701
+ "cwe": "CWE-95",
1702
+ "family": "client-side-eval-with-dynamic-input",
1703
+ "severity": "low",
1704
+ "file": "sast/client-side.js",
1705
+ "line": 140,
1706
+ "vuln": "Client-Side — eval with Dynamic Input",
1707
+ "finding_id": "client-side:CLIENT_EVAL:sast/client-side.js:140",
1708
+ "affectsAsset": null,
1709
+ "atEntity": null
1710
+ },
1711
+ {
1712
+ "stride": "T",
1713
+ "strideLabel": "Tampering",
1714
+ "cwe": "CWE-347",
1715
+ "family": "idor",
1716
+ "severity": "low",
1717
+ "file": "sast/crypto-protocol.js",
1718
+ "line": 374,
1719
+ "vuln": "AuthZ: jwt.verify called without algorithms allow-list",
1720
+ "finding_id": "authz:sast/crypto-protocol.js:374:AuthZ__jwt_verify_called_without_algorithms_allow_list",
1721
+ "affectsAsset": null,
1722
+ "atEntity": null
1723
+ },
1724
+ {
1725
+ "stride": "T",
1726
+ "strideLabel": "Tampering",
1727
+ "cwe": "CWE-347",
1728
+ "family": "idor",
1729
+ "severity": "low",
1730
+ "file": "sast/crypto-protocol.js",
1731
+ "line": 375,
1732
+ "vuln": "AuthZ: jwt.verify called without algorithms allow-list",
1733
+ "finding_id": "authz:sast/crypto-protocol.js:375:AuthZ__jwt_verify_called_without_algorithms_allow_list",
1734
+ "affectsAsset": null,
1735
+ "atEntity": null
1736
+ },
1737
+ {
1738
+ "stride": "T",
1739
+ "strideLabel": "Tampering",
1740
+ "cwe": "CWE-326",
1741
+ "family": "crypto-tls-version",
1742
+ "severity": "low",
1743
+ "file": "sast/crypto-protocol.js",
1744
+ "line": 67,
1745
+ "vuln": "TLS configured to accept versions below TLS 1.2",
1746
+ "finding_id": "crypto-tls-min-version:sast/crypto-protocol.js:67",
1747
+ "affectsAsset": null,
1748
+ "atEntity": null
1749
+ },
1750
+ {
1751
+ "stride": "T",
1752
+ "strideLabel": "Tampering",
1753
+ "cwe": "CWE-326",
1754
+ "family": "crypto-tls-version",
1755
+ "severity": "low",
1756
+ "file": "sast/crypto-protocol.js",
1757
+ "line": 69,
1758
+ "vuln": "TLS configured to accept versions below TLS 1.2",
1759
+ "finding_id": "crypto-tls-min-version:sast/crypto-protocol.js:69",
1760
+ "affectsAsset": null,
1761
+ "atEntity": null
1762
+ },
1763
+ {
1764
+ "stride": "I",
1765
+ "strideLabel": "Information Disclosure",
1766
+ "cwe": "CWE-327",
1767
+ "family": "crypto-weak-cipher",
1768
+ "severity": "low",
1769
+ "file": "sast/crypto-protocol.js",
1770
+ "line": 141,
1771
+ "vuln": "Weak symmetric cipher in use (DES / 3DES / RC4 / Blowfish / NULL / EXPORT)",
1772
+ "finding_id": "crypto-weak-cipher:sast/crypto-protocol.js:141",
1773
+ "affectsAsset": null,
1774
+ "atEntity": null
1775
+ },
1776
+ {
1777
+ "stride": "I",
1778
+ "strideLabel": "Information Disclosure",
1779
+ "cwe": "CWE-327",
1780
+ "family": "crypto-weak-cipher",
1781
+ "severity": "low",
1782
+ "file": "sast/crypto-protocol.js",
1783
+ "line": 143,
1784
+ "vuln": "Weak symmetric cipher in use (DES / 3DES / RC4 / Blowfish / NULL / EXPORT)",
1785
+ "finding_id": "crypto-weak-cipher:sast/crypto-protocol.js:143",
1786
+ "affectsAsset": null,
1787
+ "atEntity": null
1788
+ },
1789
+ {
1790
+ "stride": "I",
1791
+ "strideLabel": "Information Disclosure",
1792
+ "cwe": "CWE-327",
1793
+ "family": "crypto-weak-cipher",
1794
+ "severity": "low",
1795
+ "file": "sast/crypto-protocol.js",
1796
+ "line": 145,
1797
+ "vuln": "Weak symmetric cipher in use (DES / 3DES / RC4 / Blowfish / NULL / EXPORT)",
1798
+ "finding_id": "crypto-weak-cipher:sast/crypto-protocol.js:145",
1799
+ "affectsAsset": null,
1800
+ "atEntity": null
1801
+ },
1802
+ {
1803
+ "stride": "I",
1804
+ "strideLabel": "Information Disclosure",
1805
+ "cwe": "CWE-327",
1806
+ "family": "crypto-weak-cipher",
1807
+ "severity": "low",
1808
+ "file": "sast/crypto-protocol.js",
1809
+ "line": 149,
1810
+ "vuln": "Weak symmetric cipher in use (DES / 3DES / RC4 / Blowfish / NULL / EXPORT)",
1811
+ "finding_id": "crypto-weak-cipher:sast/crypto-protocol.js:149",
1812
+ "affectsAsset": null,
1813
+ "atEntity": null
1814
+ },
1815
+ {
1816
+ "stride": "T",
1817
+ "strideLabel": "Tampering",
1818
+ "cwe": "CWE-345",
1819
+ "family": "crypto-jwt-key-confusion",
1820
+ "severity": "low",
1821
+ "file": "sast/crypto-protocol.js",
1822
+ "line": 374,
1823
+ "vuln": "jwt.verify called without algorithms allowlist — algorithm-confusion attack",
1824
+ "finding_id": "crypto-jwt-no-algs-allowlist:sast/crypto-protocol.js:374",
1825
+ "affectsAsset": null,
1826
+ "atEntity": null
1827
+ },
1828
+ {
1829
+ "stride": "T",
1830
+ "strideLabel": "Tampering",
1831
+ "cwe": "CWE-1336",
1832
+ "family": "prompt-template-user-input-interpolated-",
1833
+ "severity": "low",
1834
+ "file": "sast/k8s-admission.js",
1835
+ "line": 139,
1836
+ "vuln": "Prompt Template: user input interpolated into prompt string without isolation",
1837
+ "finding_id": "prompt-tpl:sast/k8s-admission.js:139:Prompt_Template__user_input_interpolated_into_prompt_string_",
1838
+ "affectsAsset": null,
1839
+ "atEntity": null
1840
+ },
1841
+ {
1842
+ "stride": "T",
1843
+ "strideLabel": "Tampering",
1844
+ "cwe": "CWE-1427",
1845
+ "family": "llm-app-security",
1846
+ "severity": "low",
1847
+ "file": "sast/llm-app.js",
1848
+ "line": 93,
1849
+ "vuln": "Prompt Injection — system prompt concatenated with user input",
1850
+ "finding_id": "llm-prompt-injection-mix:93",
1851
+ "affectsAsset": null,
1852
+ "atEntity": null
1853
+ },
1854
+ {
1855
+ "stride": "T",
1856
+ "strideLabel": "Tampering",
1857
+ "cwe": "CWE-1427",
1858
+ "family": "llm-app-security",
1859
+ "severity": "low",
1860
+ "file": "sast/llm-app.js",
1861
+ "line": 136,
1862
+ "vuln": "RAG Injection — vector-store result flows into LLM prompt without sanitization",
1863
+ "finding_id": "llm-rag-injection:136",
1864
+ "affectsAsset": null,
1865
+ "atEntity": null
1866
+ },
1867
+ {
1868
+ "stride": "T",
1869
+ "strideLabel": "Tampering",
1870
+ "cwe": "CWE-1427",
1871
+ "family": "llm-app-security",
1872
+ "severity": "low",
1873
+ "file": "sast/llm-app.js",
1874
+ "line": 137,
1875
+ "vuln": "RAG Injection — vector-store result flows into LLM prompt without sanitization",
1876
+ "finding_id": "llm-rag-injection:137",
1877
+ "affectsAsset": null,
1878
+ "atEntity": null
1879
+ },
1880
+ {
1881
+ "stride": "E",
1882
+ "strideLabel": "Elevation of Privilege",
1883
+ "cwe": "CWE-502",
1884
+ "family": "llm-app-security",
1885
+ "severity": "low",
1886
+ "file": "sast/llm-app.js",
1887
+ "line": 163,
1888
+ "vuln": "Untrusted Model Load — model file loaded from a non-literal path",
1889
+ "finding_id": "llm-model-load-untrusted:163",
1890
+ "affectsAsset": null,
1891
+ "atEntity": null
1892
+ },
1893
+ {
1894
+ "stride": "T",
1895
+ "strideLabel": "Tampering",
1896
+ "cwe": "CWE-1427",
1897
+ "family": "prompt-injection-system-prompt-built-fro",
1898
+ "severity": "low",
1899
+ "file": "sast/llm-owasp.js",
1900
+ "line": 180,
1901
+ "vuln": "Prompt Injection — system prompt built from concatenated/interpolated content (LLM01)",
1902
+ "finding_id": "llm-owasp:sast/llm-owasp.js:180:llm01-dynamic-system:concat",
1903
+ "affectsAsset": null,
1904
+ "atEntity": null
1905
+ },
1906
+ {
1907
+ "stride": "T",
1908
+ "strideLabel": "Tampering",
1909
+ "cwe": "CWE-1427",
1910
+ "family": "prompt-injection-system-prompt-built-fro",
1911
+ "severity": "low",
1912
+ "file": "sast/llm-owasp.js",
1913
+ "line": 181,
1914
+ "vuln": "Prompt Injection — system prompt built from concatenated/interpolated content (LLM01)",
1915
+ "finding_id": "llm-owasp:sast/llm-owasp.js:181:llm01-dynamic-system:fstring",
1916
+ "affectsAsset": null,
1917
+ "atEntity": null
1918
+ },
1919
+ {
1920
+ "stride": "T",
1921
+ "strideLabel": "Tampering",
1922
+ "cwe": "CWE-1427",
1923
+ "family": "prompt-injection-system-prompt-built-fro",
1924
+ "severity": "low",
1925
+ "file": "sast/llm-owasp.js",
1926
+ "line": 182,
1927
+ "vuln": "Prompt Injection — system prompt built from concatenated/interpolated content (LLM01)",
1928
+ "finding_id": "llm-owasp:sast/llm-owasp.js:182:llm01-dynamic-system:template",
1929
+ "affectsAsset": null,
1930
+ "atEntity": null
1931
+ },
1932
+ {
1933
+ "stride": "T",
1934
+ "strideLabel": "Tampering",
1935
+ "cwe": "CWE-1336",
1936
+ "family": "prompt-template-user-input-interpolated-",
1937
+ "severity": "low",
1938
+ "file": "sast/llm-owasp.js",
1939
+ "line": 125,
1940
+ "vuln": "Prompt Template: user input interpolated into prompt string without isolation",
1941
+ "finding_id": "prompt-tpl:sast/llm-owasp.js:125:Prompt_Template__user_input_interpolated_into_prompt_string_",
1942
+ "affectsAsset": null,
1943
+ "atEntity": null
1944
+ },
1945
+ {
1946
+ "stride": "E",
1947
+ "strideLabel": "Elevation of Privilege",
1948
+ "cwe": "CWE-502",
1949
+ "family": "llm-app-security",
1950
+ "severity": "low",
1951
+ "file": "sast/model-load.js",
1952
+ "line": 45,
1953
+ "vuln": "Untrusted Model Load — model file loaded from a non-literal path",
1954
+ "finding_id": "llm-model-load-untrusted:45",
1955
+ "affectsAsset": null,
1956
+ "atEntity": null
1957
+ },
1958
+ {
1959
+ "stride": "T",
1960
+ "strideLabel": "Tampering",
1961
+ "cwe": "CWE-79",
1962
+ "family": "xss",
1963
+ "severity": "low",
1964
+ "file": "sast/mutation-xss.js",
1965
+ "line": 123,
1966
+ "vuln": "Markdown→HTML XSS — user-supplied Markdown rendered to HTML without sanitization",
1967
+ "finding_id": "markdown-xss:sast/mutation-xss.js:123",
1968
+ "affectsAsset": null,
1969
+ "atEntity": null
1970
+ },
1971
+ {
1972
+ "stride": "I",
1973
+ "strideLabel": "Information Disclosure",
1974
+ "cwe": "CWE-327",
1975
+ "family": "pqc-migration",
1976
+ "severity": "low",
1977
+ "file": "sast/post-quantum-crypto.js",
1978
+ "line": 136,
1979
+ "vuln": "Pre-quantum RSA (rsa-encrypt) — replace with ML-KEM-768 before CRQC arrives",
1980
+ "finding_id": "pqc-rsa-encrypt:sast/post-quantum-crypto.js:136",
1981
+ "affectsAsset": null,
1982
+ "atEntity": null
1983
+ },
1984
+ {
1985
+ "stride": "I",
1986
+ "strideLabel": "Information Disclosure",
1987
+ "cwe": "CWE-22",
1988
+ "family": "zip-slip",
1989
+ "severity": "low",
1990
+ "file": "sast/zip-slip.js",
1991
+ "line": 192,
1992
+ "vuln": "Zip Slip: archive entry.path written to filesystem without sanitization",
1993
+ "finding_id": "zip-slip:sast/zip-slip.js:192:node-entry",
1994
+ "affectsAsset": null,
1995
+ "atEntity": null
1996
+ },
1997
+ {
1998
+ "stride": "T",
1999
+ "strideLabel": "Tampering",
2000
+ "cwe": "CWE-367",
2001
+ "family": "toctou-file-existence-permission-check-b",
2002
+ "severity": "low",
2003
+ "file": "badge.js",
2004
+ "line": 46,
2005
+ "vuln": "TOCTOU: file existence/permission check before open",
2006
+ "finding_id": "toctou-fs:badge.js:46",
2007
+ "affectsAsset": null,
2008
+ "atEntity": null
2009
+ },
2010
+ {
2011
+ "stride": "T",
2012
+ "strideLabel": "Tampering",
2013
+ "cwe": "CWE-367",
2014
+ "family": "toctou-file-existence-permission-check-b",
2015
+ "severity": "low",
2016
+ "file": "leaderboard.js",
2017
+ "line": 103,
2018
+ "vuln": "TOCTOU: file existence/permission check before open",
2019
+ "finding_id": "toctou-fs:leaderboard.js:103",
2020
+ "affectsAsset": null,
2021
+ "atEntity": null
2022
+ },
2023
+ {
2024
+ "stride": "I",
2025
+ "strideLabel": "Information Disclosure",
2026
+ "cwe": "CWE-918",
2027
+ "family": "ssrf",
2028
+ "severity": "low",
2029
+ "file": "pr-comment.js",
2030
+ "line": 41,
2031
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2032
+ "finding_id": "ssrf-meta-hardcoded:pr-comment.js:41",
2033
+ "affectsAsset": null,
2034
+ "atEntity": null
2035
+ },
2036
+ {
2037
+ "stride": "E",
2038
+ "strideLabel": "Elevation of Privilege",
2039
+ "cwe": "CWE-918",
2040
+ "family": "ssrf",
2041
+ "severity": "low",
2042
+ "file": "pr-comment.js",
2043
+ "line": 41,
2044
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2045
+ "finding_id": "ssrf-meta-hardcoded:pr-comment.js:41",
2046
+ "affectsAsset": null,
2047
+ "atEntity": null
2048
+ },
2049
+ {
2050
+ "stride": "T",
2051
+ "strideLabel": "Tampering",
2052
+ "cwe": "CWE-367",
2053
+ "family": "toctou-file-existence-permission-check-b",
2054
+ "severity": "low",
2055
+ "file": "runScan.js",
2056
+ "line": 39,
2057
+ "vuln": "TOCTOU: file existence/permission check before open",
2058
+ "finding_id": "toctou-fs:runScan.js:39",
2059
+ "affectsAsset": null,
2060
+ "atEntity": null
2061
+ },
2062
+ {
2063
+ "stride": "I",
2064
+ "strideLabel": "Information Disclosure",
2065
+ "cwe": "CWE-918",
2066
+ "family": "ssrf",
2067
+ "severity": "low",
2068
+ "file": "dataflow/catalog.js",
2069
+ "line": 547,
2070
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2071
+ "finding_id": "ssrf-meta-hardcoded:dataflow/catalog.js:547",
2072
+ "affectsAsset": null,
2073
+ "atEntity": null
2074
+ },
2075
+ {
2076
+ "stride": "E",
2077
+ "strideLabel": "Elevation of Privilege",
2078
+ "cwe": "CWE-918",
2079
+ "family": "ssrf",
2080
+ "severity": "low",
2081
+ "file": "dataflow/catalog.js",
2082
+ "line": 547,
2083
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2084
+ "finding_id": "ssrf-meta-hardcoded:dataflow/catalog.js:547",
2085
+ "affectsAsset": null,
2086
+ "atEntity": null
2087
+ },
2088
+ {
2089
+ "stride": "T",
2090
+ "strideLabel": "Tampering",
2091
+ "cwe": "CWE-367",
2092
+ "family": "toctou-file-existence-permission-check-b",
2093
+ "severity": "low",
2094
+ "file": "dataflow/cross-service-taint.js",
2095
+ "line": 53,
2096
+ "vuln": "TOCTOU: file existence/permission check before open",
2097
+ "finding_id": "toctou-fs:dataflow/cross-service-taint.js:53",
2098
+ "affectsAsset": null,
2099
+ "atEntity": null
2100
+ },
2101
+ {
2102
+ "stride": "T",
2103
+ "strideLabel": "Tampering",
2104
+ "cwe": "CWE-367",
2105
+ "family": "toctou-file-existence-permission-check-b",
2106
+ "severity": "low",
2107
+ "file": "dataflow/cross-service-taint.js",
2108
+ "line": 97,
2109
+ "vuln": "TOCTOU: file existence/permission check before open",
2110
+ "finding_id": "toctou-fs:dataflow/cross-service-taint.js:97",
2111
+ "affectsAsset": null,
2112
+ "atEntity": null
2113
+ },
2114
+ {
2115
+ "stride": "I",
2116
+ "strideLabel": "Information Disclosure",
2117
+ "cwe": "CWE-918",
2118
+ "family": "ssrf",
2119
+ "severity": "low",
2120
+ "file": "dataflow/exploit-prover.js",
2121
+ "line": 33,
2122
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2123
+ "finding_id": "ssrf-meta-hardcoded:dataflow/exploit-prover.js:33",
2124
+ "affectsAsset": null,
2125
+ "atEntity": null
2126
+ },
2127
+ {
2128
+ "stride": "E",
2129
+ "strideLabel": "Elevation of Privilege",
2130
+ "cwe": "CWE-918",
2131
+ "family": "ssrf",
2132
+ "severity": "low",
2133
+ "file": "dataflow/exploit-prover.js",
2134
+ "line": 33,
2135
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2136
+ "finding_id": "ssrf-meta-hardcoded:dataflow/exploit-prover.js:33",
2137
+ "affectsAsset": null,
2138
+ "atEntity": null
2139
+ },
2140
+ {
2141
+ "stride": "T",
2142
+ "strideLabel": "Tampering",
2143
+ "cwe": "CWE-367",
2144
+ "family": "toctou-file-existence-permission-check-b",
2145
+ "severity": "low",
2146
+ "file": "dataflow/ifds-precise.js",
2147
+ "line": 177,
2148
+ "vuln": "TOCTOU: file existence/permission check before open",
2149
+ "finding_id": "toctou-fs:dataflow/ifds-precise.js:177",
2150
+ "affectsAsset": null,
2151
+ "atEntity": null
2152
+ },
2153
+ {
2154
+ "stride": "T",
2155
+ "strideLabel": "Tampering",
2156
+ "cwe": "CWE-367",
2157
+ "family": "toctou-file-existence-permission-check-b",
2158
+ "severity": "low",
2159
+ "file": "dataflow/incremental.js",
2160
+ "line": 50,
2161
+ "vuln": "TOCTOU: file existence/permission check before open",
2162
+ "finding_id": "toctou-fs:dataflow/incremental.js:50",
2163
+ "affectsAsset": null,
2164
+ "atEntity": null
2165
+ },
2166
+ {
2167
+ "stride": "T",
2168
+ "strideLabel": "Tampering",
2169
+ "cwe": "CWE-367",
2170
+ "family": "toctou-file-existence-permission-check-b",
2171
+ "severity": "low",
2172
+ "file": "dataflow/incremental.js",
2173
+ "line": 68,
2174
+ "vuln": "TOCTOU: file existence/permission check before open",
2175
+ "finding_id": "toctou-fs:dataflow/incremental.js:68",
2176
+ "affectsAsset": null,
2177
+ "atEntity": null
2178
+ },
2179
+ {
2180
+ "stride": "T",
2181
+ "strideLabel": "Tampering",
2182
+ "cwe": "CWE-367",
2183
+ "family": "toctou-file-existence-permission-check-b",
2184
+ "severity": "low",
2185
+ "file": "integrations/index.js",
2186
+ "line": 24,
2187
+ "vuln": "TOCTOU: file existence/permission check before open",
2188
+ "finding_id": "toctou-fs:integrations/index.js:24",
2189
+ "affectsAsset": null,
2190
+ "atEntity": null
2191
+ },
2192
+ {
2193
+ "stride": "T",
2194
+ "strideLabel": "Tampering",
2195
+ "cwe": "CWE-367",
2196
+ "family": "toctou-file-existence-permission-check-b",
2197
+ "severity": "low",
2198
+ "file": "integrations/tickets.js",
2199
+ "line": 26,
2200
+ "vuln": "TOCTOU: file existence/permission check before open",
2201
+ "finding_id": "toctou-fs:integrations/tickets.js:26",
2202
+ "affectsAsset": null,
2203
+ "atEntity": null
2204
+ },
2205
+ {
2206
+ "stride": "T",
2207
+ "strideLabel": "Tampering",
2208
+ "cwe": "CWE-367",
2209
+ "family": "toctou-file-existence-permission-check-b",
2210
+ "severity": "low",
2211
+ "file": "integrations/tickets.js",
2212
+ "line": 146,
2213
+ "vuln": "TOCTOU: file existence/permission check before open",
2214
+ "finding_id": "toctou-fs:integrations/tickets.js:146",
2215
+ "affectsAsset": null,
2216
+ "atEntity": null
2217
+ },
2218
+ {
2219
+ "stride": "I",
2220
+ "strideLabel": "Information Disclosure",
2221
+ "cwe": "CWE-327",
2222
+ "family": "crypto-weak-hash",
2223
+ "severity": "low",
2224
+ "file": "ir/parser-py.helper.py",
2225
+ "line": 68,
2226
+ "vuln": "Weak hash algorithm (MD5 / SHA-1 / MD2 / MD4) used",
2227
+ "finding_id": "crypto-weak-hash:ir/parser-py.helper.py:68",
2228
+ "affectsAsset": null,
2229
+ "atEntity": null
2230
+ },
2231
+ {
2232
+ "stride": "T",
2233
+ "strideLabel": "Tampering",
2234
+ "cwe": "CWE-367",
2235
+ "family": "toctou-file-existence-permission-check-b",
2236
+ "severity": "low",
2237
+ "file": "ir/type-stubs.js",
2238
+ "line": 48,
2239
+ "vuln": "TOCTOU: file existence/permission check before open",
2240
+ "finding_id": "toctou-fs:ir/type-stubs.js:48",
2241
+ "affectsAsset": null,
2242
+ "atEntity": null
2243
+ },
2244
+ {
2245
+ "stride": "T",
2246
+ "strideLabel": "Tampering",
2247
+ "cwe": "CWE-176",
2248
+ "family": "path-normalization",
2249
+ "severity": "low",
2250
+ "file": "ir/universal-ir.js",
2251
+ "line": 93,
2252
+ "vuln": "Path Normalization Gap — extension extraction without null-byte/traversal sanitization",
2253
+ "finding_id": "path-norm:ir/universal-ir.js:93",
2254
+ "affectsAsset": null,
2255
+ "atEntity": null
2256
+ },
2257
+ {
2258
+ "stride": "T",
2259
+ "strideLabel": "Tampering",
2260
+ "cwe": "CWE-367",
2261
+ "family": "toctou-file-existence-permission-check-b",
2262
+ "severity": "low",
2263
+ "file": "lsp/server.js",
2264
+ "line": 114,
2265
+ "vuln": "TOCTOU: file existence/permission check before open",
2266
+ "finding_id": "toctou-fs:lsp/server.js:114",
2267
+ "affectsAsset": null,
2268
+ "atEntity": null
2269
+ },
2270
+ {
2271
+ "stride": "T",
2272
+ "strideLabel": "Tampering",
2273
+ "cwe": "CWE-367",
2274
+ "family": "toctou-file-existence-permission-check-b",
2275
+ "severity": "low",
2276
+ "file": "lsp/server.js",
2277
+ "line": 128,
2278
+ "vuln": "TOCTOU: file existence/permission check before open",
2279
+ "finding_id": "toctou-fs:lsp/server.js:128",
2280
+ "affectsAsset": null,
2281
+ "atEntity": null
2282
+ },
2283
+ {
2284
+ "stride": "T",
2285
+ "strideLabel": "Tampering",
2286
+ "cwe": "CWE-367",
2287
+ "family": "toctou-file-existence-permission-check-b",
2288
+ "severity": "low",
2289
+ "file": "lsp/server.js",
2290
+ "line": 204,
2291
+ "vuln": "TOCTOU: file existence/permission check before open",
2292
+ "finding_id": "toctou-fs:lsp/server.js:204",
2293
+ "affectsAsset": null,
2294
+ "atEntity": null
2295
+ },
2296
+ {
2297
+ "stride": "T",
2298
+ "strideLabel": "Tampering",
2299
+ "cwe": "CWE-367",
2300
+ "family": "toctou-file-existence-permission-check-b",
2301
+ "severity": "low",
2302
+ "file": "llm-validator/index.js",
2303
+ "line": 119,
2304
+ "vuln": "TOCTOU: file existence/permission check before open",
2305
+ "finding_id": "toctou-fs:llm-validator/index.js:119",
2306
+ "affectsAsset": null,
2307
+ "atEntity": null
2308
+ },
2309
+ {
2310
+ "stride": "T",
2311
+ "strideLabel": "Tampering",
2312
+ "cwe": "CWE-367",
2313
+ "family": "toctou-file-existence-permission-check-b",
2314
+ "severity": "low",
2315
+ "file": "mcp/audit.js",
2316
+ "line": 52,
2317
+ "vuln": "TOCTOU: file existence/permission check before open",
2318
+ "finding_id": "toctou-fs:mcp/audit.js:52",
2319
+ "affectsAsset": null,
2320
+ "atEntity": null
2321
+ },
2322
+ {
2323
+ "stride": "T",
2324
+ "strideLabel": "Tampering",
2325
+ "cwe": "CWE-367",
2326
+ "family": "toctou-file-existence-permission-check-b",
2327
+ "severity": "low",
2328
+ "file": "mcp/audit.js",
2329
+ "line": 127,
2330
+ "vuln": "TOCTOU: file existence/permission check before open",
2331
+ "finding_id": "toctou-fs:mcp/audit.js:127",
2332
+ "affectsAsset": null,
2333
+ "atEntity": null
2334
+ },
2335
+ {
2336
+ "stride": "T",
2337
+ "strideLabel": "Tampering",
2338
+ "cwe": "CWE-367",
2339
+ "family": "toctou-file-existence-permission-check-b",
2340
+ "severity": "low",
2341
+ "file": "mcp/tools.js",
2342
+ "line": 196,
2343
+ "vuln": "TOCTOU: file existence/permission check before open",
2344
+ "finding_id": "toctou-fs:mcp/tools.js:196",
2345
+ "affectsAsset": null,
2346
+ "atEntity": null
2347
+ },
2348
+ {
2349
+ "stride": "T",
2350
+ "strideLabel": "Tampering",
2351
+ "cwe": "CWE-367",
2352
+ "family": "toctou-file-existence-permission-check-b",
2353
+ "severity": "low",
2354
+ "file": "mcp/tools.js",
2355
+ "line": 320,
2356
+ "vuln": "TOCTOU: file existence/permission check before open",
2357
+ "finding_id": "toctou-fs:mcp/tools.js:320",
2358
+ "affectsAsset": null,
2359
+ "atEntity": null
2360
+ },
2361
+ {
2362
+ "stride": "T",
2363
+ "strideLabel": "Tampering",
2364
+ "cwe": "CWE-367",
2365
+ "family": "toctou-file-existence-permission-check-b",
2366
+ "severity": "low",
2367
+ "file": "mcp/tools.js",
2368
+ "line": 753,
2369
+ "vuln": "TOCTOU: file existence/permission check before open",
2370
+ "finding_id": "toctou-fs:mcp/tools.js:753",
2371
+ "affectsAsset": null,
2372
+ "atEntity": null
2373
+ },
2374
+ {
2375
+ "stride": "T",
2376
+ "strideLabel": "Tampering",
2377
+ "cwe": "CWE-367",
2378
+ "family": "toctou-file-existence-permission-check-b",
2379
+ "severity": "low",
2380
+ "file": "mcp/tools.js",
2381
+ "line": 835,
2382
+ "vuln": "TOCTOU: file existence/permission check before open",
2383
+ "finding_id": "toctou-fs:mcp/tools.js:835",
2384
+ "affectsAsset": null,
2385
+ "atEntity": null
2386
+ },
2387
+ {
2388
+ "stride": "T",
2389
+ "strideLabel": "Tampering",
2390
+ "cwe": "CWE-367",
2391
+ "family": "toctou-file-existence-permission-check-b",
2392
+ "severity": "low",
2393
+ "file": "posture/agents-memory.js",
2394
+ "line": 44,
2395
+ "vuln": "TOCTOU: file existence/permission check before open",
2396
+ "finding_id": "toctou-fs:posture/agents-memory.js:44",
2397
+ "affectsAsset": null,
2398
+ "atEntity": null
2399
+ },
2400
+ {
2401
+ "stride": "T",
2402
+ "strideLabel": "Tampering",
2403
+ "cwe": "CWE-367",
2404
+ "family": "toctou-file-existence-permission-check-b",
2405
+ "severity": "low",
2406
+ "file": "posture/agents-memory.js",
2407
+ "line": 69,
2408
+ "vuln": "TOCTOU: file existence/permission check before open",
2409
+ "finding_id": "toctou-fs:posture/agents-memory.js:69",
2410
+ "affectsAsset": null,
2411
+ "atEntity": null
2412
+ },
2413
+ {
2414
+ "stride": "T",
2415
+ "strideLabel": "Tampering",
2416
+ "cwe": "CWE-367",
2417
+ "family": "toctou-file-existence-permission-check-b",
2418
+ "severity": "low",
2419
+ "file": "posture/agents-memory.js",
2420
+ "line": 72,
2421
+ "vuln": "TOCTOU: file existence/permission check before open",
2422
+ "finding_id": "toctou-fs:posture/agents-memory.js:72",
2423
+ "affectsAsset": null,
2424
+ "atEntity": null
2425
+ },
2426
+ {
2427
+ "stride": "T",
2428
+ "strideLabel": "Tampering",
2429
+ "cwe": "CWE-367",
2430
+ "family": "toctou-file-existence-permission-check-b",
2431
+ "severity": "low",
2432
+ "file": "posture/agents-memory.js",
2433
+ "line": 107,
2434
+ "vuln": "TOCTOU: file existence/permission check before open",
2435
+ "finding_id": "toctou-fs:posture/agents-memory.js:107",
2436
+ "affectsAsset": null,
2437
+ "atEntity": null
2438
+ },
2439
+ {
2440
+ "stride": "T",
2441
+ "strideLabel": "Tampering",
2442
+ "cwe": "CWE-400",
2443
+ "family": "prompt-firewall-missing-max-tokens-cap",
2444
+ "severity": "low",
2445
+ "file": "posture/aibom.js",
2446
+ "line": 31,
2447
+ "vuln": "Prompt Firewall — Missing max_tokens Cap",
2448
+ "finding_id": "prompt-firewall:MISSING_MAX_TOKENS:posture/aibom.js:31",
2449
+ "affectsAsset": null,
2450
+ "atEntity": null
2451
+ },
2452
+ {
2453
+ "stride": "T",
2454
+ "strideLabel": "Tampering",
2455
+ "cwe": "CWE-770",
2456
+ "family": "llm-call-without-max-tokens-unbounded-co",
2457
+ "severity": "low",
2458
+ "file": "posture/aibom.js",
2459
+ "line": 31,
2460
+ "vuln": "LLM call without max_tokens — unbounded cost / DoS",
2461
+ "finding_id": "llm-redteam:noMaxTokens:posture/aibom.js:31",
2462
+ "affectsAsset": null,
2463
+ "atEntity": null
2464
+ },
2465
+ {
2466
+ "stride": "T",
2467
+ "strideLabel": "Tampering",
2468
+ "cwe": "CWE-770",
2469
+ "family": "llm-call-without-max-tokens-unbounded-co",
2470
+ "severity": "low",
2471
+ "file": "posture/aibom.js",
2472
+ "line": 34,
2473
+ "vuln": "LLM call without max_tokens — unbounded cost / DoS",
2474
+ "finding_id": "llm-redteam:noMaxTokens:posture/aibom.js:34",
2475
+ "affectsAsset": null,
2476
+ "atEntity": null
2477
+ },
2478
+ {
2479
+ "stride": "T",
2480
+ "strideLabel": "Tampering",
2481
+ "cwe": "CWE-367",
2482
+ "family": "toctou-file-existence-permission-check-b",
2483
+ "severity": "low",
2484
+ "file": "posture/auditor-walkthrough.js",
2485
+ "line": 60,
2486
+ "vuln": "TOCTOU: file existence/permission check before open",
2487
+ "finding_id": "toctou-fs:posture/auditor-walkthrough.js:60",
2488
+ "affectsAsset": null,
2489
+ "atEntity": null
2490
+ },
2491
+ {
2492
+ "stride": "T",
2493
+ "strideLabel": "Tampering",
2494
+ "cwe": "CWE-367",
2495
+ "family": "toctou-file-existence-permission-check-b",
2496
+ "severity": "low",
2497
+ "file": "posture/auth-posture-import.js",
2498
+ "line": 53,
2499
+ "vuln": "TOCTOU: file existence/permission check before open",
2500
+ "finding_id": "toctou-fs:posture/auth-posture-import.js:53",
2501
+ "affectsAsset": null,
2502
+ "atEntity": null
2503
+ },
2504
+ {
2505
+ "stride": "T",
2506
+ "strideLabel": "Tampering",
2507
+ "cwe": "CWE-367",
2508
+ "family": "toctou-file-existence-permission-check-b",
2509
+ "severity": "low",
2510
+ "file": "posture/calibration-drift.js",
2511
+ "line": 40,
2512
+ "vuln": "TOCTOU: file existence/permission check before open",
2513
+ "finding_id": "toctou-fs:posture/calibration-drift.js:40",
2514
+ "affectsAsset": null,
2515
+ "atEntity": null
2516
+ },
2517
+ {
2518
+ "stride": "T",
2519
+ "strideLabel": "Tampering",
2520
+ "cwe": "CWE-367",
2521
+ "family": "toctou-file-existence-permission-check-b",
2522
+ "severity": "low",
2523
+ "file": "posture/compliance-policy.js",
2524
+ "line": 48,
2525
+ "vuln": "TOCTOU: file existence/permission check before open",
2526
+ "finding_id": "toctou-fs:posture/compliance-policy.js:48",
2527
+ "affectsAsset": null,
2528
+ "atEntity": null
2529
+ },
2530
+ {
2531
+ "stride": "T",
2532
+ "strideLabel": "Tampering",
2533
+ "cwe": "CWE-367",
2534
+ "family": "toctou-file-existence-permission-check-b",
2535
+ "severity": "low",
2536
+ "file": "posture/compliance-policy.js",
2537
+ "line": 109,
2538
+ "vuln": "TOCTOU: file existence/permission check before open",
2539
+ "finding_id": "toctou-fs:posture/compliance-policy.js:109",
2540
+ "affectsAsset": null,
2541
+ "atEntity": null
2542
+ },
2543
+ {
2544
+ "stride": "T",
2545
+ "strideLabel": "Tampering",
2546
+ "cwe": "CWE-367",
2547
+ "family": "toctou-file-existence-permission-check-b",
2548
+ "severity": "low",
2549
+ "file": "posture/cross-repo-memory.js",
2550
+ "line": 62,
2551
+ "vuln": "TOCTOU: file existence/permission check before open",
2552
+ "finding_id": "toctou-fs:posture/cross-repo-memory.js:62",
2553
+ "affectsAsset": null,
2554
+ "atEntity": null
2555
+ },
2556
+ {
2557
+ "stride": "T",
2558
+ "strideLabel": "Tampering",
2559
+ "cwe": "CWE-176",
2560
+ "family": "path-normalization",
2561
+ "severity": "low",
2562
+ "file": "posture/custom-rules.js",
2563
+ "line": 182,
2564
+ "vuln": "Path Normalization Gap — extension extraction without null-byte/traversal sanitization",
2565
+ "finding_id": "path-norm:posture/custom-rules.js:182",
2566
+ "affectsAsset": null,
2567
+ "atEntity": null
2568
+ },
2569
+ {
2570
+ "stride": "T",
2571
+ "strideLabel": "Tampering",
2572
+ "cwe": "CWE-367",
2573
+ "family": "toctou-file-existence-permission-check-b",
2574
+ "severity": "low",
2575
+ "file": "posture/cve-alert-daemon.js",
2576
+ "line": 271,
2577
+ "vuln": "TOCTOU: file existence/permission check before open",
2578
+ "finding_id": "toctou-fs:posture/cve-alert-daemon.js:271",
2579
+ "affectsAsset": null,
2580
+ "atEntity": null
2581
+ },
2582
+ {
2583
+ "stride": "T",
2584
+ "strideLabel": "Tampering",
2585
+ "cwe": "CWE-367",
2586
+ "family": "toctou-file-existence-permission-check-b",
2587
+ "severity": "low",
2588
+ "file": "posture/cve-alert-daemon.js",
2589
+ "line": 289,
2590
+ "vuln": "TOCTOU: file existence/permission check before open",
2591
+ "finding_id": "toctou-fs:posture/cve-alert-daemon.js:289",
2592
+ "affectsAsset": null,
2593
+ "atEntity": null
2594
+ },
2595
+ {
2596
+ "stride": "T",
2597
+ "strideLabel": "Tampering",
2598
+ "cwe": "CWE-367",
2599
+ "family": "toctou-file-existence-permission-check-b",
2600
+ "severity": "low",
2601
+ "file": "posture/cve-lookup.js",
2602
+ "line": 32,
2603
+ "vuln": "TOCTOU: file existence/permission check before open",
2604
+ "finding_id": "toctou-fs:posture/cve-lookup.js:32",
2605
+ "affectsAsset": null,
2606
+ "atEntity": null
2607
+ },
2608
+ {
2609
+ "stride": "I",
2610
+ "strideLabel": "Information Disclosure",
2611
+ "cwe": "CWE-918",
2612
+ "family": "ssrf",
2613
+ "severity": "low",
2614
+ "file": "posture/defender-agent.js",
2615
+ "line": 41,
2616
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2617
+ "finding_id": "ssrf-meta-hardcoded:posture/defender-agent.js:41",
2618
+ "affectsAsset": null,
2619
+ "atEntity": null
2620
+ },
2621
+ {
2622
+ "stride": "E",
2623
+ "strideLabel": "Elevation of Privilege",
2624
+ "cwe": "CWE-918",
2625
+ "family": "ssrf",
2626
+ "severity": "low",
2627
+ "file": "posture/defender-agent.js",
2628
+ "line": 41,
2629
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2630
+ "finding_id": "ssrf-meta-hardcoded:posture/defender-agent.js:41",
2631
+ "affectsAsset": null,
2632
+ "atEntity": null
2633
+ },
2634
+ {
2635
+ "stride": "T",
2636
+ "strideLabel": "Tampering",
2637
+ "cwe": "CWE-367",
2638
+ "family": "toctou-file-existence-permission-check-b",
2639
+ "severity": "low",
2640
+ "file": "posture/dep-add-guard.js",
2641
+ "line": 28,
2642
+ "vuln": "TOCTOU: file existence/permission check before open",
2643
+ "finding_id": "toctou-fs:posture/dep-add-guard.js:28",
2644
+ "affectsAsset": null,
2645
+ "atEntity": null
2646
+ },
2647
+ {
2648
+ "stride": "T",
2649
+ "strideLabel": "Tampering",
2650
+ "cwe": "CWE-367",
2651
+ "family": "toctou-file-existence-permission-check-b",
2652
+ "severity": "low",
2653
+ "file": "posture/dep-add-guard.js",
2654
+ "line": 65,
2655
+ "vuln": "TOCTOU: file existence/permission check before open",
2656
+ "finding_id": "toctou-fs:posture/dep-add-guard.js:65",
2657
+ "affectsAsset": null,
2658
+ "atEntity": null
2659
+ },
2660
+ {
2661
+ "stride": "T",
2662
+ "strideLabel": "Tampering",
2663
+ "cwe": "CWE-367",
2664
+ "family": "toctou-file-existence-permission-check-b",
2665
+ "severity": "low",
2666
+ "file": "posture/deterministic.js",
2667
+ "line": 53,
2668
+ "vuln": "TOCTOU: file existence/permission check before open",
2669
+ "finding_id": "toctou-fs:posture/deterministic.js:53",
2670
+ "affectsAsset": null,
2671
+ "atEntity": null
2672
+ },
2673
+ {
2674
+ "stride": "T",
2675
+ "strideLabel": "Tampering",
2676
+ "cwe": "CWE-367",
2677
+ "family": "toctou-file-existence-permission-check-b",
2678
+ "severity": "low",
2679
+ "file": "posture/epss.js",
2680
+ "line": 34,
2681
+ "vuln": "TOCTOU: file existence/permission check before open",
2682
+ "finding_id": "toctou-fs:posture/epss.js:34",
2683
+ "affectsAsset": null,
2684
+ "atEntity": null
2685
+ },
2686
+ {
2687
+ "stride": "T",
2688
+ "strideLabel": "Tampering",
2689
+ "cwe": "CWE-367",
2690
+ "family": "toctou-file-existence-permission-check-b",
2691
+ "severity": "low",
2692
+ "file": "posture/exploitability-probability.js",
2693
+ "line": 142,
2694
+ "vuln": "TOCTOU: file existence/permission check before open",
2695
+ "finding_id": "toctou-fs:posture/exploitability-probability.js:142",
2696
+ "affectsAsset": null,
2697
+ "atEntity": null
2698
+ },
2699
+ {
2700
+ "stride": "T",
2701
+ "strideLabel": "Tampering",
2702
+ "cwe": "CWE-367",
2703
+ "family": "toctou-file-existence-permission-check-b",
2704
+ "severity": "low",
2705
+ "file": "posture/feature-flags.js",
2706
+ "line": 53,
2707
+ "vuln": "TOCTOU: file existence/permission check before open",
2708
+ "finding_id": "toctou-fs:posture/feature-flags.js:53",
2709
+ "affectsAsset": null,
2710
+ "atEntity": null
2711
+ },
2712
+ {
2713
+ "stride": "T",
2714
+ "strideLabel": "Tampering",
2715
+ "cwe": "CWE-367",
2716
+ "family": "toctou-file-existence-permission-check-b",
2717
+ "severity": "low",
2718
+ "file": "posture/federated-learning.js",
2719
+ "line": 60,
2720
+ "vuln": "TOCTOU: file existence/permission check before open",
2721
+ "finding_id": "toctou-fs:posture/federated-learning.js:60",
2722
+ "affectsAsset": null,
2723
+ "atEntity": null
2724
+ },
2725
+ {
2726
+ "stride": "T",
2727
+ "strideLabel": "Tampering",
2728
+ "cwe": "CWE-367",
2729
+ "family": "toctou-file-existence-permission-check-b",
2730
+ "severity": "low",
2731
+ "file": "posture/fix-history.js",
2732
+ "line": 31,
2733
+ "vuln": "TOCTOU: file existence/permission check before open",
2734
+ "finding_id": "toctou-fs:posture/fix-history.js:31",
2735
+ "affectsAsset": null,
2736
+ "atEntity": null
2737
+ },
2738
+ {
2739
+ "stride": "T",
2740
+ "strideLabel": "Tampering",
2741
+ "cwe": "CWE-367",
2742
+ "family": "toctou-file-existence-permission-check-b",
2743
+ "severity": "low",
2744
+ "file": "posture/fix-history.js",
2745
+ "line": 48,
2746
+ "vuln": "TOCTOU: file existence/permission check before open",
2747
+ "finding_id": "toctou-fs:posture/fix-history.js:48",
2748
+ "affectsAsset": null,
2749
+ "atEntity": null
2750
+ },
2751
+ {
2752
+ "stride": "T",
2753
+ "strideLabel": "Tampering",
2754
+ "cwe": "CWE-176",
2755
+ "family": "path-normalization",
2756
+ "severity": "low",
2757
+ "file": "posture/fix-style-mirror.js",
2758
+ "line": 39,
2759
+ "vuln": "Path Normalization Gap — extension extraction without null-byte/traversal sanitization",
2760
+ "finding_id": "path-norm:posture/fix-style-mirror.js:39",
2761
+ "affectsAsset": null,
2762
+ "atEntity": null
2763
+ },
2764
+ {
2765
+ "stride": "T",
2766
+ "strideLabel": "Tampering",
2767
+ "cwe": "CWE-367",
2768
+ "family": "toctou-file-existence-permission-check-b",
2769
+ "severity": "low",
2770
+ "file": "posture/fix-style-mirror.js",
2771
+ "line": 97,
2772
+ "vuln": "TOCTOU: file existence/permission check before open",
2773
+ "finding_id": "toctou-fs:posture/fix-style-mirror.js:97",
2774
+ "affectsAsset": null,
2775
+ "atEntity": null
2776
+ },
2777
+ {
2778
+ "stride": "T",
2779
+ "strideLabel": "Tampering",
2780
+ "cwe": "CWE-367",
2781
+ "family": "toctou-file-existence-permission-check-b",
2782
+ "severity": "low",
2783
+ "file": "posture/fix-verify-loop.js",
2784
+ "line": 33,
2785
+ "vuln": "TOCTOU: file existence/permission check before open",
2786
+ "finding_id": "toctou-fs:posture/fix-verify-loop.js:33",
2787
+ "affectsAsset": null,
2788
+ "atEntity": null
2789
+ },
2790
+ {
2791
+ "stride": "I",
2792
+ "strideLabel": "Information Disclosure",
2793
+ "cwe": "CWE-918",
2794
+ "family": "ssrf",
2795
+ "severity": "low",
2796
+ "file": "posture/flow-narration.js",
2797
+ "line": 24,
2798
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2799
+ "finding_id": "ssrf-meta-hardcoded:posture/flow-narration.js:24",
2800
+ "affectsAsset": null,
2801
+ "atEntity": null
2802
+ },
2803
+ {
2804
+ "stride": "E",
2805
+ "strideLabel": "Elevation of Privilege",
2806
+ "cwe": "CWE-918",
2807
+ "family": "ssrf",
2808
+ "severity": "low",
2809
+ "file": "posture/flow-narration.js",
2810
+ "line": 24,
2811
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
2812
+ "finding_id": "ssrf-meta-hardcoded:posture/flow-narration.js:24",
2813
+ "affectsAsset": null,
2814
+ "atEntity": null
2815
+ },
2816
+ {
2817
+ "stride": "T",
2818
+ "strideLabel": "Tampering",
2819
+ "cwe": "CWE-367",
2820
+ "family": "toctou-file-existence-permission-check-b",
2821
+ "severity": "low",
2822
+ "file": "posture/grader-calibration.js",
2823
+ "line": 34,
2824
+ "vuln": "TOCTOU: file existence/permission check before open",
2825
+ "finding_id": "toctou-fs:posture/grader-calibration.js:34",
2826
+ "affectsAsset": null,
2827
+ "atEntity": null
2828
+ },
2829
+ {
2830
+ "stride": "T",
2831
+ "strideLabel": "Tampering",
2832
+ "cwe": "CWE-367",
2833
+ "family": "toctou-file-existence-permission-check-b",
2834
+ "severity": "low",
2835
+ "file": "posture/harness-discovery.js",
2836
+ "line": 39,
2837
+ "vuln": "TOCTOU: file existence/permission check before open",
2838
+ "finding_id": "toctou-fs:posture/harness-discovery.js:39",
2839
+ "affectsAsset": null,
2840
+ "atEntity": null
2841
+ },
2842
+ {
2843
+ "stride": "T",
2844
+ "strideLabel": "Tampering",
2845
+ "cwe": "CWE-367",
2846
+ "family": "toctou-file-existence-permission-check-b",
2847
+ "severity": "low",
2848
+ "file": "posture/holdout-eval.js",
2849
+ "line": 73,
2850
+ "vuln": "TOCTOU: file existence/permission check before open",
2851
+ "finding_id": "toctou-fs:posture/holdout-eval.js:73",
2852
+ "affectsAsset": null,
2853
+ "atEntity": null
2854
+ },
2855
+ {
2856
+ "stride": "T",
2857
+ "strideLabel": "Tampering",
2858
+ "cwe": "CWE-367",
2859
+ "family": "toctou-file-existence-permission-check-b",
2860
+ "severity": "low",
2861
+ "file": "posture/integrity.js",
2862
+ "line": 43,
2863
+ "vuln": "TOCTOU: file existence/permission check before open",
2864
+ "finding_id": "toctou-fs:posture/integrity.js:43",
2865
+ "affectsAsset": null,
2866
+ "atEntity": null
2867
+ },
2868
+ {
2869
+ "stride": "T",
2870
+ "strideLabel": "Tampering",
2871
+ "cwe": "CWE-367",
2872
+ "family": "toctou-file-existence-permission-check-b",
2873
+ "severity": "low",
2874
+ "file": "posture/integrity.js",
2875
+ "line": 77,
2876
+ "vuln": "TOCTOU: file existence/permission check before open",
2877
+ "finding_id": "toctou-fs:posture/integrity.js:77",
2878
+ "affectsAsset": null,
2879
+ "atEntity": null
2880
+ },
2881
+ {
2882
+ "stride": "T",
2883
+ "strideLabel": "Tampering",
2884
+ "cwe": "CWE-367",
2885
+ "family": "toctou-file-existence-permission-check-b",
2886
+ "severity": "low",
2887
+ "file": "posture/learning.js",
2888
+ "line": 30,
2889
+ "vuln": "TOCTOU: file existence/permission check before open",
2890
+ "finding_id": "toctou-fs:posture/learning.js:30",
2891
+ "affectsAsset": null,
2892
+ "atEntity": null
2893
+ },
2894
+ {
2895
+ "stride": "T",
2896
+ "strideLabel": "Tampering",
2897
+ "cwe": "CWE-367",
2898
+ "family": "toctou-file-existence-permission-check-b",
2899
+ "severity": "low",
2900
+ "file": "posture/license-graph.js",
2901
+ "line": 227,
2902
+ "vuln": "TOCTOU: file existence/permission check before open",
2903
+ "finding_id": "toctou-fs:posture/license-graph.js:227",
2904
+ "affectsAsset": null,
2905
+ "atEntity": null
2906
+ },
2907
+ {
2908
+ "stride": "T",
2909
+ "strideLabel": "Tampering",
2910
+ "cwe": "CWE-367",
2911
+ "family": "toctou-file-existence-permission-check-b",
2912
+ "severity": "low",
2913
+ "file": "posture/license-policy.js",
2914
+ "line": 30,
2915
+ "vuln": "TOCTOU: file existence/permission check before open",
2916
+ "finding_id": "toctou-fs:posture/license-policy.js:30",
2917
+ "affectsAsset": null,
2918
+ "atEntity": null
2919
+ },
2920
+ {
2921
+ "stride": "T",
2922
+ "strideLabel": "Tampering",
2923
+ "cwe": "CWE-367",
2924
+ "family": "toctou-file-existence-permission-check-b",
2925
+ "severity": "low",
2926
+ "file": "posture/network-policy-import.js",
2927
+ "line": 85,
2928
+ "vuln": "TOCTOU: file existence/permission check before open",
2929
+ "finding_id": "toctou-fs:posture/network-policy-import.js:85",
2930
+ "affectsAsset": null,
2931
+ "atEntity": null
2932
+ },
2933
+ {
2934
+ "stride": "T",
2935
+ "strideLabel": "Tampering",
2936
+ "cwe": "CWE-367",
2937
+ "family": "toctou-file-existence-permission-check-b",
2938
+ "severity": "low",
2939
+ "file": "posture/policy-gate.js",
2940
+ "line": 154,
2941
+ "vuln": "TOCTOU: file existence/permission check before open",
2942
+ "finding_id": "toctou-fs:posture/policy-gate.js:154",
2943
+ "affectsAsset": null,
2944
+ "atEntity": null
2945
+ },
2946
+ {
2947
+ "stride": "T",
2948
+ "strideLabel": "Tampering",
2949
+ "cwe": "CWE-367",
2950
+ "family": "toctou-file-existence-permission-check-b",
2951
+ "severity": "low",
2952
+ "file": "posture/profile.js",
2953
+ "line": 46,
2954
+ "vuln": "TOCTOU: file existence/permission check before open",
2955
+ "finding_id": "toctou-fs:posture/profile.js:46",
2956
+ "affectsAsset": null,
2957
+ "atEntity": null
2958
+ },
2959
+ {
2960
+ "stride": "T",
2961
+ "strideLabel": "Tampering",
2962
+ "cwe": "CWE-367",
2963
+ "family": "toctou-file-existence-permission-check-b",
2964
+ "severity": "low",
2965
+ "file": "posture/profile.js",
2966
+ "line": 77,
2967
+ "vuln": "TOCTOU: file existence/permission check before open",
2968
+ "finding_id": "toctou-fs:posture/profile.js:77",
2969
+ "affectsAsset": null,
2970
+ "atEntity": null
2971
+ },
2972
+ {
2973
+ "stride": "T",
2974
+ "strideLabel": "Tampering",
2975
+ "cwe": "CWE-367",
2976
+ "family": "toctou-file-existence-permission-check-b",
2977
+ "severity": "low",
2978
+ "file": "posture/realtime-cve-monitor.js",
2979
+ "line": 38,
2980
+ "vuln": "TOCTOU: file existence/permission check before open",
2981
+ "finding_id": "toctou-fs:posture/realtime-cve-monitor.js:38",
2982
+ "affectsAsset": null,
2983
+ "atEntity": null
2984
+ },
2985
+ {
2986
+ "stride": "T",
2987
+ "strideLabel": "Tampering",
2988
+ "cwe": "CWE-367",
2989
+ "family": "toctou-file-existence-permission-check-b",
2990
+ "severity": "low",
2991
+ "file": "posture/risk-dollars.js",
2992
+ "line": 83,
2993
+ "vuln": "TOCTOU: file existence/permission check before open",
2994
+ "finding_id": "toctou-fs:posture/risk-dollars.js:83",
2995
+ "affectsAsset": null,
2996
+ "atEntity": null
2997
+ },
2998
+ {
2999
+ "stride": "T",
3000
+ "strideLabel": "Tampering",
3001
+ "cwe": "CWE-367",
3002
+ "family": "toctou-file-existence-permission-check-b",
3003
+ "severity": "low",
3004
+ "file": "posture/router.js",
3005
+ "line": 21,
3006
+ "vuln": "TOCTOU: file existence/permission check before open",
3007
+ "finding_id": "toctou-fs:posture/router.js:21",
3008
+ "affectsAsset": null,
3009
+ "atEntity": null
3010
+ },
3011
+ {
3012
+ "stride": "T",
3013
+ "strideLabel": "Tampering",
3014
+ "cwe": "CWE-367",
3015
+ "family": "toctou-file-existence-permission-check-b",
3016
+ "severity": "low",
3017
+ "file": "posture/rule-overrides.js",
3018
+ "line": 22,
3019
+ "vuln": "TOCTOU: file existence/permission check before open",
3020
+ "finding_id": "toctou-fs:posture/rule-overrides.js:22",
3021
+ "affectsAsset": null,
3022
+ "atEntity": null
3023
+ },
3024
+ {
3025
+ "stride": "T",
3026
+ "strideLabel": "Tampering",
3027
+ "cwe": "CWE-367",
3028
+ "family": "toctou-file-existence-permission-check-b",
3029
+ "severity": "low",
3030
+ "file": "posture/rule-overrides.js",
3031
+ "line": 72,
3032
+ "vuln": "TOCTOU: file existence/permission check before open",
3033
+ "finding_id": "toctou-fs:posture/rule-overrides.js:72",
3034
+ "affectsAsset": null,
3035
+ "atEntity": null
3036
+ },
3037
+ {
3038
+ "stride": "T",
3039
+ "strideLabel": "Tampering",
3040
+ "cwe": "CWE-367",
3041
+ "family": "toctou-file-existence-permission-check-b",
3042
+ "severity": "low",
3043
+ "file": "posture/rule-pack-signing.js",
3044
+ "line": 66,
3045
+ "vuln": "TOCTOU: file existence/permission check before open",
3046
+ "finding_id": "toctou-fs:posture/rule-pack-signing.js:66",
3047
+ "affectsAsset": null,
3048
+ "atEntity": null
3049
+ },
3050
+ {
3051
+ "stride": "T",
3052
+ "strideLabel": "Tampering",
3053
+ "cwe": "CWE-367",
3054
+ "family": "toctou-file-existence-permission-check-b",
3055
+ "severity": "low",
3056
+ "file": "posture/rule-pack-signing.js",
3057
+ "line": 108,
3058
+ "vuln": "TOCTOU: file existence/permission check before open",
3059
+ "finding_id": "toctou-fs:posture/rule-pack-signing.js:108",
3060
+ "affectsAsset": null,
3061
+ "atEntity": null
3062
+ },
3063
+ {
3064
+ "stride": "T",
3065
+ "strideLabel": "Tampering",
3066
+ "cwe": "CWE-367",
3067
+ "family": "toctou-file-existence-permission-check-b",
3068
+ "severity": "low",
3069
+ "file": "posture/rule-pack-signing.js",
3070
+ "line": 155,
3071
+ "vuln": "TOCTOU: file existence/permission check before open",
3072
+ "finding_id": "toctou-fs:posture/rule-pack-signing.js:155",
3073
+ "affectsAsset": null,
3074
+ "atEntity": null
3075
+ },
3076
+ {
3077
+ "stride": "I",
3078
+ "strideLabel": "Information Disclosure",
3079
+ "cwe": "CWE-327",
3080
+ "family": "pqc-migration",
3081
+ "severity": "low",
3082
+ "file": "posture/rule-pack-signing.js",
3083
+ "line": 187,
3084
+ "vuln": "Pre-quantum ED25519 (ed25519) — replace with ML-DSA-65 before CRQC arrives",
3085
+ "finding_id": "pqc-ed25519:posture/rule-pack-signing.js:187",
3086
+ "affectsAsset": null,
3087
+ "atEntity": null
3088
+ },
3089
+ {
3090
+ "stride": "T",
3091
+ "strideLabel": "Tampering",
3092
+ "cwe": "CWE-367",
3093
+ "family": "toctou-file-existence-permission-check-b",
3094
+ "severity": "low",
3095
+ "file": "posture/rule-synthesis.js",
3096
+ "line": 22,
3097
+ "vuln": "TOCTOU: file existence/permission check before open",
3098
+ "finding_id": "toctou-fs:posture/rule-synthesis.js:22",
3099
+ "affectsAsset": null,
3100
+ "atEntity": null
3101
+ },
3102
+ {
3103
+ "stride": "T",
3104
+ "strideLabel": "Tampering",
3105
+ "cwe": "CWE-367",
3106
+ "family": "toctou-file-existence-permission-check-b",
3107
+ "severity": "low",
3108
+ "file": "posture/ruleset-version.js",
3109
+ "line": 36,
3110
+ "vuln": "TOCTOU: file existence/permission check before open",
3111
+ "finding_id": "toctou-fs:posture/ruleset-version.js:36",
3112
+ "affectsAsset": null,
3113
+ "atEntity": null
3114
+ },
3115
+ {
3116
+ "stride": "T",
3117
+ "strideLabel": "Tampering",
3118
+ "cwe": "CWE-367",
3119
+ "family": "toctou-file-existence-permission-check-b",
3120
+ "severity": "low",
3121
+ "file": "posture/sbom-diff.js",
3122
+ "line": 76,
3123
+ "vuln": "TOCTOU: file existence/permission check before open",
3124
+ "finding_id": "toctou-fs:posture/sbom-diff.js:76",
3125
+ "affectsAsset": null,
3126
+ "atEntity": null
3127
+ },
3128
+ {
3129
+ "stride": "T",
3130
+ "strideLabel": "Tampering",
3131
+ "cwe": "CWE-367",
3132
+ "family": "toctou-file-existence-permission-check-b",
3133
+ "severity": "low",
3134
+ "file": "posture/sca-policy.js",
3135
+ "line": 53,
3136
+ "vuln": "TOCTOU: file existence/permission check before open",
3137
+ "finding_id": "toctou-fs:posture/sca-policy.js:53",
3138
+ "affectsAsset": null,
3139
+ "atEntity": null
3140
+ },
3141
+ {
3142
+ "stride": "T",
3143
+ "strideLabel": "Tampering",
3144
+ "cwe": "CWE-367",
3145
+ "family": "toctou-file-existence-permission-check-b",
3146
+ "severity": "low",
3147
+ "file": "posture/sca-upgrade.js",
3148
+ "line": 79,
3149
+ "vuln": "TOCTOU: file existence/permission check before open",
3150
+ "finding_id": "toctou-fs:posture/sca-upgrade.js:79",
3151
+ "affectsAsset": null,
3152
+ "atEntity": null
3153
+ },
3154
+ {
3155
+ "stride": "T",
3156
+ "strideLabel": "Tampering",
3157
+ "cwe": "CWE-367",
3158
+ "family": "toctou-file-existence-permission-check-b",
3159
+ "severity": "low",
3160
+ "file": "posture/suppressions.js",
3161
+ "line": 24,
3162
+ "vuln": "TOCTOU: file existence/permission check before open",
3163
+ "finding_id": "toctou-fs:posture/suppressions.js:24",
3164
+ "affectsAsset": null,
3165
+ "atEntity": null
3166
+ },
3167
+ {
3168
+ "stride": "T",
3169
+ "strideLabel": "Tampering",
3170
+ "cwe": "CWE-367",
3171
+ "family": "toctou-file-existence-permission-check-b",
3172
+ "severity": "low",
3173
+ "file": "posture/telemetry-ingest.js",
3174
+ "line": 41,
3175
+ "vuln": "TOCTOU: file existence/permission check before open",
3176
+ "finding_id": "toctou-fs:posture/telemetry-ingest.js:41",
3177
+ "affectsAsset": null,
3178
+ "atEntity": null
3179
+ },
3180
+ {
3181
+ "stride": "T",
3182
+ "strideLabel": "Tampering",
3183
+ "cwe": "CWE-367",
3184
+ "family": "toctou-file-existence-permission-check-b",
3185
+ "severity": "low",
3186
+ "file": "posture/time-to-fix.js",
3187
+ "line": 54,
3188
+ "vuln": "TOCTOU: file existence/permission check before open",
3189
+ "finding_id": "toctou-fs:posture/time-to-fix.js:54",
3190
+ "affectsAsset": null,
3191
+ "atEntity": null
3192
+ },
3193
+ {
3194
+ "stride": "T",
3195
+ "strideLabel": "Tampering",
3196
+ "cwe": "CWE-367",
3197
+ "family": "toctou-file-existence-permission-check-b",
3198
+ "severity": "low",
3199
+ "file": "posture/triage-learning.js",
3200
+ "line": 49,
3201
+ "vuln": "TOCTOU: file existence/permission check before open",
3202
+ "finding_id": "toctou-fs:posture/triage-learning.js:49",
3203
+ "affectsAsset": null,
3204
+ "atEntity": null
3205
+ },
3206
+ {
3207
+ "stride": "T",
3208
+ "strideLabel": "Tampering",
3209
+ "cwe": "CWE-367",
3210
+ "family": "toctou-file-existence-permission-check-b",
3211
+ "severity": "low",
3212
+ "file": "posture/triage-memory.js",
3213
+ "line": 82,
3214
+ "vuln": "TOCTOU: file existence/permission check before open",
3215
+ "finding_id": "toctou-fs:posture/triage-memory.js:82",
3216
+ "affectsAsset": null,
3217
+ "atEntity": null
3218
+ },
3219
+ {
3220
+ "stride": "T",
3221
+ "strideLabel": "Tampering",
3222
+ "cwe": "CWE-367",
3223
+ "family": "toctou-file-existence-permission-check-b",
3224
+ "severity": "low",
3225
+ "file": "posture/triage.js",
3226
+ "line": 20,
3227
+ "vuln": "TOCTOU: file existence/permission check before open",
3228
+ "finding_id": "toctou-fs:posture/triage.js:20",
3229
+ "affectsAsset": null,
3230
+ "atEntity": null
3231
+ },
3232
+ {
3233
+ "stride": "T",
3234
+ "strideLabel": "Tampering",
3235
+ "cwe": "CWE-367",
3236
+ "family": "toctou-file-existence-permission-check-b",
3237
+ "severity": "low",
3238
+ "file": "posture/validator-metrics.js",
3239
+ "line": 35,
3240
+ "vuln": "TOCTOU: file existence/permission check before open",
3241
+ "finding_id": "toctou-fs:posture/validator-metrics.js:35",
3242
+ "affectsAsset": null,
3243
+ "atEntity": null
3244
+ },
3245
+ {
3246
+ "stride": "T",
3247
+ "strideLabel": "Tampering",
3248
+ "cwe": "CWE-367",
3249
+ "family": "toctou-file-existence-permission-check-b",
3250
+ "severity": "low",
3251
+ "file": "posture/verifier-target.js",
3252
+ "line": 66,
3253
+ "vuln": "TOCTOU: file existence/permission check before open",
3254
+ "finding_id": "toctou-fs:posture/verifier-target.js:66",
3255
+ "affectsAsset": null,
3256
+ "atEntity": null
3257
+ },
3258
+ {
3259
+ "stride": "I",
3260
+ "strideLabel": "Information Disclosure",
3261
+ "cwe": "CWE-918",
3262
+ "family": "ssrf",
3263
+ "severity": "low",
3264
+ "file": "posture/verifier.js",
3265
+ "line": 55,
3266
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3267
+ "finding_id": "ssrf-meta-hardcoded:posture/verifier.js:55",
3268
+ "affectsAsset": null,
3269
+ "atEntity": null
3270
+ },
3271
+ {
3272
+ "stride": "E",
3273
+ "strideLabel": "Elevation of Privilege",
3274
+ "cwe": "CWE-918",
3275
+ "family": "ssrf",
3276
+ "severity": "low",
3277
+ "file": "posture/verifier.js",
3278
+ "line": 55,
3279
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3280
+ "finding_id": "ssrf-meta-hardcoded:posture/verifier.js:55",
3281
+ "affectsAsset": null,
3282
+ "atEntity": null
3283
+ },
3284
+ {
3285
+ "stride": "T",
3286
+ "strideLabel": "Tampering",
3287
+ "cwe": "CWE-367",
3288
+ "family": "toctou-file-existence-permission-check-b",
3289
+ "severity": "low",
3290
+ "file": "posture/version.js",
3291
+ "line": 43,
3292
+ "vuln": "TOCTOU: file existence/permission check before open",
3293
+ "finding_id": "toctou-fs:posture/version.js:43",
3294
+ "affectsAsset": null,
3295
+ "atEntity": null
3296
+ },
3297
+ {
3298
+ "stride": "T",
3299
+ "strideLabel": "Tampering",
3300
+ "cwe": "CWE-367",
3301
+ "family": "toctou-file-existence-permission-check-b",
3302
+ "severity": "low",
3303
+ "file": "posture/waf-ingest.js",
3304
+ "line": 138,
3305
+ "vuln": "TOCTOU: file existence/permission check before open",
3306
+ "finding_id": "toctou-fs:posture/waf-ingest.js:138",
3307
+ "affectsAsset": null,
3308
+ "atEntity": null
3309
+ },
3310
+ {
3311
+ "stride": "T",
3312
+ "strideLabel": "Tampering",
3313
+ "cwe": "CWE-367",
3314
+ "family": "toctou-file-existence-permission-check-b",
3315
+ "severity": "low",
3316
+ "file": "posture/workflow-installer.js",
3317
+ "line": 24,
3318
+ "vuln": "TOCTOU: file existence/permission check before open",
3319
+ "finding_id": "toctou-fs:posture/workflow-installer.js:24",
3320
+ "affectsAsset": null,
3321
+ "atEntity": null
3322
+ },
3323
+ {
3324
+ "stride": "T",
3325
+ "strideLabel": "Tampering",
3326
+ "cwe": "CWE-367",
3327
+ "family": "toctou-file-existence-permission-check-b",
3328
+ "severity": "low",
3329
+ "file": "sca/binary-metadata.js",
3330
+ "line": 47,
3331
+ "vuln": "TOCTOU: file existence/permission check before open",
3332
+ "finding_id": "toctou-fs:sca/binary-metadata.js:47",
3333
+ "affectsAsset": null,
3334
+ "atEntity": null
3335
+ },
3336
+ {
3337
+ "stride": "T",
3338
+ "strideLabel": "Tampering",
3339
+ "cwe": "CWE-367",
3340
+ "family": "toctou-file-existence-permission-check-b",
3341
+ "severity": "low",
3342
+ "file": "sca/binary-metadata.js",
3343
+ "line": 67,
3344
+ "vuln": "TOCTOU: file existence/permission check before open",
3345
+ "finding_id": "toctou-fs:sca/binary-metadata.js:67",
3346
+ "affectsAsset": null,
3347
+ "atEntity": null
3348
+ },
3349
+ {
3350
+ "stride": "T",
3351
+ "strideLabel": "Tampering",
3352
+ "cwe": "CWE-367",
3353
+ "family": "toctou-file-existence-permission-check-b",
3354
+ "severity": "low",
3355
+ "file": "sca/dep-confusion.js",
3356
+ "line": 56,
3357
+ "vuln": "TOCTOU: file existence/permission check before open",
3358
+ "finding_id": "toctou-fs:sca/dep-confusion.js:56",
3359
+ "affectsAsset": null,
3360
+ "atEntity": null
3361
+ },
3362
+ {
3363
+ "stride": "T",
3364
+ "strideLabel": "Tampering",
3365
+ "cwe": "CWE-367",
3366
+ "family": "toctou-file-existence-permission-check-b",
3367
+ "severity": "low",
3368
+ "file": "sca/sigstore-verify.js",
3369
+ "line": 53,
3370
+ "vuln": "TOCTOU: file existence/permission check before open",
3371
+ "finding_id": "toctou-fs:sca/sigstore-verify.js:53",
3372
+ "affectsAsset": null,
3373
+ "atEntity": null
3374
+ },
3375
+ {
3376
+ "stride": "I",
3377
+ "strideLabel": "Information Disclosure",
3378
+ "cwe": "CWE-918",
3379
+ "family": "ssrf",
3380
+ "severity": "low",
3381
+ "file": "sast/csharp-structural.js",
3382
+ "line": 60,
3383
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3384
+ "finding_id": "ssrf-meta-hardcoded:sast/csharp-structural.js:60",
3385
+ "affectsAsset": null,
3386
+ "atEntity": null
3387
+ },
3388
+ {
3389
+ "stride": "E",
3390
+ "strideLabel": "Elevation of Privilege",
3391
+ "cwe": "CWE-918",
3392
+ "family": "ssrf",
3393
+ "severity": "low",
3394
+ "file": "sast/csharp-structural.js",
3395
+ "line": 60,
3396
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3397
+ "finding_id": "ssrf-meta-hardcoded:sast/csharp-structural.js:60",
3398
+ "affectsAsset": null,
3399
+ "atEntity": null
3400
+ },
3401
+ {
3402
+ "stride": "I",
3403
+ "strideLabel": "Information Disclosure",
3404
+ "cwe": "CWE-918",
3405
+ "family": "ssrf",
3406
+ "severity": "low",
3407
+ "file": "sast/go-extended.js",
3408
+ "line": 39,
3409
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3410
+ "finding_id": "ssrf-meta-hardcoded:sast/go-extended.js:39",
3411
+ "affectsAsset": null,
3412
+ "atEntity": null
3413
+ },
3414
+ {
3415
+ "stride": "E",
3416
+ "strideLabel": "Elevation of Privilege",
3417
+ "cwe": "CWE-918",
3418
+ "family": "ssrf",
3419
+ "severity": "low",
3420
+ "file": "sast/go-extended.js",
3421
+ "line": 39,
3422
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3423
+ "finding_id": "ssrf-meta-hardcoded:sast/go-extended.js:39",
3424
+ "affectsAsset": null,
3425
+ "atEntity": null
3426
+ },
3427
+ {
3428
+ "stride": "T",
3429
+ "strideLabel": "Tampering",
3430
+ "cwe": "CWE-644",
3431
+ "family": "cache-poisoning",
3432
+ "severity": "low",
3433
+ "file": "sast/host-header.js",
3434
+ "line": 99,
3435
+ "vuln": "Cache Poisoning — Host header used in URL/redirect generation",
3436
+ "finding_id": "cache-poison-host:sast/host-header.js:99",
3437
+ "affectsAsset": null,
3438
+ "atEntity": null
3439
+ },
3440
+ {
3441
+ "stride": "I",
3442
+ "strideLabel": "Information Disclosure",
3443
+ "cwe": "CWE-918",
3444
+ "family": "ssrf",
3445
+ "severity": "low",
3446
+ "file": "sast/java-structural.js",
3447
+ "line": 76,
3448
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3449
+ "finding_id": "ssrf-meta-hardcoded:sast/java-structural.js:76",
3450
+ "affectsAsset": null,
3451
+ "atEntity": null
3452
+ },
3453
+ {
3454
+ "stride": "E",
3455
+ "strideLabel": "Elevation of Privilege",
3456
+ "cwe": "CWE-918",
3457
+ "family": "ssrf",
3458
+ "severity": "low",
3459
+ "file": "sast/java-structural.js",
3460
+ "line": 76,
3461
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3462
+ "finding_id": "ssrf-meta-hardcoded:sast/java-structural.js:76",
3463
+ "affectsAsset": null,
3464
+ "atEntity": null
3465
+ },
3466
+ {
3467
+ "stride": "I",
3468
+ "strideLabel": "Information Disclosure",
3469
+ "cwe": "CWE-918",
3470
+ "family": "ssrf",
3471
+ "severity": "low",
3472
+ "file": "sast/js-framework-structural.js",
3473
+ "line": 69,
3474
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3475
+ "finding_id": "ssrf-meta-hardcoded:sast/js-framework-structural.js:69",
3476
+ "affectsAsset": null,
3477
+ "atEntity": null
3478
+ },
3479
+ {
3480
+ "stride": "E",
3481
+ "strideLabel": "Elevation of Privilege",
3482
+ "cwe": "CWE-918",
3483
+ "family": "ssrf",
3484
+ "severity": "low",
3485
+ "file": "sast/js-framework-structural.js",
3486
+ "line": 69,
3487
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3488
+ "finding_id": "ssrf-meta-hardcoded:sast/js-framework-structural.js:69",
3489
+ "affectsAsset": null,
3490
+ "atEntity": null
3491
+ },
3492
+ {
3493
+ "stride": "I",
3494
+ "strideLabel": "Information Disclosure",
3495
+ "cwe": "CWE-918",
3496
+ "family": "ssrf",
3497
+ "severity": "low",
3498
+ "file": "sast/kotlin.js",
3499
+ "line": 136,
3500
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3501
+ "finding_id": "ssrf-meta-hardcoded:sast/kotlin.js:136",
3502
+ "affectsAsset": null,
3503
+ "atEntity": null
3504
+ },
3505
+ {
3506
+ "stride": "E",
3507
+ "strideLabel": "Elevation of Privilege",
3508
+ "cwe": "CWE-918",
3509
+ "family": "ssrf",
3510
+ "severity": "low",
3511
+ "file": "sast/kotlin.js",
3512
+ "line": 136,
3513
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3514
+ "finding_id": "ssrf-meta-hardcoded:sast/kotlin.js:136",
3515
+ "affectsAsset": null,
3516
+ "atEntity": null
3517
+ },
3518
+ {
3519
+ "stride": "T",
3520
+ "strideLabel": "Tampering",
3521
+ "cwe": "CWE-77",
3522
+ "family": "system-prompt-missing-explicit-anti-inje",
3523
+ "severity": "low",
3524
+ "file": "sast/llm-app.js",
3525
+ "line": 104,
3526
+ "vuln": "System prompt missing explicit anti-injection guidance — model may follow user-supplied \"ignore previous\" attacks",
3527
+ "finding_id": "llm-redteam:noPromptInjectionDefense:sast/llm-app.js:104",
3528
+ "affectsAsset": null,
3529
+ "atEntity": null
3530
+ },
3531
+ {
3532
+ "stride": "T",
3533
+ "strideLabel": "Tampering",
3534
+ "cwe": "CWE-400",
3535
+ "family": "unbounded-consumption-llm-call-has-no-to",
3536
+ "severity": "low",
3537
+ "file": "sast/llm-owasp.js",
3538
+ "line": 183,
3539
+ "vuln": "Unbounded Consumption — LLM call has no token budget (LLM10)",
3540
+ "finding_id": "llm-owasp:sast/llm-owasp.js:183:llm10-no-token-budget",
3541
+ "affectsAsset": null,
3542
+ "atEntity": null
3543
+ },
3544
+ {
3545
+ "stride": "I",
3546
+ "strideLabel": "Information Disclosure",
3547
+ "cwe": "CWE-918",
3548
+ "family": "ssrf",
3549
+ "severity": "low",
3550
+ "file": "sast/php.js",
3551
+ "line": 111,
3552
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3553
+ "finding_id": "ssrf-meta-hardcoded:sast/php.js:111",
3554
+ "affectsAsset": null,
3555
+ "atEntity": null
3556
+ },
3557
+ {
3558
+ "stride": "E",
3559
+ "strideLabel": "Elevation of Privilege",
3560
+ "cwe": "CWE-918",
3561
+ "family": "ssrf",
3562
+ "severity": "low",
3563
+ "file": "sast/php.js",
3564
+ "line": 111,
3565
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3566
+ "finding_id": "ssrf-meta-hardcoded:sast/php.js:111",
3567
+ "affectsAsset": null,
3568
+ "atEntity": null
3569
+ },
3570
+ {
3571
+ "stride": "I",
3572
+ "strideLabel": "Information Disclosure",
3573
+ "cwe": "CWE-918",
3574
+ "family": "ssrf",
3575
+ "severity": "low",
3576
+ "file": "sast/python-sinks.js",
3577
+ "line": 186,
3578
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3579
+ "finding_id": "ssrf-meta-hardcoded:sast/python-sinks.js:186",
3580
+ "affectsAsset": null,
3581
+ "atEntity": null
3582
+ },
3583
+ {
3584
+ "stride": "E",
3585
+ "strideLabel": "Elevation of Privilege",
3586
+ "cwe": "CWE-918",
3587
+ "family": "ssrf",
3588
+ "severity": "low",
3589
+ "file": "sast/python-sinks.js",
3590
+ "line": 186,
3591
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3592
+ "finding_id": "ssrf-meta-hardcoded:sast/python-sinks.js:186",
3593
+ "affectsAsset": null,
3594
+ "atEntity": null
3595
+ },
3596
+ {
3597
+ "stride": "T",
3598
+ "strideLabel": "Tampering",
3599
+ "cwe": "CWE-532",
3600
+ "family": "sensitive-data-logging",
3601
+ "severity": "low",
3602
+ "file": "sast/sensitive-data-logging.js",
3603
+ "line": 67,
3604
+ "vuln": "Sensitive Data Logged — PII-named variable sent to logger without sanitization",
3605
+ "finding_id": "sensitive-log:sast/sensitive-data-logging.js:67",
3606
+ "affectsAsset": null,
3607
+ "atEntity": "queue:sast/sensitive-data-logging.js:67"
3608
+ },
3609
+ {
3610
+ "stride": "I",
3611
+ "strideLabel": "Information Disclosure",
3612
+ "cwe": "CWE-918",
3613
+ "family": "ssrf",
3614
+ "severity": "low",
3615
+ "file": "sast/ssrf-cloud-metadata.js",
3616
+ "line": 61,
3617
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3618
+ "finding_id": "ssrf-meta-hardcoded:sast/ssrf-cloud-metadata.js:61",
3619
+ "affectsAsset": null,
3620
+ "atEntity": null
3621
+ },
3622
+ {
3623
+ "stride": "E",
3624
+ "strideLabel": "Elevation of Privilege",
3625
+ "cwe": "CWE-918",
3626
+ "family": "ssrf",
3627
+ "severity": "low",
3628
+ "file": "sast/ssrf-cloud-metadata.js",
3629
+ "line": 61,
3630
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3631
+ "finding_id": "ssrf-meta-hardcoded:sast/ssrf-cloud-metadata.js:61",
3632
+ "affectsAsset": null,
3633
+ "atEntity": null
3634
+ },
3635
+ {
3636
+ "stride": "I",
3637
+ "strideLabel": "Information Disclosure",
3638
+ "cwe": "CWE-918",
3639
+ "family": "ssrf",
3640
+ "severity": "low",
3641
+ "file": "sast/ssrf-cloud-metadata.js",
3642
+ "line": 86,
3643
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3644
+ "finding_id": "ssrf-meta-hardcoded:sast/ssrf-cloud-metadata.js:86",
3645
+ "affectsAsset": null,
3646
+ "atEntity": null
3647
+ },
3648
+ {
3649
+ "stride": "E",
3650
+ "strideLabel": "Elevation of Privilege",
3651
+ "cwe": "CWE-918",
3652
+ "family": "ssrf",
3653
+ "severity": "low",
3654
+ "file": "sast/ssrf-cloud-metadata.js",
3655
+ "line": 86,
3656
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3657
+ "finding_id": "ssrf-meta-hardcoded:sast/ssrf-cloud-metadata.js:86",
3658
+ "affectsAsset": null,
3659
+ "atEntity": null
3660
+ },
3661
+ {
3662
+ "stride": "I",
3663
+ "strideLabel": "Information Disclosure",
3664
+ "cwe": "CWE-918",
3665
+ "family": "ssrf",
3666
+ "severity": "low",
3667
+ "file": "sast/ssrf-cloud-metadata.js",
3668
+ "line": 15,
3669
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3670
+ "finding_id": "ssrf-meta-hardcoded:sast/ssrf-cloud-metadata.js:15",
3671
+ "affectsAsset": null,
3672
+ "atEntity": null
3673
+ },
3674
+ {
3675
+ "stride": "E",
3676
+ "strideLabel": "Elevation of Privilege",
3677
+ "cwe": "CWE-918",
3678
+ "family": "ssrf",
3679
+ "severity": "low",
3680
+ "file": "sast/ssrf-cloud-metadata.js",
3681
+ "line": 15,
3682
+ "vuln": "SSRF: explicit reference to cloud instance-metadata endpoint",
3683
+ "finding_id": "ssrf-meta-hardcoded:sast/ssrf-cloud-metadata.js:15",
3684
+ "affectsAsset": null,
3685
+ "atEntity": null
3686
+ },
3687
+ {
3688
+ "stride": "I",
3689
+ "strideLabel": "Information Disclosure",
3690
+ "cwe": "CWE-327",
3691
+ "family": "crypto-weak-hash",
3692
+ "severity": "low",
3693
+ "file": "sast/weak-password-hash.js",
3694
+ "line": 45,
3695
+ "vuln": "Weak hash algorithm (MD5 / SHA-1 / MD2 / MD4) used",
3696
+ "finding_id": "crypto-weak-hash:sast/weak-password-hash.js:45",
3697
+ "affectsAsset": null,
3698
+ "atEntity": null
3699
+ }
3700
+ ],
3701
+ "attackTrees": []
3702
+ }