Skip to content

Commit 7e0f3f4

Browse files
committed
new vulnerability in azure-ai-evaluation
1 parent e12b394 commit 7e0f3f4

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

input/new.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
{
2-
"package_name": "",
3-
"patch_versions": [],
4-
"vulnerable_ranges": [],
5-
"cwe": [],
6-
"tldr": "",
7-
"doest_this_affect_me": "",
8-
"how_to_fix": "",
9-
"vulnerable_to": "",
2+
"package_name": "azure-ai-evaluation",
3+
"patch_versions": [
4+
"1.13.2"
5+
],
6+
"vulnerable_ranges": [
7+
[
8+
"1.0.0",
9+
"1.13.1"
10+
]
11+
],
12+
"cwe": [
13+
"CWE-532"
14+
],
15+
"tldr": "Affected versions of this package may expose sensitive information in log files. This issue occurs because adversarial or unsafe prompt data is not properly redacted before being stored in Application Insights telemetry. The fix adds redaction to agent safety run logs, preventing sensitive input data from being recorded.",
16+
"doest_this_affect_me": "You are affected if you are using a vulnerable version of the package.",
17+
"how_to_fix": "Upgrade `azure-ai-evaluation` to a patch version.",
18+
"reporter": "",
19+
"vulnerable_to": "Insertion of Sensitive Information into Log File",
1020
"related_cve_id": "",
11-
"language": "",
12-
"severity_class": "",
13-
"aikido_score": 0,
14-
"changelog": ""
21+
"language": "PYTHON",
22+
"severity_class": "LOW",
23+
"aikido_score": 25,
24+
"changelog": "https://github.com/Azure/azure-sdk-for-python/releases/tag/azure-ai-evaluation_1.13.2"
1525
}

0 commit comments

Comments
 (0)