Skip to content

Commit ea18b85

Browse files
committed
Use ellipses to shorten docstring example
1 parent d0daa4a commit ea18b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/tools/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def from_pip_audit(report: str) -> Iterable[Issue]:
166166
"GHSA-cpwx-vrp4-4pq7",
167167
"CVE-2025-27516"
168168
],
169-
"description": "An oversight in how the Jinja sandboxed environment interacts with the\n`|attr` filter allows an attacker that controls the content of a template\nto execute arbitrary Python code."
169+
"description": "An oversight ..."
170170
}
171171
]
172172

0 commit comments

Comments
 (0)