[apache/incubator-teaclave] Upgrade to Rust SGX SDK 2.0.0 (PR #666)

2022-12-06 Thread He Sun
## Description

Upgrade Rust toolchain and SGX software.

Fixes # (issue)

https://github.com/apache/incubator-teaclave/issues/664
https://github.com/apache/incubator-teaclave/issues/662

## Type of change (select or add applied and delete the others)

- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality 
to not work as expected)
- [ ] API change with a documentation update
- [ ] Additional test coverage
- [ ] Code cleanup or just sync with upstream third-party crates

## How has this been tested?
CI and local HW tests.

## Checklist

- [X] Fork the repo and create your branch from `master`.
- [ ] If youve added code that should be tested, add tests.
- [ ] If youve changed APIs, update the documentation.
- [X] Ensure the tests pass (see CI results).
- [X] Make sure your code lints/format.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/666

-- Commit Summary --

  * Upgrade to Rust SGX SDK 2.0.0

-- File Changes --

M .github/workflows/ci.yml (14)
M .github/workflows/codeql-analysis.yml (2)
A .github/workflows/docker.yml (163)
M .github/workflows/ubuntu1804-test.yml (2)
M .github/workflows/ubuntu2004-test.yml (12)
M .gitmodules (28)
M CMakeLists.txt (54)
M attestation/Cargo.toml (22)
M attestation/src/attestation.rs (7)
M attestation/src/cert.rs (4)
M attestation/src/key.rs (50)
M attestation/src/lib.rs (21)
M attestation/src/platform.rs (107)
M attestation/src/report.rs (17)
M attestation/src/service.rs (39)
M attestation/src/verifier.rs (10)
M binder/Cargo.toml (11)
M binder/attribute/Cargo.toml (2)
M binder/src/binder.rs (36)
M binder/src/error.rs (2)
M binder/src/ipc/app.rs (22)
M binder/src/ipc/enclave.rs (4)
M binder/src/ipc/mod.rs (1)
M binder/src/lib.rs (4)
M binder/src/ocall.rs (51)
M binder/src/proto.rs (7)
M cli/Cargo.toml (4)
M cmake/TeaclaveGenVars.cmake (13)
M cmake/TeaclaveUtils.cmake (8)
M cmake/scripts/build_in_ci.sh (3)
M cmake/scripts/prep.sh (4)
M cmake/scripts/setup_cmake_tomls.py (12)
M cmake/scripts/sgx_link_sign.sh (8)
M cmake/scripts/test.sh (6)
M cmake/tomls/Cargo.sgx_trusted_lib.toml (83)
M cmake/tomls/Cargo.sgx_untrusted_app.toml (10)
M cmake/tomls/Cargo.unix_app.toml (10)
D common/protected_fs_rs/Cargo.lock (132)
M common/protected_fs_rs/Cargo.toml (13)
M common/protected_fs_rs/build.rs (9)
M common/protected_fs_rs/protected_fs_c/sgx_tprotected_fs.edl (4)
M common/protected_fs_rs/src/deps.rs (28)
M common/protected_fs_rs/src/lib.rs (3)
M common/protected_fs_rs/src/protected_fs.rs (46)
M common/protected_fs_rs/src/sgx_fs_inner.rs (28)
M common/protected_fs_rs/src/sgx_tprotected_fs.rs (93)
M common/rusty_leveldb_sgx/Cargo.toml (11)
M common/rusty_leveldb_sgx/src/block.rs (3)
M common/rusty_leveldb_sgx/src/block_builder.rs (3)
M common/rusty_leveldb_sgx/src/blockhandle.rs (1)
M common/rusty_leveldb_sgx/src/cache.rs (3)
M common/rusty_leveldb_sgx/src/cmp.rs (3)
M common/rusty_leveldb_sgx/src/db_impl.rs (3)
M common/rusty_leveldb_sgx/src/db_iter.rs (3)
M common/rusty_leveldb_sgx/src/disk_env.rs (5)
M common/rusty_leveldb_sgx/src/env.rs (2)
M common/rusty_leveldb_sgx/src/env_common.rs (4)
M common/rusty_leveldb_sgx/src/error.rs (6)
M common/rusty_leveldb_sgx/src/filter.rs (3)
M common/rusty_leveldb_sgx/src/filter_block.rs (7)
M common/rusty_leveldb_sgx/src/infolog.rs (3)
M common/rusty_leveldb_sgx/src/key_types.rs (3)
M common/rusty_leveldb_sgx/src/lib.rs (6)
M common/rusty_leveldb_sgx/src/log.rs (2)
M common/rusty_leveldb_sgx/src/mem_env.rs (4)
M common/rusty_leveldb_sgx/src/memtable.rs (3)
M common/rusty_leveldb_sgx/src/merging_iter.rs (3)
M common/rusty_leveldb_sgx/src/options.rs (3)
M common/rusty_leveldb_sgx/src/skipmap.rs (3)
M common/rusty_leveldb_sgx/src/snapshot.rs (1)
M common/rusty_leveldb_sgx/src/table_block.rs (3)
M common/rusty_leveldb_sgx/src/table_builder.rs (3)
M common/rusty_leveldb_sgx/src/table_cache.rs (2)
M common/rusty_leveldb_sgx/src/table_reader.rs (3)
M common/rusty_leveldb_sgx/src/test_util.rs (3)
M common/rusty_leveldb_sgx/src/types.rs (2)
M common/rusty_leveldb_sgx/src/version.rs (3)
M common/rusty_leveldb_sgx/src/version_edit.rs (4)
M common/rusty_leveldb_sgx/src/version_set.rs (3)
M common/rusty_leveldb_sgx/src/write_batch.rs (3)
M config/Cargo.toml (6)
M config/build.rs (5)
M config/config_gen/Cargo.lock (140)
M config/config_gen/Cargo.toml (2)
M config/config_gen/main.rs (16)
M config/src/lib.rs (5)
M config/src/runtime.rs (2)
M crypto/Cargo.toml (7)
M crypto/src/lib.rs (10)
M 

[GitHub] [incubator-teaclave-java-tee-sdk] ziyilin merged pull request #11: Add license and disclaimer files

2022-12-06 Thread GitBox


ziyilin merged PR #11:
URL: https://github.com/apache/incubator-teaclave-java-tee-sdk/pull/11


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



[GitHub] [incubator-teaclave-website] dependabot[bot] opened a new pull request, #16: Bump qs from 6.5.2 to 6.5.3 in /site

2022-12-06 Thread GitBox


dependabot[bot] opened a new pull request, #16:
URL: https://github.com/apache/incubator-teaclave-website/pull/16

   Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
   
   Changelog
   Sourced from https://github.com/ljharb/qs/blob/main/CHANGELOG.md;>qs's 
changelog.
   
   6.5.3
   
   [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   [Fix] utils.merge`: avoid a crash with a null target and a 
truthy non-array source
   [Fix] correctly parse nested arrays
   [Fix] stringify: fix a crash with 
strictNullHandling and a custom 
filter/serializeDate (https://github-redirect.dependabot.com/ljharb/qs/issues/279;>#279)
   [Fix] utils: merge: fix crash when 
source is a truthy primitive  no options are provided
   [Fix] when parseArrays is false, properly handle keys 
ending in []
   [Fix] fix for an impossible situation: when the formatter is called with 
a non-string value
   [Fix] utils.merge: avoid a crash with a null target and an 
array source
   [Refactor] utils: reduce observable [[Get]]s
   [Refactor] use cached Array.isArray
   [Refactor] stringify: Avoid arr = arr.concat(...), push to 
the existing instance (https://github-redirect.dependabot.com/ljharb/qs/issues/269;>#269)
   [Refactor] parse: only need to reassign the var once
   [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   [Docs] Clean up license text so it’s properly detected as 
BSD-3-Clause
   [Docs] Clarify the need for arrayLimit option
   [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   [meta] add FUNDING.yml
   [actions] backport actions from main
   [Tests] always use String(x) over 
x.toString()
   [Tests] remove nonexistent tape option
   [Dev Deps] backport from main
   
   
   
   
   Commits
   
   https://github.com/ljharb/qs/commit/298bfa55d6db00ddea78dd0333509aadf9bb3077;>298bfa5
 v6.5.3
   https://github.com/ljharb/qs/commit/ed0f5dcbef4b168a8ae299d78b1e4a2e9b1baf1f;>ed0f5dc
 [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   https://github.com/ljharb/qs/commit/691e739cfa40cd42604dc05a54e6154371a429ab;>691e739
 [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   https://github.com/ljharb/qs/commit/1072d57d38a690e1ad7616dced44390bffedcbb2;>1072d57
 [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   https://github.com/ljharb/qs/commit/12ac1c403aaa04d1a34844f514ed9f9abfb76e64;>12ac1c4
 [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   https://github.com/ljharb/qs/commit/0338716b09fdbd4711823eeb0a14e556a2498e7a;>0338716
 [actions] backport actions from main
   https://github.com/ljharb/qs/commit/5639c20ce0a7c1332200a3181339331483e5a3a1;>5639c20
 Clean up license text so it’s properly detected as BSD-3-Clause
   https://github.com/ljharb/qs/commit/51b8a0b1b213596dd1702b837f5e7dec2229793d;>51b8a0b
 add FUNDING.yml
   https://github.com/ljharb/qs/commit/45f675936e742d92fac8d4dae5cfc385c576a977;>45f6759
 [Fix] fix for an impossible situation: when the formatter is called with a 
no...
   https://github.com/ljharb/qs/commit/f814a7f8f2af059f8158f7e4b2bf8b46aeb62cd3;>f814a7f
 [Dev Deps] backport from main
   Additional commits viewable in https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs=npm_and_yarn=6.5.2=6.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   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