Skip to content

fix: prevent appconfig path traversal to RCE via public_/remote_ keys (OC10-146) #1037

fix: prevent appconfig path traversal to RCE via public_/remote_ keys (OC10-146)

fix: prevent appconfig path traversal to RCE via public_/remote_ keys (OC10-146) #1037

Workflow file for this run

name: CI
on:
push:
branches:
- "10.16"
- "release/*"
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
semantic-git-messages:
name: Commits
uses: owncloud/reusable-workflows/.github/workflows/semantic-git-message.yml@main
php-unit:
name: PHP Unit
uses: ./.github/workflows/php-unit.yml
with:
php-versions: '["7.4"]'