Skip to content

rar4 reader: protect copy_..._to_unp from too-big or too-small length (CVE-2024-20696) #732

rar4 reader: protect copy_..._to_unp from too-big or too-small length (CVE-2024-20696)

rar4 reader: protect copy_..._to_unp from too-big or too-small length (CVE-2024-20696) #732

Workflow file for this run

name: "CodeQL"
permissions:
contents: read
on:
push:
branches: [ "master", "3.5" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: "49 4 * * 2"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ cpp ]
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Initialize CodeQL
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
with:
category: "/language:${{ matrix.language }}"