Skip to content

Commit cee60f6

Browse files
authored
Merge pull request wolfi-dev#67889 from wolfi-dev/cve-telegraf-1.36-1.36.2-r0-19e5404a965a6c31ed5d24cc0e8216f8
telegraf-1.36/1.36.2-r0: cve remediation
2 parents e8c6575 + ea39318 commit cee60f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

telegraf-1.36.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: telegraf-1.36
33
version: "1.36.2"
4-
epoch: 0 # CVE-2025-47907
4+
epoch: 1 # GHSA-fwv2-65wh-2w8c
55
description: Telegraf is an agent for collecting, processing, aggregating, and writing metric
66
copyright:
77
- license: MIT
@@ -25,6 +25,11 @@ pipeline:
2525
expected-commit: 8bdd02655095ba64b18c3957d3f3ded16e1b7464
2626
repository: https://github.com/influxdata/telegraf
2727

28+
- uses: go/bump
29+
with:
30+
deps: |-
31+
github.com/snowflakedb/[email protected]
32+
2833
- runs: |
2934
make package include_packages="linux_${{build.goarch}}.tar.gz"
3035

0 commit comments

Comments
 (0)