Skip to content

Bug: /tx/pending endpoint lacks maximum limit, memory DoS risk #1982

Bug: /tx/pending endpoint lacks maximum limit, memory DoS risk

Bug: /tx/pending endpoint lacks maximum limit, memory DoS risk #1982

Workflow file for this run

name: Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}