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

Dev -> Stable 2.2.0 #1885

Open
wants to merge 54 commits into
base: stable
Choose a base branch
from
Open

Dev -> Stable 2.2.0 #1885

wants to merge 54 commits into from

Commits on Oct 20, 2024

  1. Update nuclei

    blsaccess committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f2b70ce View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Bump pytest-asyncio from 0.23.8 to 0.24.0

    Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0.
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-asyncio
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2c0ebb6 View commit details
    Browse the repository at this point in the history
  2. Bump mkdocs-material from 9.5.41 to 9.5.42

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.41 to 9.5.42.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.41...9.5.42)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f76e688 View commit details
    Browse the repository at this point in the history
  3. Bump xmltojson from 2.0.2 to 2.0.3

    Bumps [xmltojson](https://github.com/shanahanjrs/xmltojson) from 2.0.2 to 2.0.3.
    - [Commits](https://github.com/shanahanjrs/xmltojson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: xmltojson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ec67fa4 View commit details
    Browse the repository at this point in the history
  4. Bump mkdocstrings-python from 1.12.1 to 1.12.2

    Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.12.1 to 1.12.2.
    - [Release notes](https://github.com/mkdocstrings/python/releases)
    - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/python@1.12.1...1.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocstrings-python
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6a5303d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1878 from blacklanternsecurity/dependabot/pip/dev…

    …/pytest-asyncio-0.24.0
    
    Bump pytest-asyncio from 0.23.8 to 0.24.0
    TheTechromancer authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1b03b70 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1882 from blacklanternsecurity/dependabot/pip/dev…

    …/mkdocstrings-python-1.12.2
    
    Bump mkdocstrings-python from 1.12.1 to 1.12.2
    TheTechromancer authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a4b9824 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1881 from blacklanternsecurity/dependabot/pip/dev…

    …/xmltojson-2.0.3
    
    Bump xmltojson from 2.0.2 to 2.0.3
    TheTechromancer authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ba10b9e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1880 from blacklanternsecurity/dependabot/pip/dev…

    …/mkdocs-material-9.5.42
    
    Bump mkdocs-material from 9.5.41 to 9.5.42
    TheTechromancer authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6250877 View commit details
    Browse the repository at this point in the history
  9. Bump psutil from 5.9.8 to 6.1.0

    Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.1.0.
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.8...release-6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: psutil
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9dc05bb View commit details
    Browse the repository at this point in the history
  10. resolve conflicts

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    20aaf68 View commit details
    Browse the repository at this point in the history
  11. resolve conflicts

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f55c004 View commit details
    Browse the repository at this point in the history
  12. simplified run_tests.sh

    TheTechromancer authored and github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6be3f23 View commit details
    Browse the repository at this point in the history
  13. resolve conflicts

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c08648e View commit details
    Browse the repository at this point in the history
  14. runs-on --> container: image

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c2e69e8 View commit details
    Browse the repository at this point in the history
  15. fix python setup

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6875793 View commit details
    Browse the repository at this point in the history
  16. no sudo

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    047b9ff View commit details
    Browse the repository at this point in the history
  17. python things

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3c6728c View commit details
    Browse the repository at this point in the history
  18. quotes

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0572ce6 View commit details
    Browse the repository at this point in the history
  19. testing stuff

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5a6e68e View commit details
    Browse the repository at this point in the history
  20. pipx

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ffe8ae1 View commit details
    Browse the repository at this point in the history
  21. onwards

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    46f65a4 View commit details
    Browse the repository at this point in the history
  22. distro stuff

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    50969eb View commit details
    Browse the repository at this point in the history
  23. more

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b30cbaf View commit details
    Browse the repository at this point in the history
  24. just ubuntu things

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    262d5d7 View commit details
    Browse the repository at this point in the history
  25. tests

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cc296b7 View commit details
    Browse the repository at this point in the history
  26. iterating

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    97ce06b View commit details
    Browse the repository at this point in the history
  27. bash oopsie

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3036629 View commit details
    Browse the repository at this point in the history
  28. distrosgit diff

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    687d247 View commit details
    Browse the repository at this point in the history
  29. alpine

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c763c1e View commit details
    Browse the repository at this point in the history
  30. ubuntu things

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    16f204c View commit details
    Browse the repository at this point in the history
  31. more ubuntu things

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    10627df View commit details
    Browse the repository at this point in the history
  32. Merge pull request #1879 from blacklanternsecurity/dependabot/pip/dev…

    …/psutil-6.1.0
    
    Bump psutil from 5.9.8 to 6.1.0
    TheTechromancer authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e594c3f View commit details
    Browse the repository at this point in the history
  33. Merge pull request #1877 from blacklanternsecurity/update-nuclei

    Update nuclei to 3.3.5
    TheTechromancer authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f2cdcb8 View commit details
    Browse the repository at this point in the history
  34. better debian

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f3b90e5 View commit details
    Browse the repository at this point in the history
  35. ubuntu why?

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0a6e78b View commit details
    Browse the repository at this point in the history
  36. ubuntu why?

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    838c781 View commit details
    Browse the repository at this point in the history
  37. ubuntu why?

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    782a68d View commit details
    Browse the repository at this point in the history
  38. ubuntu why?

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8f3ba61 View commit details
    Browse the repository at this point in the history
  39. skip dastardly

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cdfbe7e View commit details
    Browse the repository at this point in the history
  40. pyenv

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce31264 View commit details
    Browse the repository at this point in the history
  41. pyenv

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1eedaf5 View commit details
    Browse the repository at this point in the history
  42. curl

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bb451fd View commit details
    Browse the repository at this point in the history
  43. git

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    60a418e View commit details
    Browse the repository at this point in the history
  44. bash

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    32abe3b View commit details
    Browse the repository at this point in the history
  45. dev

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b9d40bf View commit details
    Browse the repository at this point in the history
  46. path

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    51fd792 View commit details
    Browse the repository at this point in the history
  47. pyenv things

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f788dad View commit details
    Browse the repository at this point in the history
  48. alpine

    github-actions committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    73b00f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge pull request #1476 from blacklanternsecurity/multi-distro-tests

    Tests for multiple OS families
    TheTechromancer authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cda7d50 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. bufferover.run module

    github-actions committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    51e745a View commit details
    Browse the repository at this point in the history
  2. add test

    github-actions committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6821a1e View commit details
    Browse the repository at this point in the history
  3. update docs workflow

    github-actions committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ee078b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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