blob: b628949ef5989a6ed4b6d7e7c203d9ec2acf6868 [file] [log] [blame]
[
{
"type" : "bugzilla",
"url" : "https://bugs.webkit.org",
"res" : [
"\\Awebkit.org/b/(?P<id>\\d+)\\Z",
"\\Ahttps?://webkit.org/b/(?P<id>\\d+)\\Z"
],
"redact" : {
"product:Security": true
}
},
{
"type" : "radar",
"projects" : ["JavaScriptCore", "WebKit"],
"redact" : {
".*": true
}
}
]