Bug 1890793: Assert CallArgs::newTarget is not gray. r=spidermonkey-reviewers,sfink...
[gecko.git] / third_party / rlbox / moz.yaml
blob041e8b3a64dc5198647585e4662cfd589a8d1801
1 schema: 1
3 bugzilla:
4   product: "Firefox Build System"
5   component: "General"
7 origin:
8   name: rlbox
9   description: sandboxing framework
11   url: https://github.com/PLSysSec/rlbox_sandboxing_api
13   release: 2ffb43846498d8dbb21a4c466922599d1d697b37 (2023-07-27T18:06:21Z).
14   revision: 2ffb43846498d8dbb21a4c466922599d1d697b37
16   license: MIT
18 vendoring:
19   url: https://github.com/PLSysSec/rlbox_sandboxing_api
20   source-hosting: github
21   tracking: commit
23   exclude:
24     - "**"
26   include:
27     - "code/include"
28     - "LICENSE"
30   update-actions:
31     - action: move-dir
32       from: '{vendor_dir}/code/include'
33       to: '{vendor_dir}/include'