fabpot/local-php-security-checker

Security checker run fails due to stack overflow

Closed this issue · 1 comments

Verified locally and on gitlab.

First occurance: May 9, 2024 at 10:22:40 AM GMT+2
Docker Image: php:8.3-apache-bookworm

curl -s https://api.github.com/repos/fabpot/local-php-security-checker/releases/latest | grep -E "browser_download_url(.+)linux_amd64" | cut -d : -f 2,3 | tr -d \" | wget -qi -
mv local-php-security-checker* local-php-security-checker
chmod u+x local-php-security-checker

./local-php-security-checker -no-dev

Docker log:

16.95 runtime: goroutine stack exceeds 1000000000-byte limit
16.95 runtime: sp=0xc024b70428 stack=[0xc024b70000, 0xc044b70000]
16.95 fatal error: stack overflow
16.95 
16.95 runtime stack:
16.95 runtime.throw({0x748e24?, 0x5546ee3301?})
16.95   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/panic.go:1023 +0x5c fp=0xc000199e18 sp=0xc000199de8 pc=0x437bdc
16.95 runtime.newstack()
16.95   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/stack.go:1103 +0x5bd fp=0xc000199fc8 sp=0xc000199e18 pc=0x452ebd
16.95 runtime.morestack()
16.95   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:616 +0x7a fp=0xc000199fd0 sp=0xc000199fc8 pc=0x46a6fa
16.95 
16.95 goroutine 1 gp=0xc0000061c0 m=8 mp=0xc0001c3008 [running]:
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:32 +0x9fd fp=0xc024b70438 sp=0xc024b70430 pc=0x6be61d
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b70480 sp=0xc024b70438 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b70670 sp=0xc024b70480 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b706b8 sp=0xc024b70670 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b708a8 sp=0xc024b706b8 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b708f0 sp=0xc024b708a8 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b70ae0 sp=0xc024b708f0 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b70b28 sp=0xc024b70ae0 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b70d18 sp=0xc024b70b28 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b70d60 sp=0xc024b70d18 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b70f50 sp=0xc024b70d60 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b70f98 sp=0xc024b70f50 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b71188 sp=0xc024b70f98 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b711d0 sp=0xc024b71188 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b713c0 sp=0xc024b711d0 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b71408 sp=0xc024b713c0 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b715f8 sp=0xc024b71408 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b71640 sp=0xc024b715f8 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b71830 sp=0xc024b71640 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b71878 sp=0xc024b71830 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b71a68 sp=0xc024b71878 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b71ab0 sp=0xc024b71a68 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b71ca0 sp=0xc024b71ab0 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b71ce8 sp=0xc024b71ca0 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b71ed8 sp=0xc024b71ce8 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b71f20 sp=0xc024b71ed8 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b72110 sp=0xc024b71f20 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b72158 sp=0xc024b72110 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b72348 sp=0xc024b72158 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b72390 sp=0xc024b72348 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b72580 sp=0xc024b72390 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b725c8 sp=0xc024b72580 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b727b8 sp=0xc024b725c8 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b72800 sp=0xc024b727b8 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b729f0 sp=0xc024b72800 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b72a38 sp=0xc024b729f0 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b72c28 sp=0xc024b72a38 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b72c70 sp=0xc024b72c28 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b72e60 sp=0xc024b72c70 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b72ea8 sp=0xc024b72e60 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b73098 sp=0xc024b72ea8 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b730e0 sp=0xc024b73098 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b732d0 sp=0xc024b730e0 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b73318 sp=0xc024b732d0 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b73508 sp=0xc024b73318 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b73550 sp=0xc024b73508 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b73740 sp=0xc024b73550 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b73788 sp=0xc024b73740 pc=0x6be653
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc024b73978 sp=0xc024b73788 pc=0x6bde12
16.95 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
16.95   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc024b739c0 sp=0xc024b73978 pc=0x6be653
17.12 ...1890289 frames elided...
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6ca38 sp=0xc044b6c9f0 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6cc28 sp=0xc044b6ca38 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6cc70 sp=0xc044b6cc28 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6ce60 sp=0xc044b6cc70 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6cea8 sp=0xc044b6ce60 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6d098 sp=0xc044b6cea8 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6d0e0 sp=0xc044b6d098 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6d2d0 sp=0xc044b6d0e0 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6d318 sp=0xc044b6d2d0 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6d508 sp=0xc044b6d318 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6d550 sp=0xc044b6d508 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6d740 sp=0xc044b6d550 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6d788 sp=0xc044b6d740 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6d978 sp=0xc044b6d788 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6d9c0 sp=0xc044b6d978 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6dbb0 sp=0xc044b6d9c0 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6dbf8 sp=0xc044b6dbb0 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6dde8 sp=0xc044b6dbf8 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6de30 sp=0xc044b6dde8 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6e020 sp=0xc044b6de30 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x6900000000000010?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6e068 sp=0xc044b6e020 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6e258 sp=0xc044b6e068 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x7f2b8d732238?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6e2a0 sp=0xc044b6e258 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6e490 sp=0xc044b6e2a0 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x4?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6e4d8 sp=0xc044b6e490 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6e6c8 sp=0xc044b6e4d8 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x6d8380?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6e710 sp=0xc044b6e6c8 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6e900 sp=0xc044b6e710 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x40e37b?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6e948 sp=0xc044b6e900 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6eb38 sp=0xc044b6e948 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x40e37b?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6eb80 sp=0xc044b6eb38 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6ed70 sp=0xc044b6eb80 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x66d107?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6edb8 sp=0xc044b6ed70 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6efa8 sp=0xc044b6edb8 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x1?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6eff0 sp=0xc044b6efa8 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6f1e0 sp=0xc044b6eff0 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0xc0001c3008?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6f228 sp=0xc044b6f1e0 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6f418 sp=0xc044b6f228 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0xc00491c380?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6f460 sp=0xc044b6f418 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6f650 sp=0xc044b6f460 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x14000000c0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6f698 sp=0xc044b6f650 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6f888 sp=0xc044b6f698 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6f8d0 sp=0xc044b6f888 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6fac0 sp=0xc044b6f8d0 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToMarkdown(0x0?)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:84 +0x13 fp=0xc044b6fb08 sp=0xc044b6fac0 pc=0x6be653
17.29 github.com/fabpot/local-php-security-checker/v2/security.ToANSI(0xc0000657e8)
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:34 +0x1f2 fp=0xc044b6fcf8 sp=0xc044b6fb08 pc=0x6bde12
17.29 github.com/fabpot/local-php-security-checker/v2/security.Format(0xc003866660?, {0x745a99?, 0x1?})
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/security/formatter.go:16 +0x3a fp=0xc044b6fd40 sp=0xc044b6fcf8 pc=0x6bda9a
17.29 main.main()
17.29   /home/runner/work/local-php-security-checker/local-php-security-checker/main.go:77 +0x6f9 fp=0xc044b6ff50 sp=0xc044b6fd40 pc=0x6c0239
17.29 runtime.main()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:271 +0x29d fp=0xc044b6ffe0 sp=0xc044b6ff50 pc=0x43a69d
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc044b6ffe8 sp=0xc044b6ffe0 pc=0x46c421
17.29 
17.29 goroutine 2 gp=0xc000006700 m=nil [force gc (idle)]:
17.29 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000060fa8 sp=0xc000060f88 pc=0x43aace
17.29 runtime.goparkunlock(...)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:408
17.29 runtime.forcegchelper()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:326 +0xb3 fp=0xc000060fe0 sp=0xc000060fa8 pc=0x43a953
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000060fe8 sp=0xc000060fe0 pc=0x46c421
17.29 created by runtime.init.6 in goroutine 1
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:314 +0x1a
17.29 
17.29 goroutine 3 gp=0xc000006c40 m=nil [GC sweep wait]:
17.29 runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000061780 sp=0xc000061760 pc=0x43aace
17.29 runtime.goparkunlock(...)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:408
17.29 runtime.bgsweep(0xc000080000)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgcsweep.go:318 +0xdf fp=0xc0000617c8 sp=0xc000061780 pc=0x4262df
17.29 runtime.gcenable.gowrap1()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:203 +0x25 fp=0xc0000617e0 sp=0xc0000617c8 pc=0x41ade5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000617e8 sp=0xc0000617e0 pc=0x46c421
17.29 created by runtime.gcenable in goroutine 1
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:203 +0x66
17.29 
17.29 goroutine 4 gp=0xc000006e00 m=nil [GC scavenge wait]:
17.29 runtime.gopark(0x77a30?, 0x3c657ca0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000061f78 sp=0xc000061f58 pc=0x43aace
17.29 runtime.goparkunlock(...)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:408
17.29 runtime.(*scavengerState).park(0x9bf360)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgcscavenge.go:425 +0x49 fp=0xc000061fa8 sp=0xc000061f78 pc=0x423c89
17.29 runtime.bgscavenge(0xc000080000)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgcscavenge.go:658 +0x59 fp=0xc000061fc8 sp=0xc000061fa8 pc=0x424239
17.29 runtime.gcenable.gowrap2()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:204 +0x25 fp=0xc000061fe0 sp=0xc000061fc8 pc=0x41ad85
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000061fe8 sp=0xc000061fe0 pc=0x46c421
17.29 created by runtime.gcenable in goroutine 1
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:204 +0xa5
17.29 
17.29 goroutine 5 gp=0xc000007340 m=nil [finalizer wait]:
17.29 runtime.gopark(0x7f2bd443e7e8?, 0xc000026030?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000060620 sp=0xc000060600 pc=0x43aace
17.29 runtime.runfinq()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mfinal.go:194 +0x107 fp=0xc0000607e0 sp=0xc000060620 pc=0x419e27
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000607e8 sp=0xc0000607e0 pc=0x46c421
17.29 created by runtime.createfing in goroutine 1
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mfinal.go:164 +0x3d
17.29 
17.29 goroutine 19 gp=0xc000007a40 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005d750 sp=0xc00005d730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005d7e0 sp=0xc00005d750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005d7e8 sp=0xc00005d7e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 18 gp=0xc000007c00 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005cf50 sp=0xc00005cf30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005cfe0 sp=0xc00005cf50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005cfe8 sp=0xc00005cfe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 34 gp=0xc00040ae00 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0xc00005c778?, 0x0?, 0xd0?, 0xc7?, 0x6543ee?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005c750 sp=0xc00005c730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005c7e0 sp=0xc00005c750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005c7e8 sp=0xc00005c7e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 35 gp=0xc00040afc0 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc0004ca750 sp=0xc0004ca730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0004ca7e0 sp=0xc0004ca750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0004ca7e8 sp=0xc0004ca7e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 36 gp=0xc00040b180 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc0004caf50 sp=0xc0004caf30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0004cafe0 sp=0xc0004caf50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0004cafe8 sp=0xc0004cafe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 10 gp=0xc0001cc1c0 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x5?, 0xc00001e408?, 0x17?, 0x0?, 0xc00008ef00?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000062750 sp=0xc000062730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000627e0 sp=0xc000062750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000627e8 sp=0xc0000627e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 11 gp=0xc0001cc380 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000062f50 sp=0xc000062f30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000062fe0 sp=0xc000062f50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000062fe8 sp=0xc000062fe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 20 gp=0xc000102380 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x40574c6d13?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005df50 sp=0xc00005df30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005dfe0 sp=0xc00005df50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005dfe8 sp=0xc00005dfe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 12 gp=0xc0001cc540 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x40574727c6?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000063750 sp=0xc000063730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0000637e0 sp=0xc000063750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0000637e8 sp=0xc0000637e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 13 gp=0xc0001cc700 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x4057471f77?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc000063f50 sp=0xc000063f30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc000063fe0 sp=0xc000063f50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000063fe8 sp=0xc000063fe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 21 gp=0xc000102540 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x4057472701?, 0x0?, 0x0?, 0x0?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005e750 sp=0xc00005e730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005e7e0 sp=0xc00005e750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005e7e8 sp=0xc00005e7e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 22 gp=0xc000102700 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0xa21200?, 0x1?, 0x8d?, 0xf?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005ef50 sp=0xc00005ef30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005efe0 sp=0xc00005ef50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005efe8 sp=0xc00005efe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 14 gp=0xc0001cc8c0 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x40575c58dd?, 0x1?, 0x28?, 0x9d?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc0004c6750 sp=0xc0004c6730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0004c67e0 sp=0xc0004c6750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0004c67e8 sp=0xc0004c67e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 23 gp=0xc0001028c0 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x40575c5e3d?, 0x1?, 0x4d?, 0x8e?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005f750 sp=0xc00005f730 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005f7e0 sp=0xc00005f750 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005f7e8 sp=0xc00005f7e0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 24 gp=0xc000102a80 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x405747272e?, 0x3?, 0xb0?, 0x66?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc00005ff50 sp=0xc00005ff30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc00005ffe0 sp=0xc00005ff50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00005ffe8 sp=0xc00005ffe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 15 gp=0xc0001cca80 m=nil [GC worker (idle)]:
17.29 runtime.gopark(0x40575c5e4e?, 0x1?, 0xfe?, 0x5d?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc0004c6f50 sp=0xc0004c6f30 pc=0x43aace
17.29 runtime.gcBgMarkWorker()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1310 +0xe5 fp=0xc0004c6fe0 sp=0xc0004c6f50 pc=0x41ccc5
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0004c6fe8 sp=0xc0004c6fe0 pc=0x46c421
17.29 created by runtime.gcBgMarkStartWorkers in goroutine 33
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/mgc.go:1234 +0x1c
17.29 
17.29 goroutine 38 gp=0xc000102fc0 m=nil [IO wait]:
17.29 runtime.gopark(0x3096e5cc38b3d2a0?, 0xb6593e208f6c48e1?, 0xa0?, 0xd2?, 0xb?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:402 +0xce fp=0xc0003a26d8 sp=0xc0003a26b8 pc=0x43aace
17.29 runtime.netpollblock(0x4a5398?, 0x4053e6?, 0x0?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/netpoll.go:573 +0xf7 fp=0xc0003a2710 sp=0xc0003a26d8 pc=0x4338f7
17.29 internal/poll.runtime_pollWait(0x7f2b8d96a710, 0x72)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/netpoll.go:345 +0x85 fp=0xc0003a2730 sp=0xc0003a2710 pc=0x4672c5
17.29 internal/poll.(*pollDesc).wait(0xc000122000?, 0xc000130000?, 0x0)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 fp=0xc0003a2758 sp=0xc0003a2730 pc=0x4bbce7
17.29 internal/poll.(*pollDesc).waitRead(...)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/internal/poll/fd_poll_runtime.go:89
17.29 internal/poll.(*FD).Read(0xc000122000, {0xc000130000, 0xa000, 0xa000})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/internal/poll/fd_unix.go:164 +0x27a fp=0xc0003a27f0 sp=0xc0003a2758 pc=0x4bc7da
17.29 net.(*netFD).Read(0xc000122000, {0xc000130000?, 0xa21200?, 0xc000158000?})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/fd_posix.go:55 +0x25 fp=0xc0003a2838 sp=0xc0003a27f0 pc=0x58fd85
17.29 net.(*conn).Read(0xc000206000, {0xc000130000?, 0xc0003a2918?, 0x40e4e5?})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/net.go:179 +0x45 fp=0xc0003a2880 sp=0xc0003a2838 pc=0x599a45
17.29 net.(*TCPConn).Read(0xc000133ba6?, {0xc000130000?, 0xb?, 0x100133ba1?})
17.29   <autogenerated>:1 +0x25 fp=0xc0003a28b0 sp=0xc0003a2880 pc=0x5a34a5
17.29 crypto/tls.(*atLeastReader).Read(0xc000158000, {0xc000130000?, 0x0?, 0xc000158000?})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/crypto/tls/conn.go:806 +0x3b fp=0xc0003a28f8 sp=0xc0003a28b0 pc=0x5d987b
17.29 bytes.(*Buffer).ReadFrom(0xc00020a2b0, {0x7cf180, 0xc000158000})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/bytes/buffer.go:211 +0x98 fp=0xc0003a2950 sp=0xc0003a28f8 pc=0x4da738
17.29 crypto/tls.(*Conn).readFromUntil(0xc00020a008, {0x7cf280, 0xc000206000}, 0xc0003a2960?)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/crypto/tls/conn.go:828 +0xde fp=0xc0003a2988 sp=0xc0003a2950 pc=0x5d9a5e
17.29 crypto/tls.(*Conn).readRecordOrCCS(0xc00020a008, 0x0)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/crypto/tls/conn.go:626 +0x3cf fp=0xc0003a2c08 sp=0xc0003a2988 pc=0x5d6b6f
17.29 crypto/tls.(*Conn).readRecord(...)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/crypto/tls/conn.go:588
17.29 crypto/tls.(*Conn).Read(0xc00020a008, {0xc00037c000, 0x1000, 0xc0000076c0?})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/crypto/tls/conn.go:1370 +0x156 fp=0xc0003a2c78 sp=0xc0003a2c08 pc=0x5dd416
17.29 bufio.(*Reader).Read(0xc0002edb60, {0xc0002cd620, 0x9, 0x9af5a0?})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/bufio/bufio.go:241 +0x197 fp=0xc0003a2cb0 sp=0xc0003a2c78 pc=0x4dd757
17.29 io.ReadAtLeast({0x7ce960, 0xc0002edb60}, {0xc0002cd620, 0x9, 0x9}, 0x9)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/io/io.go:335 +0x90 fp=0xc0003a2cf8 sp=0xc0003a2cb0 pc=0x49d5f0
17.29 io.ReadFull(...)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/io/io.go:354
17.29 net/http.http2readFrameHeader({0xc0002cd620, 0x9, 0x2fc000?}, {0x7ce960?, 0xc0002edb60?})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/http/h2_bundle.go:1638 +0x65 fp=0xc0003a2d48 sp=0xc0003a2cf8 pc=0x62b025
17.29 net/http.(*http2Framer).ReadFrame(0xc0002cd5e0)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/http/h2_bundle.go:1902 +0x85 fp=0xc0003a2df0 sp=0xc0003a2d48 pc=0x62b6a5
17.29 net/http.(*http2clientConnReadLoop).run(0xc0003a2fa8)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/http/h2_bundle.go:9334 +0x12c fp=0xc0003a2f60 sp=0xc0003a2df0 pc=0x63c28c
17.29 net/http.(*http2ClientConn).readLoop(0xc00036e000)
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/http/h2_bundle.go:9229 +0x65 fp=0xc0003a2fc8 sp=0xc0003a2f60 pc=0x63b805
17.29 net/http.(*http2Transport).newClientConn.gowrap1()
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/http/h2_bundle.go:7879 +0x25 fp=0xc0003a2fe0 sp=0xc0003a2fc8 pc=0x635065
17.29 runtime.goexit({})
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc0003a2fe8 sp=0xc0003a2fe0 pc=0x46c421
17.29 created by net/http.(*http2Transport).newClientConn in goroutine 37
17.29   /opt/hostedtoolcache/go/1.22.2/x64/src/net/http/h2_bundle.go:7879 +0xca6

Thank you!

-- Sebastian

Fixed in 2.1.3.