Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mattermost-10.2/10.2.1-r0: cve remediation #36938

Merged
merged 4 commits into from
Dec 17, 2024
Merged
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
11 changes: 9 additions & 2 deletions mattermost-10.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package:
name: mattermost-10.2
# Note the npm version has been pinned to 10.8.3 to avoid the error:
# "npm error notsup Required: {"node":">=18.10.0","npm":"^9.0.0 || ^10.0.0"}"
version: 10.2.1
epoch: 0
epoch: 1
description: "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle."
copyright:
- license: MIT
Expand Down Expand Up @@ -30,7 +32,7 @@ environment:
- libpng-dev
- libtool
- nodejs-20
- npm
- npm=10.8.3 # Have to specify older version, or: "npm error notsup Required: {"node":">=18.10.0","npm":"^9.0.0 || ^10.0.0"}"
- pkgconf-dev
- posix-libc-utils
- wolfi-base
Expand All @@ -52,6 +54,11 @@ pipeline:

- working-directory: server
pipeline:
- uses: go/bump
with:
deps: golang.org/x/[email protected]
modroot: .
tidy: false # https://github.com/mattermost/mattermost/issues/26221
- runs: make modules-tidy
- runs: |
# Our global LDFLAGS conflict with a Makefile parameter: `flag provided but not defined: -Wl,--as-needed,-O1,--sort-common`
Expand Down
Loading