Signals
Example
- Response body
- Stack trace
- Before
- After
Recommended enforcement
Open PRs
Change the source instrumentation when the large field comes from application logging.
Detection notes
- Tero flags fields that are large relative to routine log events for the same service or pattern.
- Common candidates include full HTTP bodies, entire serialized objects, and long stack traces.
- Policies can remove a single large field while preserving the rest of the event.
- A source change is preferable when the log statement should stop emitting the payload.