Skip to content

Added AI quality assurance examples

58a62f7
Select commit
Loading
Failed to load commit list.
Merged

Added AI quality assurance examples #741

Added AI quality assurance examples
58a62f7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 18, 2025 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 83 in samples/quality-assurance/ai-agent/deep-eval/deepeval_service.py

See this annotation in the file changed.

Code scanning / CodeQL

Flask app is run in debug mode High

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.

Check failure on line 142 in samples/quality-assurance/ai-agent/src/test/resources/deepeval-api.py

See this annotation in the file changed.

Code scanning / CodeQL

Flask app is run in debug mode High test

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.

Check warning on line 80 in samples/quality-assurance/ai-agent/deep-eval/deepeval_service.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 104 in samples/quality-assurance/ai-agent/src/test/resources/deepeval-api.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium test

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 139 in samples/quality-assurance/ai-agent/src/test/resources/deepeval-api.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium test

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 22 in samples/quality-assurance/weather/src/main/java/com/example/weather/WeatherController.java

See this annotation in the file changed.

Code scanning / CodeQL

Cross-site scripting Medium

Cross-site scripting vulnerability due to a
user-provided value
.