Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Base64 encoding for OS parameter #2528

Merged
merged 2 commits into from
Oct 16, 2013

Commits on Oct 16, 2013

  1. Use Base64 encoding for OS parameter

    I didn't even realize we already added this in server.rb. So instead
    of just escaping the OS parameter, we also encode the data in base64.
    I also added prependmigrate to avoid unstable conditions for the payload.
    wchen-r7 committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    ac78f1c View commit details
    Browse the repository at this point in the history
  2. Put PrependMigrate on hold because of rapid7#1674

    But I will probably still want this.
    wchen-r7 committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    06a2122 View commit details
    Browse the repository at this point in the history