mirror of https://github.com/google/oss-fuzz.git
[wamr] Don't mirror issues on the github repo (#12069)
Signed-off-by: liang.he@intel.com <liang.he@intel.com>
This commit is contained in:
parent
e4643b64b3
commit
a6fbdc3903
|
@ -2,13 +2,14 @@ homepage: "https://github.com/bytecodealliance/wasm-micro-runtime"
|
||||||
language: c
|
language: c
|
||||||
primary_contact: "liang.he@intel.com"
|
primary_contact: "liang.he@intel.com"
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- "wenyong.huang@intel.com"
|
|
||||||
- "tianlong.liang@intel.com"
|
- "tianlong.liang@intel.com"
|
||||||
|
- "wenyong.huang@intel.com"
|
||||||
|
- "yi.y.zhang@intel.com"
|
||||||
main_repo: "https://github.com/bytecodealliance/wasm-micro-runtime.git"
|
main_repo: "https://github.com/bytecodealliance/wasm-micro-runtime.git"
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- undefined
|
- undefined
|
||||||
fuzzing_engines:
|
fuzzing_engines:
|
||||||
- libfuzzer
|
- libfuzzer
|
||||||
file_github_issue: true
|
file_github_issue: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue