integrity_scanner_fuer_stat.../scanner
Your Name de90dbc19c fix: handle YAML null values for list config fields
PyYAML parst auskommentierte Listen als None statt []. Da der Key
vorhanden ist, greift .get(key, []) nicht. Drei Fixes:
- extractor.py, differ.py: `or []` statt Default-Argument
- config.py: _deep_update überspringt None-Override auf List-Defaults

Tritt auf bei `ignore_selectors` und `ignore_patterns` in config.yaml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 01:12:09 +02:00
..
__init__.py feat: initial implementation of website integrity scanner 2026-06-12 00:51:41 +02:00
__main__.py feat: initial implementation of website integrity scanner 2026-06-12 00:51:41 +02:00
alerter.py feat: initial implementation of website integrity scanner 2026-06-12 00:51:41 +02:00
baseline.py feat: initial implementation of website integrity scanner 2026-06-12 00:51:41 +02:00
checker.py feat: initial implementation of website integrity scanner 2026-06-12 00:51:41 +02:00
config.py fix: handle YAML null values for list config fields 2026-06-12 01:12:09 +02:00
crawler.py feat: initial implementation of website integrity scanner 2026-06-12 00:51:41 +02:00
differ.py fix: handle YAML null values for list config fields 2026-06-12 01:12:09 +02:00
extractor.py fix: handle YAML null values for list config fields 2026-06-12 01:12:09 +02:00