Skip to content

fix: keep stub log server errors out of HTTP responses in attest test#529

Merged
creatornader merged 1 commit into
mainfrom
fix/stack-trace-exposure
Jul 16, 2026
Merged

fix: keep stub log server errors out of HTTP responses in attest test#529
creatornader merged 1 commit into
mainfrom
fix/stack-trace-exposure

Conversation

@creatornader

Copy link
Copy Markdown
Owner

Closes the open code-scanning alert (js/stack-trace-exposure, medium) at services/atrib-attest/test/integration.test.ts:58: the in-test loopback log-server stub echoed caught error messages into its 400 response body. The diagnostic now logs to the test process stderr and the wire response carries a static invalid entry string. @atrib/attest suite green (157 tests; one known emit-family flake on first run, clean on rerun).

Closes the js/stack-trace-exposure code-scanning alert: the loopback
test stub echoed caught error messages into 400 bodies. The diagnostic
now goes to the test process stderr and the response carries a static
string.
@creatornader
creatornader enabled auto-merge (squash) July 16, 2026 02:05
@creatornader
creatornader merged commit e444f3c into main Jul 16, 2026
14 checks passed
@creatornader
creatornader deleted the fix/stack-trace-exposure branch July 16, 2026 02:10
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.

1 participant