Commit 69ec5ea
committed
docs(observability-map): disclose the free point auth-scope carries, and correct the stale figures
Five disclosure and accuracy items from the whole-branch review, no behaviour
change.
auth-scope is applicable only when a route uses a builder, and auth-boundary
passes any route that uses a builder, so auth-scope applicable structurally
implies auth-boundary pass: all 19 carry the same detail string. That free point
is a third to a quarter of each of their scores. The 19 average 59.7 as scored
and 44.6 without auth-boundary, and settings.team, a confirmed cross-org
exposure, scores 25 rather than 0 because of it. Said in the README where the
check is explained, since the finding is the thing to read there, not the score.
Then the stale numbers. Eight docstrings still quoted the pre-round-C baseline of
15, including the code-side disclosure of the largest parked residual, where the
README had it right and the code understated it. Each is re-derived where it can
be, from the live corpus run, and dated where it cannot: two of them measure
rejected variants that would have to be reimplemented to re-measure, so they now
say which tree they were taken against. One of them read "takes the tree back to
15 to 42", which was garbled as well as stale.
terminal.ts said the audit finding would repeat 52 times where it is 46. The
round A forging residual was in the ledger only and is now a Known limits bullet
beside try { String(0); }, with both figures live. The workflow said the corpus
takes roughly three minutes where it is about four and a half for 44 entries.
And score.ts now says outright that it answers the delegating case for every
check, because two checks tested ep.delegating themselves and both branches were
unreachable behind that short-circuit.1 parent 94f5184 commit 69ec5ea
5 files changed
Lines changed: 31 additions & 12 deletions
File tree
- .github/workflows
- internal-packages/observability-map
- src
- checks
- report
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
273 | 283 | | |
274 | 284 | | |
275 | 285 | | |
| |||
371 | 381 | | |
372 | 382 | | |
373 | 383 | | |
374 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
375 | 390 | | |
376 | 391 | | |
377 | 392 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
0 commit comments