WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
312722
`git-webkit create-bug --radar` creates duplicate radar for Security bugs
https://bugs.webkit.org/show_bug.cgi?id=312722
Summary
`git-webkit create-bug --radar` creates duplicate radar for Security bugs
David Kilzer (:ddkilzer)
Reported
2026-04-19 07:20:30 PDT
When `git-webkit create-bug --radar
rdar://NNNNNNNNN
` creates a bug on the Security product, Bugzilla auto-CCs WebKit Bug Importer at creation time. Because `cc_radar()` only added the `InRadar` keyword when the importer was not yet CC'd, bugs created on the Security product never received the keyword, and the importer created a duplicate radar. A secondary issue occurred when `cc_radar()` detected the importer was already CC'd with no radar imported and prompted "Would you like to CC
rdar://NNNNNNNNN
?" via `Terminal.choose()`, which failed with EOF when stdin was not a TTY. Introduced by
Bug 309535
.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-19 07:20:37 PDT
<
rdar://problem/175112609
>
David Kilzer (:ddkilzer)
Comment 2
2026-04-19 07:42:05 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63074
EWS
Comment 3
2026-04-20 12:00:53 PDT
Committed
311605@main
(a3545b2067be): <
https://commits.webkit.org/311605@main
> Reviewed commits have been landed. Closing PR #63074 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug