Formatting
This commit is contained in:
parent
ecf723239a
commit
f6d19ed42e
6 changed files with 57 additions and 35 deletions
6
lib/start-proxy.test.js
generated
6
lib/start-proxy.test.js
generated
|
|
@ -82,7 +82,11 @@ const testing_utils_1 = require("./testing-utils");
|
|||
const invalidCredentials = [
|
||||
{ type: "nuget_feed", host: "1nuget.pkg.github.com", token: "abc\u0000" }, // Non-printable character in token
|
||||
{ type: "nuget_feed", host: "2nuget.pkg.github.com\u0001" }, // Non-printable character in host
|
||||
{ type: "nuget_feed", host: "3nuget.pkg.github.com", password: "ghi\u0002" }, // Non-printable character in password
|
||||
{
|
||||
type: "nuget_feed",
|
||||
host: "3nuget.pkg.github.com",
|
||||
password: "ghi\u0002",
|
||||
}, // Non-printable character in password
|
||||
{ type: "nuget_feed", host: "4nuget.pkg.github.com", password: "ghi\x00" }, // Non-printable character in password
|
||||
];
|
||||
for (const invalidCredential of invalidCredentials) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue