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

Feature 3611 zap wrapper webscan template login #3622

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Nov 14, 2024

  1. Add encodingType to totp config #3611

    - add entry to openapi.yaml
    - add field with default
    - extend unit tests
    - extend examples, documentation and RestDocTest
    winzj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b7d49a8 View commit details
    Browse the repository at this point in the history
  2. Update totp generator and add seed decoding #3611

    - add decoder with autodetect method and unit testcases
    - add seed to totp generator and change signature
    - update unit testcases
    winzj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7d60008 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Refactoring of usage

    winzj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6d990f9 View commit details
    Browse the repository at this point in the history
  2. Implement script login via template handling with some dummy data #3611

    - add parts for script execution with session management
    - add script authentication to ZapScanner
    - add necessary dependencies to gradle files
    - add configuration option via commandline parameter and ENV variable
    winzj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f19d26b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. add groovy example to README.adoc and improve TOTP usability #3611

    - add groovy script example to README.adoc
    - add short explanations
    - add method to TOTPGenerator to generate a currently valid TOTP
    - update examples
    winzj committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d0755f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a29183b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. PR review changes part one #3622

    - update documentation and fix typos
    - change implementation of fetching groovy script file,
      now the file must be specified directly via cli or ENV
    - other minor changes
    winzj committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e0de388 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. PR review changes part two #3622

    - refactored ClientApiWrapper by using real datatypes instead of strings
    - updated test cases
    - moved logging to ClientApiWrapper
    - add additional data to proxy settings
    winzj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    223b868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1232db8 View commit details
    Browse the repository at this point in the history