-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
94 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
id: | ||
name: GitOps.PullRequestIssueManagement | ||
description: GitOps.PullRequestIssueManagement primitive | ||
owner: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
scheduledSearches: [] | ||
eventResponderTasks: | ||
- if: | ||
- payloadType: Pull_Request | ||
then: | ||
- if: | ||
- includesModifiedFiles: | ||
files: | ||
- SPECS/ | ||
- SPECS-SIGNED/ | ||
then: | ||
- addLabel: | ||
label: Packaging | ||
- if: | ||
- includesModifiedFiles: | ||
files: | ||
- toolkit/docs/ | ||
then: | ||
- addLabel: | ||
label: documentation | ||
- if: | ||
- includesModifiedFiles: | ||
files: | ||
- toolkit/tools/ | ||
- toolkit/scripts/ | ||
then: | ||
- addLabel: | ||
label: Tools | ||
- if: | ||
- includesModifiedFiles: | ||
files: | ||
- toolkit/imageconfigs/ | ||
- toolkit/tools/imagegen/configuration | ||
then: | ||
- addLabel: | ||
label: Schema | ||
description: | ||
- if: | ||
- payloadType: Pull_Request | ||
- filesMatchPattern: | ||
pattern: (CVE|cve)-\d+-\d+\.(no)?patch | ||
then: | ||
- addLabel: | ||
label: security | ||
description: | ||
- if: | ||
- payloadType: Pull_Request | ||
- isAction: | ||
action: Opened | ||
- isActivitySender: | ||
user: CBL-Mariner-Bot | ||
issueAuthor: False | ||
then: | ||
- addLabel: | ||
label: Automatic PR | ||
description: | ||
- if: | ||
- payloadType: Pull_Request | ||
then: | ||
- if: | ||
- targetsBranch: | ||
branch: 1.0-dev | ||
then: | ||
- addLabel: | ||
label: 1.0-dev | ||
- if: | ||
- targetsBranch: | ||
branch: main | ||
then: | ||
- addLabel: | ||
label: main | ||
description: | ||
onFailure: | ||
onSuccess: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ sed -i "s|pass_capsh --chroot=\$(/bin/pwd) ==||g" quicktest.sh | |
%{_mandir}/man3/* | ||
|
||
%changelog | ||
* Thu JUn 15 2023 Henry Li <[email protected]> - 2.60-2 | ||
* Thu Jun 15 2023 Henry Li <[email protected]> - 2.60-2 | ||
- Add patch to resolve CVE-2023-2602 and CVE-2023-2603 | ||
- Use autosetup | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"go.20230404.2.src.tar.gz": "05a5275e6102a680c6367f67bf3e25234094a9bf6bacb9d99610e5fb5d5388e0", | ||
"go.20230606.2.src.tar.gz": "6905d65e0f813c48d64ea71bafc119975e85593e424b9b5e864ccba65c505baf", | ||
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ | |
%define __find_requires %{nil} | ||
Summary: Go | ||
Name: msft-golang | ||
Version: 1.19.8 | ||
Version: 1.19.10 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
Group: System Environment/Security | ||
URL: https://github.com/microsoft/go | ||
Source0: https://github.com/microsoft/go/releases/download/v1.19.8-1/go.20230404.2.src.tar.gz | ||
Source0: https://github.com/microsoft/go/releases/download/v1.19.10-1/go.20230606.2.src.tar.gz | ||
Source1: https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz | ||
Patch0: go14_bootstrap_aarch64.patch | ||
Conflicts: go | ||
|
@@ -115,6 +115,9 @@ fi | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Tue Jun 06 2023 Bala <[email protected]> - 1.19.10-1 | ||
- Upgrade to 1.19.10 to fix CVE-2023-29404 | ||
|
||
* Wed Apr 05 2023 Muhammad Falak <[email protected]> - 1.19.8-1 | ||
- Bump version to address CVE-2023-24534, CVE-2023-24536, CVE-2023-24537, CVE-2023-24538 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters