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: AdnaneKhan/Gato-X
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.8
Choose a base ref
...
head repository: AdnaneKhan/Gato-X
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    c2e0ea6 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 4 to 5 (#45)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ed865c7 View commit details
    Browse the repository at this point in the history
  3. Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#39)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.2.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@0ab0b79...897895f)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4aa61c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Bump psf/black from 24.8.0 to 24.10.0 (#55)

    Bumps [psf/black](https://github.com/psf/black) from 24.8.0 to 24.10.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@b965c2a...1b2427a)
    
    ---
    updated-dependencies:
    - dependency-name: psf/black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ed90fe4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (#59)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.12.2.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@897895f...15c56db)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bcafdc6 View commit details
    Browse the repository at this point in the history
  2. Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#57)

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@c062e08...e7a8f85)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3d7be9e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Fix broken windows RoR and improve attack UX. (#61)

    * Fix windows attack and re-structure payload only and interact modes.
    * Add runner status to list runners at set 1 day log retention.
    * Formatting.
    AdnaneKhan authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fd1f4b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Fix inconsistency with environment enumeration (#63)

    * Query for environments if any of the repos in a batch is writeable, not just the first.
    
    * Formatting
    AdnaneKhan authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    33418f4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.6.0 (#64)

    Co-authored-by: AdnaneKhan <[email protected]>
    github-actions[bot] and AdnaneKhan authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1f58c12 View commit details
    Browse the repository at this point in the history
Loading