Update python/ql/lib/semmle/python/security/dataflow/TarSlipCustomizations.qll

This commit is contained in:
yoff
2022-06-20 10:14:52 +02:00
committed by GitHub
parent 0608d4d2f9
commit 94145e9e74

View File

@@ -51,7 +51,7 @@ module TarSlip {
} }
/** /**
* A sanitizer based on file name. This beacuse we extract the standard library. * A sanitizer based on file name. This because we extract the standard library.
* *
* For efficiency we don't want to track the flow of taint * For efficiency we don't want to track the flow of taint
* around the tarfile module. * around the tarfile module.