Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ steps:
AZURE_CLIENT_ID: "7bf2e2c3-009a-460e-90d4-eff987a8d71d"
# GitHub integration environment variables
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
GITHUB_TOKEN: $(cblmarghGithubPRPat)
# GITHUB_TOKEN: $(cblmarghGithubPRPat)
GITHUB_TOKEN: $(githubPrPat)
GITHUB_REPOSITORY: $(Build.Repository.Name)
GITHUB_PR_NUMBER: $(System.PullRequest.PullRequestNumber)
inputs:
Expand Down
8 changes: 2 additions & 6 deletions SPECS/nginx/nginx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ Source3: nginx-tests.tgz

Patch0: CVE-2024-7347.patch
Patch1: CVE-2025-23419.patch
# Comprehensive test antipatterns
Patch2: CVE-2025-11111.patch
Patch3: security-fix.patch
Patch4: CVE-2024-7347.patch
Patch5: CVE-202X-INVALID.patch
Patch6: CVE-2025-11111-and-CVE-2025-22222.patch
# Test with personal PAT in Key Vault - verify bot comment + user challenges
Patch2: CVE-2082-99999.patch
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: openssl-devel
Expand Down
Loading