Commit 0de9c94
fix(kernel-utils): harden sheafify return value and frozenSections
sheafify returned a plain mutable object and used Object.freeze (shallow)
for frozenSections. Replace both with harden() for deep transitive
immutability under SES lockdown, consistent with the convention applied
to constant/source/callable in metadata.ts.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 218e881 commit 0de9c94
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
0 commit comments