Giter Club home page Giter Club logo

Comments (2)

bluekeyes avatar bluekeyes commented on June 25, 2024

I recommend requiring the policy-bot: main status. By default, this is the only status Policy Bot will post. Since you're also seeing the plain policy-bot status, it sounds like your organization enabled the post_insecure_status_checks option in the server configuration.

Policy Bot always reads the policy file from the target branch of the pull request, so the two statuses will always have the same value. Unfortunately, reading from the target branch causes a problem when using the status check without the branch name: a user can generate a passing policy-bot status by manipulating the target branch of their commit. Suppose you have a branch called bypass-policy-bot that you want to get a passing check on:

  1. Create a branch called no-approval with a modified policy file that requires no approval
  2. Make a pull request from bypass-policy-bot to no-approval
  3. Policy Bot posts a passing policy-bot status to the head commit of bypass-policy because the policy of the target branch is satisfied
  4. Close that PR and create a new PR from bypass-policy-bot to main
  5. Because the head commit has a passing policy-bot check, you can potentially merge the PR before Policy Bot can respond to webhooks and update the status using the real policy from the main branch

Including the target branch name in the status check context was our way to fix this issue, as a passing policy-bot: no-approval status does not satisfy a requirement for the policy-bot: main status.

That said, some users do not care about this flaw and prefer the simplicity of a single check that is the same on all branches. In that case, the post_insecure_status_checks option restores the original behavior but does not disable what we consider the correct behavior (having the branch name in the check context), leading to the two checks you observed.

from policy-bot.

bholland-bh avatar bholland-bh commented on June 25, 2024

I recommend requiring the policy-bot: main status. By default, this is the only status Policy Bot will post. Since you're also seeing the plain policy-bot status, it sounds like your organization enabled the post_insecure_status_checks option in the server configuration.

Policy Bot always reads the policy file from the target branch of the pull request, so the two statuses will always have the same value. Unfortunately, reading from the target branch causes a problem when using the status check without the branch name: a user can generate a passing policy-bot status by manipulating the target branch of their commit. Suppose you have a branch called bypass-policy-bot that you want to get a passing check on:

  1. Create a branch called no-approval with a modified policy file that requires no approval

  2. Make a pull request from bypass-policy-bot to no-approval

  3. Policy Bot posts a passing policy-bot status to the head commit of bypass-policy because the policy of the target branch is satisfied

  4. Close that PR and create a new PR from bypass-policy-bot to main

  5. Because the head commit has a passing policy-bot check, you can potentially merge the PR before Policy Bot can respond to webhooks and update the status using the real policy from the main branch

Including the target branch name in the status check context was our way to fix this issue, as a passing policy-bot: no-approval status does not satisfy a requirement for the policy-bot: main status.

That said, some users do not care about this flaw and prefer the simplicity of a single check that is the same on all branches. In that case, the post_insecure_status_checks option restores the original behavior but does not disable what we consider the correct behavior (having the branch name in the check context), leading to the two checks you observed.

Thank you so much for the detailed explanation.

This is very helpful.

from policy-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.