-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup testing infrastructure #6
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6 +/- ##
=======================================
Coverage ? 97.43%
=======================================
Files ? 3
Lines ? 78
Branches ? 18
=======================================
Hits ? 76
Misses ? 2
Partials ? 0 Continue to review full report at Codecov.
|
res | ||
.status(this.getStatusCodeForError(error)) | ||
.contentType("text/plain; charset=utf-8") | ||
.send(`Handshake error: ${error.message}`); |
Check warning
Code scanning / CodeQL
Reflected cross-site scripting
res | ||
.status(this.getStatusCodeForError(error)) | ||
.contentType("text/plain; charset=utf-8") | ||
.send(`Handshake error: ${error.message}`); |
Check warning
Code scanning / CodeQL
Exception text reinterpreted as HTML
Overview
Checklist