Skip to content

Commit 7d346cf

Browse files
chore(deps): bump github.com/crowdstrike/gofalcon from 0.20.1 to 0.21.0 in /functions/Func_Jobs (#353)
* chore(deps): bump github.com/crowdstrike/gofalcon Bumps [github.com/crowdstrike/gofalcon](https://github.com/crowdstrike/gofalcon) from 0.20.1 to 0.21.0. - [Release notes](https://github.com/crowdstrike/gofalcon/releases) - [Commits](CrowdStrike/gofalcon@v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: github.com/crowdstrike/gofalcon dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Trigger CI * Revert back to go 1.25 * Upgrade @crowdstrike/foundry-js to 0.22.0 and vitest to 4.1.7 Fixes critical vitest CVE and uuid buffer bounds issue from older foundry-js - vitest 3.2.4 → 4.1.7 (critical: arbitrary file read/execution when UI server listening) - @crowdstrike/foundry-js 0.21.0 → 0.22.0 (fixes uuid buffer bounds check issue) - Relax minimum-release-age in .npmrc from 72h to 0 to allow newer releases - All tests passing, linting clean * Revert to go 1.25 * Restore minimum-release-age=72h --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Raible <matt.raible@crowdstrike.com>
1 parent d86bc2b commit 7d346cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/Func_Jobs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25
44

55
require (
66
github.com/CrowdStrike/foundry-fn-go v0.24.1
7-
github.com/crowdstrike/gofalcon v0.20.1
7+
github.com/crowdstrike/gofalcon v0.21.0
88
github.com/go-openapi/runtime v0.32.4
99
github.com/robfig/cron/v3 v3.0.1
1010
github.com/sirupsen/logrus v1.9.4

0 commit comments

Comments
 (0)