Skip to content

Commit

Permalink
Fixing spelling lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Skipper committed Jul 31, 2023
1 parent f955d9e commit b8ee0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runway/cfngin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ def safe_tar_extract(
):
"""Safely extract the contents of a tar file to a specified directory.
This code is modified from a PR provided to Runway repo by
Trellix to address CVE-2007-4559.
This code is modified from a PR provided to Runway project
to address CVE-2007-4559.
Args:
tar (TarFile): The tar file object that will be extracted.
Expand Down

0 comments on commit b8ee0ad

Please sign in to comment.