Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Validate log_file paths to prevent arbitrary file writes #965

Validate log_file paths to prevent arbitrary file writes

Validate log_file paths to prevent arbitrary file writes #965

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py310", "py311", "py312", "py313"]'
os: ubuntu-latest