Le parser scripts/check_web_route_parity.py ne capte pas certaines invocations requestJson(...) quand l'appel est dans un tableau Promise.all([...]) (forme requestJson(...),).
Impact
Sous-détection des routes frontend.
Warnings faux positifs sur des routes backend supposées non utilisées.
Gate moins fiable pour détecter des divergences réelles.
Correctif attendu
Parser robuste basé sur matching parenthèses (pas uniquement regex );).
## Bug
Le parser `scripts/check_web_route_parity.py` ne capte pas certaines invocations `requestJson(...)` quand l'appel est dans un tableau `Promise.all([...])` (forme `requestJson(...),`).
## Impact
- Sous-détection des routes frontend.
- Warnings faux positifs sur des routes backend supposées non utilisées.
- Gate moins fiable pour détecter des divergences réelles.
## Correctif attendu
- Parser robuste basé sur matching parenthèses (pas uniquement regex `);`).
- Ajouter tests unitaires parser (cas direct + Promise.all + options method POST).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bug
Le parser
scripts/check_web_route_parity.pyne capte pas certaines invocationsrequestJson(...)quand l'appel est dans un tableauPromise.all([...])(formerequestJson(...),).Impact
Correctif attendu
);).PR de correction ouverte: https://github.com/electron-rare/RTC_BL_PHONE/pull/15 (parser parenthèses + tests unitaires parser + CI).
Corrigé via PR #15 (merge commit
9b2ae31) sur la branche d’intégration audit/telephony-webserver. Fermeture manuelle car base non default.