From 6767554e19cec3135394bd69c364bf77abceac2f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:11:39 -0400 Subject: [PATCH] spelling: recognition Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- go/old-change-notes/2020-11-12-zipslip-sanitizers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/old-change-notes/2020-11-12-zipslip-sanitizers.md b/go/old-change-notes/2020-11-12-zipslip-sanitizers.md index 880660ae4f3..3edc1cdfe26 100644 --- a/go/old-change-notes/2020-11-12-zipslip-sanitizers.md +++ b/go/old-change-notes/2020-11-12-zipslip-sanitizers.md @@ -1,2 +1,2 @@ lgtm,codescanning -* Improved recongition of sanitizer functions for the `go/zipslip` query. This may reduce false-positives (but also perhaps false-negatives) when application code attempts to check a zip header entry does not contain an illegal path traversal attempt. +* Improved recognition of sanitizer functions for the `go/zipslip` query. This may reduce false-positives (but also perhaps false-negatives) when application code attempts to check a zip header entry does not contain an illegal path traversal attempt.