Skip to content

Commit

Permalink
Retrain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Oct 24, 2024
1 parent 6285c8a commit 1743d4b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1679,12 +1679,12 @@ expression: stdout
},
{
"id": "np.http.1",
"structural_id": "250eb9efa54a4a3328c98963de788aa0c771d731",
"structural_id": "83c76359a051a0490f1d57406bccfdd289cb113d",
"name": "HTTP Basic Authentication",
"syntax": {
"name": "HTTP Basic Authentication",
"id": "np.http.1",
"pattern": "(?x)(?i)\nAuthorization (?: :\\s+ | .{1, 5}) Basic \\s+\n( [A-Za-z0-9+/]{6,} ={0,2} )\n(?: [^A-Za-z0-9+/=] | $ )\n",
"pattern": "(?x)(?i)\nAuthorization (?: :\\s+ | \\s*.{1, 5}\\s*) Basic \\s+\n( [A-Za-z0-9+/]{6,} ={0,2} )\n(?: [^A-Za-z0-9+/=] | $ )\n",
"examples": [
"Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ=="
],
Expand All @@ -1701,12 +1701,12 @@ expression: stdout
},
{
"id": "np.http.2",
"structural_id": "ff27a5a20fb2d4890505f33f8a7da07e306b5046",
"structural_id": "6fefd3f2a8cc390f97e7c3fcd590788077da29c9",
"name": "HTTP Bearer Token",
"syntax": {
"name": "HTTP Bearer Token",
"id": "np.http.2",
"pattern": "(?x)(?i)\nAuthorization (?: :\\s+ | .{1, 5}) Bearer \\s+\n([a-zA-z0-9._~+/-]{6,} =*)\n(?: [^a-zA-z0-9._~+/=-] | $ )\n",
"pattern": "(?x)(?i)\nAuthorization (?: :\\s+ | \\s*.{1, 5}\\s*) Bearer \\s+\n([a-zA-z0-9._~+/-]{6,} =*)\n(?: [^a-zA-z0-9._~+/=-] | $ )\n",
"examples": [
"GET /resource HTTP/1.1\nHost: server.example.com\nAuthorization: Bearer mF_9.B5f-4.1JqM\n"
],
Expand Down

0 comments on commit 1743d4b

Please sign in to comment.