You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The execution of gitleaks pre-commit hook in python 3.12 on ubi8 raises following warning message:
/usr/lib64/python3.12/tarfile.py:2253: RuntimeWarning: The default behavior of tarfile extraction has been changed to disallow common exploits (including CVE-2007-4559). By default, absolute/parent paths are disallowed and some mode bits are cleared. See https://access.redhat.com/articles/7004769 for more details.
warnings.warn(
Describe the bug
The execution of gitleaks pre-commit hook in python 3.12 on ubi8 raises following warning message:
To Reproduce
Create docker image from scratch.
use python_requirements.txt:
use .pre-commit-config.yaml
Execute docker container using image and run git init, git add . , pre-commit install, pre-commit run -a.
Expected behavior
No warning message.
Screenshots
N/A
Basic Info (please complete the following information):
Additional context
N/A
cc @zricethezav
The text was updated successfully, but these errors were encountered: