|
30 | 30 | - 'scripts/provider_patches/hls_runtime_integrity_v1.py' |
31 | 31 | - 'scripts/provider_patches/hls_master_audio_preserver_v1.py' |
32 | 32 | - 'scripts/provider_patches/hls_master_audio_preserver_impl_v1.py' |
| 33 | + - 'scripts/provider_patches/stream_output_sanitizer_v5.py' |
| 34 | + - 'scripts/provider_patches/stream_output_sanitizer_v6.py' |
33 | 35 | - 'scripts/provider_patches/global_stream_presentation_v1.py' |
34 | 36 | - 'scripts/provider_patches/global_stream_facts_v1.py' |
35 | 37 | - 'scripts/provider_patches/global_media_enrichment_v1.py' |
|
45 | 47 | - 'tests/global_stream_presentation_pipeline_test.py' |
46 | 48 | - 'tests/provider_specific_adapters_test.py' |
47 | 49 | - 'tests/provider_wrapper_isolation_test.py' |
| 50 | + - 'tests/stream_output_sanitizer_fail_closed_test.py' |
48 | 51 | - 'tests/tv_provider_hardening_test.py' |
49 | 52 | - 'tests/provider_security_hardening_test.py' |
50 | 53 | - 'tests/provider_purification_contract_test.py' |
@@ -108,8 +111,10 @@ jobs: |
108 | 111 | scripts/normalize_core_fixed_point_contract.py \ |
109 | 112 | scripts/apply_provider_overrides.py \ |
110 | 113 | scripts/provider_engine_normalizer.py \ |
111 | | - scripts/reapply_published_overrides.py |
| 114 | + scripts/reapply_published_overrides.py \ |
| 115 | + scripts/provider_patches/stream_output_sanitizer_v6.py |
112 | 116 | python tests/provider_wrapper_isolation_test.py |
| 117 | + python tests/stream_output_sanitizer_fail_closed_test.py |
113 | 118 | python tests/global_playback_integrity_policy_test.py |
114 | 119 | python tests/provider_purification_contract_test.py |
115 | 120 | python scripts/normalize_provider_rebuild_safety.py --check |
@@ -157,6 +162,7 @@ jobs: |
157 | 162 | python tests/global_stream_presentation_pipeline_test.py |
158 | 163 | python tests/provider_specific_adapters_test.py |
159 | 164 | python tests/provider_wrapper_isolation_test.py |
| 165 | + python tests/stream_output_sanitizer_fail_closed_test.py |
160 | 166 | python tests/tv_provider_hardening_test.py |
161 | 167 | python tests/provider_security_hardening_test.py |
162 | 168 | python tests/provider_purification_contract_test.py |
@@ -247,6 +253,7 @@ jobs: |
247 | 253 | python tests/global_playback_integrity_policy_test.py |
248 | 254 | python tests/runtime_capability_media_safety_v4_test.py |
249 | 255 | python tests/provider_wrapper_isolation_test.py |
| 256 | + python tests/stream_output_sanitizer_fail_closed_test.py |
250 | 257 | python tests/provider_security_hardening_test.py |
251 | 258 | python tests/provider_purification_contract_test.py |
252 | 259 | python tests/nuvio_client_upstream_drift_guard_test.py |
|
0 commit comments