thank you
Pinned
Activity
justjavac push justjavac/dvm
commit sha: fecaf32f2e9dde888db4014aee35683db6d79bdd
push time in 3 hours agojustjavac pull request justjavac/dvm
Fixed MacOS install and added test
Overview
The PR #89 broke install.sh
script on MacOS for all CPU architectures. This PR fixes that break and adds test to ensure it doesn't happen in the future.
Related Issues and PRs
Changes
- Fix script issue causing installations to fail on MacOS in
install.sh
. - Changed OS+CPU logic to gracefully error in cases of unsupported combinations in
install.sh
. - Allowed for
install.sh
to receive an optional argument for installation from a local copy of dvm for easy testing. - Updated CI to test that
install.sh
works on MacOS and Linux, via changes in.github/workflows/ci.yml
.
justjavac merge to justjavac/dvm
Fixed MacOS install and added test
Overview
The PR #89 broke install.sh
script on MacOS for all CPU architectures. This PR fixes that break and adds test to ensure it doesn't happen in the future.
Related Issues and PRs
Changes
- Fix script issue causing installations to fail on MacOS in
install.sh
. - Changed OS+CPU logic to gracefully error in cases of unsupported combinations in
install.sh
. - Allowed for
install.sh
to receive an optional argument for installation from a local copy of dvm for easy testing. - Updated CI to test that
install.sh
works on MacOS and Linux, via changes in.github/workflows/ci.yml
.
justjavac pull request denocn/deno_docs
docs(en): merge manual/main into deno_docs/main @ ad871e61
此 PR 自动生成。
合并 denoland/manual 的修改至本仓库(@ad871e61)
以下文件存在冲突,可能需要重新翻译:
- .github/workflows/ci.yml
- continuous_integration.md
- contributing/style_guide.md
- examples/file_server.md
- getting_started/configuration_file.md
- getting_started/setup_your_environment.md
- introduction.md
- node.md
- node/cheatsheet.md
- runtime/web_platform_apis.md
- runtime/workers.md
- testing/assertions.md
- toc.json
- tools/benchmarker.md
- tools/bundler.md
- tools/formatter.md
- tools/task_runner.md
- vscode_deno.md
请解决所有冲突后提交到此 pull request,可直接在 Github 修改、切换到 sync-ad871e61 分支进行修改或者使用 Github Desktop 拉取此 pr 修改并提交。
禁止使用 Squash Merge 来合并此 Pull Request!
使用该操作会导致上游仓库的内容丢失,并致使下一次合并产生冲突。
justjavac push justjavac/justjavac.github.com
commit sha: d75cbd2d57d4199911eda0f42349263352216d14
push time in 5 days agojustjavac in justjavac/justjavac.github.com delete branch dependabot/bundler/nokogiri-1.13.6
justjavac pull request justjavac/justjavac.github.com
Bump nokogiri from 1.13.4 to 1.13.6
Bumps nokogiri from 1.13.4 to 1.13.6.
Release notes
Sourced from nokogiri's releases.
1.13.6 / 2022-05-08
Security
- [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information.
Improvements
{HTML4,XML}::SAX::{Parser,ParserContext}
constructor methods now raiseTypeError
instead of segfaulting when an incorrect type is passed.
sha256:
58417c7c10f78cd1c0e1984f81538300d4ea98962cfd3f46f725efee48f9757a nokogiri-1.13.6-aarch64-linux.gem a2b04ec3b1b73ecc6fac619b41e9fdc70808b7a653b96ec97d04b7a23f158dbc nokogiri-1.13.6-arm64-darwin.gem 4437f2d03bc7da8854f4aaae89e24a98cf5c8b0212ae2bc003af7e65c7ee8e27 nokogiri-1.13.6-java.gem 99d3e212bbd5e80aa602a1f52d583e4f6e917ec594e6aa580f6aacc253eff984 nokogiri-1.13.6-x64-mingw-ucrt.gem a04f6154a75b6ed4fe2d0d0ff3ac02f094b54e150b50330448f834fa5726fbba nokogiri-1.13.6-x64-mingw32.gem a13f30c2863ef9e5e11240dd6d69ef114229d471018b44f2ff60bab28327de4d nokogiri-1.13.6-x86-linux.gem 63a2ca2f7a4f6bd9126e1695037f66c8eb72ed1e1740ef162b4480c57cc17dc6 nokogiri-1.13.6-x86-mingw32.gem 2b266e0eb18030763277b30dc3d64337f440191e2bd157027441ac56a59d9dfe nokogiri-1.13.6-x86_64-darwin.gem 3fa37b0c3b5744af45f9da3e4ae9cbd89480b35e12ae36b5e87a0452e0b38335 nokogiri-1.13.6-x86_64-linux.gem b1512fdc0aba446e1ee30de3e0671518eb363e75fab53486e99e8891d44b8587 nokogiri-1.13.6.gem
1.13.5 / 2022-05-04
Security
- [CRuby] Vendored libxml2 is updated to address CVE-2022-29824. See GHSA-cgx6-hpwq-fhv5 for more information.
Dependencies
- [CRuby] Vendored libxml2 is updated from v2.9.13 to v2.9.14.
Improvements
- [CRuby] The libxml2 HTML4 parser no longer exhibits quadratic behavior when recovering some broken markup related to start-of-tag and bare
<
characters.Changed
- [CRuby] The libxml2 HTML4 parser in v2.9.14 recovers from some broken markup differently. Notably, the XML CDATA escape sequence
<![CDATA[
and incorrectly-opened comments will result in HTML text nodes starting with<!
instead of skipping the invalid tag. This behavior is a direct result of the quadratic-behavior fix noted above. The behavior of downstream sanitizers relying on this behavior will also change. Some tests describing the changed behavior are intest/html4/test_comments.rb
.
... (truncated)
Changelog
Sourced from nokogiri's changelog.
1.13.6 / 2022-05-08
Security
- [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for more information.
Improvements
{HTML4,XML}::SAX::{Parser,ParserContext}
constructor methods now raiseTypeError
instead of segfaulting when an incorrect type is passed.1.13.5 / 2022-05-04
Security
- [CRuby] Vendored libxml2 is updated to address CVE-2022-29824. See GHSA-cgx6-hpwq-fhv5 for more information.
Dependencies
- [CRuby] Vendored libxml2 is updated from v2.9.13 to v2.9.14.
Improvements
- [CRuby] The libxml2 HTML parser no longer exhibits quadratic behavior when recovering some broken markup related to start-of-tag and bare
<
characters.Changed
- [CRuby] The libxml2 HTML parser in v2.9.14 recovers from some broken markup differently. Notably, the XML CDATA escape sequence
<![CDATA[
and incorrectly-opened comments will result in HTML text nodes starting with<!
instead of skipping the invalid tag. This behavior is a direct result of the quadratic-behavior fix noted above. The behavior of downstream sanitizers relying on this behavior will also change. Some tests describing the changed behavior are intest/html4/test_comments.rb
.
Commits
b7817b6
version bump to v1.13.661b1a39
Merge pull request #2530 from sparklemotion/flavorjones-check-parse-memory-ty...83cc451
fix: {HTML4,XML}::SAX::{Parser,ParserContext} check arg types22c9e5b
version bump to v1.13.56155881
doc: update CHANGELOG for v1.13.5c519a47
Merge pull request #2527 from sparklemotion/2525-update-libxml-2_9_14-v1_13_x66c2886
dep: update libxml2 to v2.9.14b7c4cc3
test: unpend the LIBXML_LOADED_VERSION test on freebsdeac7934
dev: require yamlf3521ba
style(rubocop): pend Style/FetchEnvVar for now- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
justjavac push justjavac/dvm_releases
commit sha: 42f699717f03f3c0b7dd72c1187af20a0a8067a2
push time in 5 days agojustjavac push justjavac/dvm_releases
commit sha: 2d1ddb60b4dfbbe7b616514c0ee94bb67c4be648
push time in 5 days agojustjavac push justjavac/dvm_releases
commit sha: d52ddf86256dc8a382eddb3e6440d883e0e5d65f
push time in 5 days agojustjavac push justjavac/dvm_releases
commit sha: b77171c82ce9ddf1d93fae15a5d7aa98ebd7af71
push time in 5 days agojustjavac push justjavac/dvm
commit sha: 9da1eaef8ed22cf040254b3313377a1bc01d610e
push time in 5 days agojustjavac push justjavac/dvm
commit sha: a4214091cd6dd3d88915ebcfae47fae8c535570f
push time in 5 days agojustjavac push justjavac/dvm
commit sha: 18195fa5e658f62de34c8610db321ee4fae02105
push time in 5 days agojustjavac pull request justjavac/dvm
fix #87: `Lacking the presence of the new cache folder will making DVM doctor command crash`
Fixed: #87
justjavac push justjavac/dvm
commit sha: cc2248f3e7774507d41357d2462f31744352dd17
push time in 5 days agojustjavac issue justjavac/dvm
Lacking the presence of the new cache folder will making DVM `doctor` command crash
@justjavac originally founded this
when a DVM user upgrading from the old one is actually trying to use the new doctor
command for migrating but lacking the presence of the new cache folder will make DVM doctor
command crash
Fixed MacOS install and added test
Overview
The PR #89 broke
install.sh
script on MacOS for all CPU architectures. This PR fixes that break and adds test to ensure it doesn't happen in the future.Related Issues and PRs
Changes
install.sh
.install.sh
.install.sh
to receive an optional argument for installation from a local copy of dvm for easy testing.install.sh
works on MacOS and Linux, via changes in.github/workflows/ci.yml
.