chore(security): drop advisory identifiers from code comments

Explanations kept unchanged; only the IDs are removed.

Co-authored-by: Plane AI <noreply@plane.so>
This commit is contained in:
Manish Gupta
2026-08-07 16:02:11 +05:30
parent 3b7f51710a
commit 96a51159c6

View File

@@ -4,7 +4,7 @@
"""Contract tests for undecorated fall-through route authorization (WEB-8333).
Regression coverage for GHSA-27v6-jc2m-x99w / GHSA-w83f-hr4p-3qhw (duplicates).
Regression coverage for WEB-8333.
Per-project authorization on the app viewsets lives in the
``@allow_permission(..., level="PROJECT")`` *method* decorator, not in