Skip to content

Commit

Permalink
Update exasol/toolbox/tools/security.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Pirkl <christoph.pirkl@exasol.com>
  • Loading branch information
Nicoretti and kaklakariada authored Oct 26, 2023
1 parent 081297e commit 33afe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/toolbox/tools/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def gh_security_issues() -> Generator[Tuple[str, str], None, None]:
Yields issue-id, cve-id pairs for all (closed, open) issues associated with CVEs
Return:
A generator which yield tuples of (id,title).
A generator which yields tuples of (id,title).
Raises:
subprocess.CalledProcessError: If the underlying command fails.
Expand Down

0 comments on commit 33afe8f

Please sign in to comment.