From 7f5e5a8c718b632a8c1908edebfe584c3939e401 Mon Sep 17 00:00:00 2001 From: le king fu Date: Sat, 2 May 2026 16:05:20 -0400 Subject: [PATCH] docs: replace JWT-like Bearer placeholder with (#181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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) --- docs/api-contract-prices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-contract-prices.md b/docs/api-contract-prices.md index fba460a..8b6e5d1 100644 --- a/docs/api-contract-prices.md +++ b/docs/api-contract-prices.md @@ -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 Accept: application/json User-Agent: simpl-resultat ``` -- 2.45.2