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

Release v0.18.3 #463

Merged
merged 23 commits into from
Nov 17, 2024
Merged

Release v0.18.3 #463

merged 23 commits into from
Nov 17, 2024

Commits on Nov 6, 2024

  1. Track visited URL paths to prevent duplicate processing in Django end…

    …point extraction
    
    ref: #428
    
    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e4f2a55 View commit details
    Browse the repository at this point in the history
  2. Fix potential out-of-bounds error in Spring endpoint URL extraction

    ref: #428
    
    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    14c63fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #450 from owasp-noir/fix/django-spring-url-handling

    Fix URL Path Handling Issues in Django and Spring Analyzers
    ksg97031 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2c94d8a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Enhance Rakefile with completion script checks

    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b9b50d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #451 from owasp-noir/add-completion-check

    Add-completion-check
    hahwul authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d1dc540 View commit details
    Browse the repository at this point in the history
  3. Update DeadLink workflow to use latest deadfinder version and generat…

    …e a Markdown report
    
    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    65ea3f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #452 from owasp-noir/enhance-deadlinks-workflow

    Enhance deadlinks workflow
    hahwul authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6483620 View commit details
    Browse the repository at this point in the history
  5. Fix link to output formats documentation in basic.md

    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    34070b3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #454 from owasp-noir/fixed-453

    Fix documentation link for output formats in basic.md
    hahwul authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3d3f105 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. fix: handle empty lines and spaces between annotations and class decl…

    …arations
    
    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8650dd4 View commit details
    Browse the repository at this point in the history
  2. fix: handle empty URLs in endpoint parsing to prevent crashes

    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e04cc63 View commit details
    Browse the repository at this point in the history
  3. fix: adjust Java lexer to handle newline sanitization correctly

    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9e70456 View commit details
    Browse the repository at this point in the history
  4. test: add functional tests for handling empty URLs in Spring annotations

    Signed-off-by: ksg <ksg97031@gmail.com>
    ksg97031 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    61e90f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #455 from owasp-noir/fix/endpoint-empty-url

    Fix: Improve Java lexer and endpoint parsing to resolve crashes and newline issues
    ksg97031 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fd712d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: update community articles and add DAST pipeline documentation

    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    26de192 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #457 from owasp-noir/closed-351

    Update community articles and add DAST pipeline documentation
    hahwul authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3b9af17 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. feat: enhance technology listing output with improved formatting and …

    …hierarchy
    
    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5283703 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #460 from owasp-noir/improve-list-techs

    Enhance technology listing (--list-techs) output formatting and hierarchy
    hahwul authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    54a9674 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. feat: prevent duplicate URL printing in output

    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ff665d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #461 from owasp-noir/improve-only-url

    Prevent duplicate URL printing in output
    hahwul authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    cb8dd70 View commit details
    Browse the repository at this point in the history
  3. chore: update version to 0.18.3

    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    939e4f8 View commit details
    Browse the repository at this point in the history
  4. docs: add example of plain output in basic usage documentation

    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    f4dbbea View commit details
    Browse the repository at this point in the history
  5. docs: update shell completion documentation for Zsh, Bash, and Fish; …

    …add Homebrew users section
    
    Signed-off-by: HAHWUL <hahwul@gmail.com>
    hahwul committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d86c141 View commit details
    Browse the repository at this point in the history