Commit 50b5a21
committed
docs(security): drop the stale cost superlative from the public listener
Review of #1119 caught the section contradicting itself. One bullet called
`GetAttestationForAppKey` "by far the most expensive method here"; the next
bullet, added by the same commit, says the frozen `Info` also generates a
hardware quote per call and replays the event log under the same global lock.
The superlative predates that second bullet and is now false.
It also misdirects: a reader deciding what to rate-limit follows it to the
method that needs an algorithm argument, not to the one clients actually poll.
Name both quote-generating methods, then say plainly which of the two is worth
bounding first.
Two smaller corrections in the same section:
- The v1 `Info` row promised "identity and configuration" while the bullets
below explain that the external surface blanks the configuration documents
unless the app set `public_tcbinfo`. The row now carries the condition.
- "the internal socket ... is reachable only by the application itself" is
true of the platform, not of every deployment: the socket is bind-mounted
per the app's own compose, so an app that proxies it has moved the boundary.
Say so, rather than leaving an absolute claim in a security document.1 parent 10ca9b2 commit 50b5a21
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
| |||
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
209 | | - | |
| 211 | + | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| |||
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
226 | | - | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
234 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
235 | 241 | | |
236 | 242 | | |
237 | 243 | | |
| |||
0 commit comments