diff options
Diffstat (limited to 'config/external/rlbox_wasm2c_sandbox/moz.yaml')
-rw-r--r-- | config/external/rlbox_wasm2c_sandbox/moz.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/config/external/rlbox_wasm2c_sandbox/moz.yaml b/config/external/rlbox_wasm2c_sandbox/moz.yaml new file mode 100644 index 0000000000..99a7a34096 --- /dev/null +++ b/config/external/rlbox_wasm2c_sandbox/moz.yaml @@ -0,0 +1,36 @@ +schema: 1 + +bugzilla: + product: Core + component: "General" + +origin: + name: rlbox_wasm2c_sandbox + description: rlbox integration for the wasm2c sandboxed code + url: https://github.com/PLSysSec/rlbox_wasm2c_sandbox + + release: commit 54e8469095e7929c66aeecdc26f23f502b986218 (2021-12-08T08:12:13Z). + revision: 54e8469095e7929c66aeecdc26f23f502b986218 + + license: MIT + license-file: LICENSE + +vendoring: + url: https://github.com/PLSysSec/rlbox_wasm2c_sandbox + source-hosting: github + vendor-directory: third_party/rlbox_wasm2c_sandbox + + exclude: + # dirs + - test + # files + - .clang-format + - .clang-tidy + - .gitignore + - .travis.yml + - AppSandbox.md + - CMakeLists.txt + - LibrarySandbox.md + - README.md + + |