Skip to content

Block NAT64 and 6to4 IPv6 encapsulation ranges in SSRF protection #3413

Block NAT64 and 6to4 IPv6 encapsulation ranges in SSRF protection

Block NAT64 and 6to4 IPv6 encapsulation ranges in SSRF protection #3413

Workflow file for this run

name: CI (SaaS)
on:
push:
permissions:
contents: read
jobs:
test_oss:
name: Test (OSS)
uses: ./.github/workflows/test.yml
with:
saas: false
test_saas:
name: Test (SaaS)
uses: ./.github/workflows/test.yml
with:
saas: true
secrets:
FIZZY_GH_TOKEN: ${{ secrets.FIZZY_GH_TOKEN }}