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

Added noRequestBody function to check that HTTP GET and DELETE methods do not contain a requestBody #588

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. Added noRequestBody function to check that HTTP GET and DELETE method…

    …s do not contain a request body
    Calvin Lobo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bec0d85 View commit details
    Browse the repository at this point in the history
  2. fixed test

    Calvin Lobo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b90fe58 View commit details
    Browse the repository at this point in the history
  3. Added oas function to check that HTTP GET and DELETE methods do not h…

    …ave a requestBody
    Calvin Lobo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    468c28d View commit details
    Browse the repository at this point in the history
  4. Added NoRequestBody to recommended ruleset

    Calvin Lobo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0cda491 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/no-request-body-oas-func' into n…

    …o-request-body-oas-func
    
    # Conflicts:
    #	functions/functions_test.go
    Calvin Lobo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3b17d22 View commit details
    Browse the repository at this point in the history
  6. fixed more tests

    Calvin Lobo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4a9bb72 View commit details
    Browse the repository at this point in the history