Commit ae0f9db
committed
fix: trusted_data now stores variable name and not the data, this was a critical bug
previously hardcoded 'mitra_trusted' as filename, bypassing variable name entirely
also never stored data in VFS so verification had no stored state to compare against
now creates VFS entry with correct variable name then verifies through vfs.read()
means trusted_data verification goes through the same provenance enforcement as all reads1 parent e692076 commit ae0f9db
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments