Bug 312722

Summary: `git-webkit create-bug --radar` creates duplicate radar for Security bugs
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=313182
Bug Depends on: 309535    
Bug Blocks:    

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
Radar WebKit Bug Importer
Comment 1 2026-04-19 07:20:37 PDT
David Kilzer (:ddkilzer)
Comment 2 2026-04-19 07:42:05 PDT
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.