You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(detectors): Handle config field updates in base detector validator (#103184)
Previously, the base detector validator update() method did not handle
config field updates at all. This adds proper support for updating the
config field with JSON schema validation using enforce_config_schema().
Adds tests to verify:
- Valid config updates are applied correctly
- Invalid config updates that violate the schema are rejected with
appropriate error messages
0 commit comments