Skip to content

[ANCHOR-1237]: Attacker-chosen SEP-31 receiver_id bypasses the SEP-12 transaction_id ownership check #2299

[ANCHOR-1237]: Attacker-chosen SEP-31 receiver_id bypasses the SEP-12 transaction_id ownership check

[ANCHOR-1237]: Attacker-chosen SEP-31 receiver_id bypasses the SEP-12 transaction_id ownership check #2299

Workflow file for this run

name: On Pull Request Workflow
on:
pull_request:
jobs:
gradle_build:
uses: ./.github/workflows/sub_gradle_build.yml
rust_build:
uses: ./.github/workflows/sub_rust_build.yml
essential_tests:
needs: [ gradle_build ]
uses: ./.github/workflows/sub_essential_tests.yml
concurrency:
group: ap-test-job
cancel-in-progress: false
extended_tests:
needs: [ gradle_build, essential_tests ]
uses: ./.github/workflows/sub_extended_tests.yml
concurrency:
group: ap-test-job
cancel-in-progress: false
complete:
if: always()
needs: [ gradle_build, essential_tests, extended_tests, rust_build ]
runs-on: ubuntu-24.04
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
run: exit 1