docs: replace JWT-like Bearer placeholder with <license-token> (#181)
Defenseur secrets-scanner false positive: the truncated example token in api-contract-prices.md:471 passed the entropy threshold for the "Bearer Token" pattern. Swap for an explicit <license-token> placeholder so the next defenseur run no longer flags it. No user-visible behavior change — doc placeholder only, no CHANGELOG. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f9b4e4fa40
commit
7f5e5a8c71
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ Décisions **tranchées en §0** (ne sont plus ouvertes) : provider, infra rate-
|
|||
```http
|
||||
GET /v1/prices?symbol=AAPL&date=2026-04-25 HTTP/1.1
|
||||
Host: api.lacompagniemaximus.com
|
||||
Authorization: Bearer eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9...
|
||||
Authorization: Bearer <license-token>
|
||||
Accept: application/json
|
||||
User-Agent: simpl-resultat
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue