Changes between Version 1 and Version 2 of ProtectedCollaborationTree


Ignore:
Timestamp:
Sep 27, 2021 4:39:24 PM (3 years ago)
Author:
Jon Davis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtectedCollaborationTree

    v1 v2  
    11== Protected Collaboration Tree ==
    22''by Phil Pizlo''
     3
     4Filip Pizlo: This is about how we close the source patch gap
     5
     6Black hats are mining our commits to find security fixes, and we want to stop that 
     7
     8What is the source patch gap?
     9Worst case (for Apple, possibly others)
     10Landing a fix for a security bug is basically releasing an N-day
     11
     12No matter what the ship cadence is, there will be period of time that an attacker could see this commit and exploit it.
     13
     14The WebKit repository / trac/ changelogs are super valuable resouces for black hats to mine for N-days and weaponize them.
     15
     16Being more open with our non-Apple WK contributors
     17
     18If internal fuzzer teams find a security issue, to make it harder for black hats, we often don’t file a security bug, don’t mention it is a security bug, and don’t land the test case. We want to fix that.
     19
     20We want to do this without increasing costs. One option would be to have a separate repo that includes the fixes that are merged later.
     21
     22How will we address this while preserving existing workflows?
     23
     24We will have two GitHub repos, one that is public and read only.
     25There will be another GitHub repo that is protected.
     26
     27The protected repo will be accessible by WebKit “Accessors”
     28
     29The protected repo will be replicated to the public repo with ~5 week delay
     30
     31For some test cases that we don’t want to share with people who don’t work on WebKit, we will have a separate test case GitHub repo (still thinking about who will have access, maybe the security group at minimum?)
     32
     33“Accessor” will be a new WebKit role
     34
     35All current committers will be grandfathered in, other requirements should be easy enough for those that are legitimately working on WebKit, but just expensive enough that black hats will not try to be come accessors.
     36
     37Proposal:
     383 good commits in last 3 months
     39Anyone vouched for by 3 accessors in the lsat 3 months
     40Anyone whose patch got an “a+” in the last month
     41Anyone vouched for by a security group member in the same organization as them
     42Anyone working for an organization with 4+ reviewer accessors
     43
     44Accessors: can access restricted tree and (hopefully) the security test case tree, can post PRs against the restricted tree and request r?/cq?, acess lapses after 3 months of < 3 patches or no vouches
     45
     46Committers get the above, but can cq+ and commit directly, lapses after 6 months of inactivity
     47
     48Reviewers get the above, access lapses after 1 year of inactivity, can vouch for accessors and nominate accessors, committers, or reviewers
     49
     50Security group members can access restricted tree and test case tree, can access security bugs
     51
     52We think we can do this as part of the GitHub transition
     53
     54Outsiders can post PRs to public tree, an “a+” transitions the PR to the protected tree, but they can’t see the change for ~5 weeks. 
     55
     56Questions:
     57
     58Nikolas: This is an interesting concept, wondering about the transition. How does a patch posted against the public tree move over to the protected tree, especially if there are build failures? Do they have to fix them through shared logs?
     59
     60Filip: If you have a substantive patch, it can be marked as “a?” and a reviewer can provide the access via an “a+“, which will give access to the author for a month.
     61
     62Jonathan: When we’ve looked a who has been contributing and what they have been contributing recently, most drive-by contributions would probably merge fine on the delayed tree.
     63
     64Michael Catanzaro: have you thought about the implication for stable branches? We won’t want to wait five weeks between branching and these stable branches are public.
     65
     66Filip: We want to talk and understand this scenario more. The most valuable thing about access to the live tree right now is trac.webkit.org.  There is a desire to continue publishing release branches with history at some point. 
     67
     68Leo Balter: I’m not a frequent contributor to WebKit, I usually track features that are being worked on. What level of access do I need to keep doing that?
     69
     70Filip: You’d want to be an accessor. You’d have two paths: if anyone at your organization is a security group member you could get the access, or you get three reviewers to vouch for you.
     71
     72Xabier Rodríguez Calvar: Sometimes, for customers, we need to work on downstream repos that are public. What if I fix a sec bug and I want to land it upstream and then bring it back downstream? I guess I need to wait until it his the read-only or I’d be disclosing the protected repo, right? Would it be ok to backport patches that are not security bugs?
     73
     74Jonathan:
     75Filip: If you fix a layout bug that doesn’t involve memory corruption in the layout engine, then you immediately ship it downstream then no harm no foul
     76
     77Michael: Thinking about the implications of this, I guess it means all the protected pull requests would have to be private forever because they would be in the private repo. Sometimes we need to ship security fixes sooner than five weeks
     78
     79Maciej: We haven’t thought through everything about pull requests, maybe we can migrate them to the public delayed repo
     80
     81Jonathan: that is harder because their numbers will change as you move them back and forth.
     82
     83Maciej: We’ve thought of something that works for Apple’s release cadence, but we don’t want to say no one is allowed to ship a security fix faster than Apple, that wouldn’t be good for users. We hope to speed up our cadence to the point where it is almost a moot point.
     84
     85Michael: I’m sure there will be a lot of discussion about this on webkit-dev since it is midnight in Europe right now and not everyone is here
     86
     87Michael: This will go a long way to stopping most of those have been exploiting the fixes, but NSO group people will probably still get through
     88
     89Tadeu: What will the workflow look like for external folks reporting security bugs
     90
     91Filip: We would still have the security component in bugzilla, so they can report there. The fix would land on the protected tree, so it should just work out.
     92
     93Jonathan: There will be things to consider when we switch to GitHub issues, but we aren’t doing that just yet.
     94
     95Dewei: What is the minimum cost if a hacker wants to get access to the repo?
     96
     97Filip: They would have to write a decent looking WebKit patch. My hope is that black hats would have to devote significant time to contribute to WebKit that they would rather do something else. 
     98
     99Filip: There are two things that our current open source project enables aside from hackers finding N-days on trunk. It is possible that someone who is not working for an NSO group, like in infosec twitter sphere, they could notice a juicy bug fix on trac and tweet about it so it becomes extremely public.
     100
     101Mikhail: To confirm, we are talking about protecting source code, not the whole bug tracker.
     102Jonathan: Bugzilla is currently our bug tracker and the place we do code review. In the next talk, we’ll talk about using GitHub’s pull request UI.
     103
     104Simon Fraser: If I were a state sponsored organization, I would find a student, encourage them to make contributions and become an accessor, then coerce them to give me their GitHub login, then it seems like we lose all the benefits of the protected tree.
     105
     106Filip: Feedback from Security architects I’ve talked to is that any state sponsored agency could coerce anyone who works for any of the organizations that are stakeholders in WebKit including Apple. I don’t have a feeling about how much harder it is for them to do that to an Apple engineer vs a student, but my understanding is that it’s close
     107
     108Simon: There is one way this model is more susceptible than our current model in that accessors will have access to the security test case repo
     109
     110Filip: That’s why we’re considering restricting access to security group members
     111
     112Simon: There would be three options for landing a security test, the protected GitHub repo, the security repo, the Apple internal repo, and that means extra burden on me to make the right decision
     113
     114Filip: Fair point, the test case repo would be most useful for fuzzer test cases.
     115
     116Maciej: The goal isn’t to prevent any super highly resourced and motivated organization from seeing the source code, but to add enough of a speedbump for those that use it as a practically free way to find exploits.
     117
     118Filip: The scary thing is that if you have a well engineered exploit chain that has a part that gets closed by a software update all you have to do is look at trac.webkit.org and a day later you’ve got a replacement. This will hopefully make it more than a day.