Skip to content

AB#536560: update dependencies - #117

Closed
Adam Cofer (acofer) wants to merge 1 commit into
masterfrom
AB#536560-veracode_remediation_dependency_updates
Closed

AB#536560: update dependencies#117
Adam Cofer (acofer) wants to merge 1 commit into
masterfrom
AB#536560-veracode_remediation_dependency_updates

Conversation

@acofer

Copy link
Copy Markdown
Contributor

Issue Link

https://dev.azure.com/nintex/Nintex/_workitems/edit/536560

High-Level Description

Changelog:

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s Go module dependencies (notably squirrel and DataDog/OpenTelemetry-related transitive deps) and adjusts SQL-related tests to match updated query rendering behavior.

Changes:

  • Bumps Go module dependencies in go.mod and refreshes go.sum.
  • Updates SQL expectation tests to accept (1=1) output for empty/no-op predicates.
  • Tweaks developer tooling in Makefile (test targets and adds an update target).

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
go.mod Updates direct/indirect module versions and changes the Go version directive.
go.sum Regenerated checksums reflecting updated module versions.
tags/tags_test.go Updates null-filter tests to expect (1=1) for empty/invalid fields.
filter_test.go Updates expected SQL to include an (1=1) no-op clause.
Makefile Adjusts test targets and adds an update helper target.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tags/tags_test.go
Comment on lines 233 to 235
assert.NoError(t, err)
// Empty Eq{} produces empty SQL
assert.Empty(t, sql)
assert.Equal(t, sql, "(1=1)")
assert.Empty(t, args)
Comment thread tags/tags_test.go
Comment on lines 248 to 250
assert.NoError(t, err)
assert.Empty(t, sql)
assert.Equal(t, sql, "(1=1)")
assert.Empty(t, args)
Comment thread Makefile
Comment on lines 10 to +14
test:
# @make service
@go test -cover ./...

@go test ./...

testv:
@go test -v -cover ./...
@go test -v ./...
@acofer

Copy link
Copy Markdown
Contributor Author

Superseded by #118

@acofer
Adam Cofer (acofer) deleted the AB#536560-veracode_remediation_dependency_updates branch July 14, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants