[webkit-changes] [WebKit/WebKit] 55b5ca: [git-webkit] Check original and duplicate security...

Jonathan Bedard noreply at github.com
Fri Sep 8 20:52:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55b5ca6ddf2fa5b76eaf894481c8560020f04175
      https://github.com/WebKit/WebKit/commit/55b5ca6ddf2fa5b76eaf894481c8560020f04175
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitbugspy/setup.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/__init__.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/bugzilla.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/radar.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/bugzilla_unittest.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py

  Log Message:
  -----------
  [git-webkit] Check original and duplicate security status
https://bugs.webkit.org/show_bug.cgi?id=261049
rdar://114842008

Rubber-stamped by Aakash Jain.

To prevent a contributor from accidentally publishing code for a redacted
issue, treat an issue as redacted if it is the original or duplicate of
a redacted issue.

* Tools/Scripts/libraries/webkitbugspy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py:
(Tracker.BugzillaPageParser): Add class to parse bugzilla HTML.
(Tracker.populate): Populate duplicates.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py:
(Issue.__init__): Add duplicate.
(Issue.duplicates):
(Issue._redaction_match): Break out of redaction function.
(Issue.redacted): Check if original or duplicates are redacted.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/bugzilla.py:
(Bugzilla._bug_html): Generate reduce bugzilla html for testing.
(Bugzilla.request): Support show_bug.cgi?id= endpoint.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/radar.py:
(RadarModel.relationships): Return list of relationships.
(Radar.Relationship): Mock Radar.Relationship class.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py:
(Tracker.populate): Populate duplicates.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/bugzilla_unittest.py:
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py:

Canonical link: https://commits.webkit.org/267822@main




More information about the webkit-changes mailing list