Skip to content
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

update wpt submodule and url crate #603

Merged
merged 3 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/[email protected]
with:
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, ISC, BSD-2-Clause, MIT OR (CC0-1.0 AND MIT), CC0-1.0 OR MIT OR (CC0-1.0 AND MIT), CC-BY-3.0, CC0-1.0, MIT OR Apache-2.0, MIT AND Apache-2.0, MIT OR WTFPL, BSD-2-Clause OR (MIT OR Apache-2.0), Python-2.0, ISC AND MIT, Apache-2.0 AND MIT, MIT/Apache-2.0, Apache-2.0 OR MIT, (Apache-2.0 OR MIT) AND BSD-3-Clause, Zlib OR Apache-2.0 OR MIT, MIT OR Apache-2.0 OR Zlib
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, ISC, BSD-2-Clause, MIT OR (CC0-1.0 AND MIT), CC0-1.0 OR MIT OR (CC0-1.0 AND MIT), CC-BY-3.0, CC0-1.0, MIT OR Apache-2.0, MIT AND Apache-2.0, MIT OR WTFPL, BSD-2-Clause OR (MIT OR Apache-2.0), Python-2.0, ISC AND MIT, Apache-2.0 AND MIT, MIT/Apache-2.0, Apache-2.0 OR MIT, (Apache-2.0 OR MIT) AND BSD-3-Clause, Zlib OR Apache-2.0 OR MIT, MIT OR Apache-2.0 OR Zlib, MIT OR (Apache-2.0 OR Zlib)
fail-on-scopes: runtime
28 changes: 14 additions & 14 deletions runtime/js-compute-runtime/rust-url/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion runtime/js-compute-runtime/rust-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ edition = "2018"
crate-type = ["staticlib"]

[dependencies]
url = "2.3.1"
url = "2.4.0"

[profile.release]
lto = true
panic = 'abort'

[profile.dev]
panic = 'abort'
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
},
"format 'gzip' field ISIZE should be error for 1": {
"status": "PASS"
},
"the deflate input compressed with dictionary should give an error": {
"status": "PASS"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"SHA-512 integrity": {
"status": "PASS"
},
"SHA-512 integrity with missing padding": {
"status": "PASS"
},
"SHA-512 integrity base64url encoded": {
"status": "PASS"
},
"SHA-512 integrity base64url encoded with missing padding": {
"status": "PASS"
},
"Invalid integrity": {
"status": "FAIL"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"Access-Control-Request-Method is a forbidden request header": {
"status": "FAIL"
},
"Access-Control-Request-Private-Network is a forbidden request header": {
"status": "FAIL"
},
"Connection is a forbidden request header": {
"status": "FAIL"
},
Expand Down Expand Up @@ -70,5 +73,221 @@
},
"Sec-Test is a forbidden request header": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value TRACE": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value TRACE": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value TRACE": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value TRACE": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value TRACE": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value TRACE": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value TRACK": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value TRACK": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value TRACK": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value TRACK": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value TRACK": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value TRACK": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value CONNECT": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value CONNECT": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value CONNECT": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value CONNECT": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value CONNECT": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value CONNECT": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value trace": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value trace": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value trace": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value trace": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value trace": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value trace": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value track": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value track": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value track": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value track": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value track": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value track": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value connect": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value connect": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value connect": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value connect": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value connect": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value connect": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value trace,": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value trace,": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value trace,": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value trace,": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value trace,": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value trace,": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value GET,track ": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value GET,track ": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value GET,track ": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value GET,track ": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value GET,track ": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value GET,track ": {
"status": "FAIL"
},
"header x-http-method-override is forbidden to use value connect": {
"status": "FAIL"
},
"header x-http-method is forbidden to use value connect": {
"status": "FAIL"
},
"header x-method-override is forbidden to use value connect": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is forbidden to use value connect": {
"status": "FAIL"
},
"header X-HTTP-METHOD is forbidden to use value connect": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is forbidden to use value connect": {
"status": "FAIL"
},
"header x-http-method-override is allowed to use value GETTRACE": {
"status": "FAIL"
},
"header x-http-method is allowed to use value GETTRACE": {
"status": "FAIL"
},
"header x-method-override is allowed to use value GETTRACE": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is allowed to use value GETTRACE": {
"status": "FAIL"
},
"header X-HTTP-METHOD is allowed to use value GETTRACE": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is allowed to use value GETTRACE": {
"status": "FAIL"
},
"header x-http-method-override is allowed to use value GET": {
"status": "FAIL"
},
"header x-http-method is allowed to use value GET": {
"status": "FAIL"
},
"header x-method-override is allowed to use value GET": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is allowed to use value GET": {
"status": "FAIL"
},
"header X-HTTP-METHOD is allowed to use value GET": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is allowed to use value GET": {
"status": "FAIL"
},
"header x-http-method-override is allowed to use value \",TRACE\",": {
"status": "FAIL"
},
"header x-http-method is allowed to use value \",TRACE\",": {
"status": "FAIL"
},
"header x-method-override is allowed to use value \",TRACE\",": {
"status": "FAIL"
},
"header X-HTTP-METHOD-OVERRIDE is allowed to use value \",TRACE\",": {
"status": "FAIL"
},
"header X-HTTP-METHOD is allowed to use value \",TRACE\",": {
"status": "FAIL"
},
"header X-METHOD-OVERRIDE is allowed to use value \",TRACE\",": {
"status": "FAIL"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"Feature detect for POST with ReadableStream, using request object": {
"status": "FAIL"
},
"Synchronous feature detect": {
"status": "FAIL"
},
"Synchronous feature detect fails if feature unsupported": {
"status": "PASS"
},
"Streaming upload with body containing a String": {
"status": "FAIL"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,17 @@
},
"Check forEach method": {
"status": "FAIL"
},
"Iteration skips elements removed while iterating": {
"status": "FAIL"
},
"Removing elements already iterated over causes an element to be skipped during iteration": {
"status": "FAIL"
},
"Appending a value pair during iteration causes it to be reached during iteration": {
"status": "FAIL"
},
"Prepending a value pair before the current element position causes it to be skipped during iteration and adds the current element a second time": {
"status": "FAIL"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"Bad redirect init parameter value": {
"status": "FAIL"
},
"Untitled": {
"request-error": {
"status": "PASS"
},
"Request should get its content-type from the init request": {
Expand Down
Loading
Loading