dnsx/alg: m use ptr mapping when required #1821
go.yml
on: push
🧬 Build
4m 21s
🛡️ OSV scanner
2m 2s
🌈 ORT
3m 38s
🗳️ Security checker
1m 31s
🧭 Lint
1m 9s
🧩 CodeQL & Zizmor
2m 25s
Matrix: 🪪 Artifact attestations / 🔏 Build attestation
Waiting for pending jobs
Matrix: 🪪 Artifact attestations / 📦 SBOM attestation
Waiting for pending jobs
🚚 Publish
/
🔥 Firebase Symbols
Annotations
13 errors, 4 warnings, and 4 notices
|
🧭 Lint
Process completed with exit code 1.
|
|
🧭 Lint:
intra/tun2socks.go#L435
var panicfd is unused (U1000)
|
|
🧭 Lint:
intra/core/ping.go#L115
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"icmp: err reply type: '%T' '%v'\", pkt, pkt)" (err113)
|
|
🧭 Lint:
intra/core/ping.go#L105
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"icmp: insufficient reply data; %d != %d\", len(reply.Data), len(data))" (err113)
|
|
🧭 Lint:
intra/core/ip.go#L104
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ip2cidr2: errs: cidr %v / ipp %v / ip %v\", err, err1, err2)" (err113)
|
|
🧭 Lint:
intra/core/ip.go#L82
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ip2cidr: errs: cidr %v / ipp %v / ip %v\", err, err1, err2)" (err113)
|
|
🧭 Lint:
intra/core/ip.go#L65
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to generate random IP from CIDR: %s\", cidr)" (err113)
|
|
🧭 Lint:
intra/core/ip.go#L36
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid cidr: %s\", cidr)" (err113)
|
|
🧭 Lint:
intra/core/ip.go#L31
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"mapped v4 addresses not supported\")" (err113)
|
|
🧭 Lint:
intra/core/connpool.go#L482
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"pool: poll: sz: %d (must be 0), errno: %v\",\n\tn, fds[0].Revents)" (err113)
|
|
🧭 Lint:
intra/core/connpool.go#L479
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"pool: poll: err: %v\", err)" (err113)
|
|
🧭 Lint:
intra/core/connpool.go#L465
do not compare errors directly "err == syscall.EAGAIN", use "errors.Is(err, syscall.EAGAIN)" instead (err113)
|
|
🧬 Build
Process completed with exit code 1.
|
|
🧭 Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧩 CodeQL & Zizmor
User-specified `matrix` input is not an object.
|
|
🌈 ORT
No files were found with the provided path: /home/runner/.ort/ort-results/evaluation-result.json. No artifacts will be uploaded.
|
|
🧬 Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: advanced-security/spdx-dependency-submission-action@v0.2.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧬 Build
Snapshot successfully created at 2026-07-04T21:36:27.526Z
|
|
🧬 Build
{
"manifests": {
"celzero/firestack 1.0.0": {
"resolved": {
"pkg:golang/github.com/coder/websocket@v1.8.14": {
"package_url": "pkg:golang/github.com/coder/websocket@v1.8.14",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/miekg/dns@v1.1.72": {
"package_url": "pkg:golang/github.com/miekg/dns@v1.1.72",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/cloudflare/odoh-go@v1.0.0": {
"package_url": "pkg:golang/github.com/cloudflare/odoh-go@v1.0.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/sync@v0.20.0": {
"package_url": "pkg:golang/golang.org/x/sync@v0.20.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/cisco/go-tls-syntax@v0.0.0-20200617162716-46b0cfb76b9b": {
"package_url": "pkg:golang/github.com/cisco/go-tls-syntax@v0.0.0-20200617162716-46b0cfb76b9b",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/cloudflare/circl@v1.6.3": {
"package_url": "pkg:golang/github.com/cloudflare/circl@v1.6.3",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/mod@v0.36.0": {
"package_url": "pkg:golang/golang.org/x/mod@v0.36.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/crypto@v0.52.0": {
"package_url": "pkg:golang/golang.org/x/crypto@v0.52.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/txthinking/socks5@v0.0.0-20230325130024-4230056ae301": {
"package_url": "pkg:golang/github.com/txthinking/socks5@v0.0.0-20230325130024-4230056ae301",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/time@v0.12.0": {
"package_url": "pkg:golang/golang.org/x/time@v0.12.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/tools@v0.45.0": {
"package_url": "pkg:golang/golang.org/x/tools@v0.45.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/google/btree@v1.1.2": {
"package_url": "pkg:golang/github.com/google/btree@v1.1.2",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/jedisct1/xsecretbox@v0.0.0-20190909160646-b731c21297f9": {
"package_url": "pkg:golang/github.com/jedisct1/xsecretbox@v0.0.0-20190909160646-b731c21297f9",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/sys@v0.45.0": {
"package_url": "pkg:golang/golang.org/x/sys@v0.45.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/txthinking/runnergroup@v0.0.0-20210608031112-152c7c4432bf": {
"package_url": "pkg:golang/github.com/txthinking/runnergroup@v0.0.0-20210608031112-152c7c4432bf",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/showwin/speedtest-go
|
|
🧬 Build
Submitting snapshot...
|
|
🧬 Build
success
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
debug-artifacts
|
7.15 MB |
sha256:380630e767d119ecee11fd7cb22939c5bcdcce10e3de1d9cf1a15a385b13552c
|
|
|
firestack-aar-0e13f9fc523102df961cc26d8faae3268f445f83
|
50.8 MB |
sha256:8d1735a7668b72b9e4b8a7e11ebffcdf6484a7736f3cf008ba7ea9d1ec83abbc
|
|
|
firestack-sbom-0e13f9fc523102df961cc26d8faae3268f445f83
Expired
|
41.2 KB |
sha256:cbbaf6b10f1d25eea8a966b27a01b4e6da3afa759850ca60a95f3fa259aa82f0
|
|
|
ort-results-firestack-0e13f9f
|
569 KB |
sha256:1f25ee4650629fa53e00d63db7b2b945d01654fe0b20920b59812341bd3ba46c
|
|
|
osv-scanner-results-0e13f9fc523102df961cc26d8faae3268f445f83
|
611 Bytes |
sha256:fa252e586cb4799e1500e1cce72d3fae8dce816acf7e09cc05eb87a503ddcd77
|
|