Skip to content

fix: Code scanning alert #1: Arbitrary file access during archive extraction ("Zip Slip") #319

fix: Code scanning alert #1: Arbitrary file access during archive extraction ("Zip Slip")

fix: Code scanning alert #1: Arbitrary file access during archive extraction ("Zip Slip") #319

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
linr-pr-title:
name: PR Title
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}