Can test-proxy apply user-registered sanitizers before central?
Open
needs-triage
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
The situation: a JS dev is registering very specific targeted sanitizers for specific key values. They just will replace every incidence of these specific keys.
The issue is, due to central sanitizers applying FIRST, some assumptions about these key values are broken (due to them being replaced with SANITIZED and the like).
Can we reverse these assumptions without breaking a bunch of tests? Do we instead need to offer an API to reverse this application order?
Contributor guide
Assessment
This issue has not been assessed yet.