Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rcommon/jython-burp-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mwielgoszewski/jython-burp-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 3, 2014

  1. Configuration menu
    Copy the full SHA
    4e92c70 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. add colon

    mwielgoszewski committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    f953b89 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Fixed issue mwielgoszewski#9 in mwielgoszewski/jython-burp-api: Missi…

    …ng ps1 object
    
    For some reason, Burp is not loading the jython package correctly because it does not find the ps1 or ps2 references in the sys module. From the command line, we can see jython's `sys` has both. For now, the easy fix is to replace the references with their hard coded strings.
    nitrocode committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    96746f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mwielgoszewski#13 from nitrocode/master

    Fixed issue mwielgoszewski#9 in mwielgoszewski/jython-burp-api: Missing ps1 object
    mwielgoszewski authored Oct 20, 2016
    Configuration menu
    Copy the full SHA
    002383f View commit details
    Browse the repository at this point in the history
Loading