From cc1a7dfae896b46616d0885de4b93328aa5f0734 Mon Sep 17 00:00:00 2001 From: promalert Date: Wed, 7 Jan 2026 23:48:40 +0800 Subject: [PATCH] chore: fix some comments to improve readability (#4533) Signed-off-by: promalert --- internal/file/zip_file_traversal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/file/zip_file_traversal_test.go b/internal/file/zip_file_traversal_test.go index 812f5e450..d52a21ced 100644 --- a/internal/file/zip_file_traversal_test.go +++ b/internal/file/zip_file_traversal_test.go @@ -317,7 +317,7 @@ func TestSafeJoin(t *testing.T) { } } -// TestSymlinkProtection demonstrates that SafeJoin protects against symlink-based +// TestSafeJoin_SymlinkProtection demonstrates that SafeJoin protects against // directory traversal attacks by validating that archive entry paths cannot escape // the extraction directory. func TestSafeJoin_SymlinkProtection(t *testing.T) {