Skip to content

Merge pull request #9931 from jutyler1/ecs-pr-v5-05

134d926
Select commit
Loading
Failed to load commit list.
Closed

ECS Express Gateway monitoring text-only mode #9942

Merge pull request #9931 from jutyler1/ecs-pr-v5-05
134d926
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 19, 2025 in 3s

5 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 355 in tests/unit/customizations/ecs/expressgateway/test_stream_display.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
new.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 70 in tests/unit/customizations/ecs/test_serviceviewcollector.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://api.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 233 in tests/unit/customizations/ecs/test_serviceviewcollector.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://api.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 234 in tests/unit/customizations/ecs/test_serviceviewcollector.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://web.example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 360 in tests/unit/customizations/ecs/test_serviceviewcollector.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://example.com
may be at an arbitrary position in the sanitized URL.