Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.12 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.12 KB

ODGen Action

A GitHub Action for ODGen, scan your JavaScript project for command execution, code execution, prototype pollution, internal property tampering, cross-site scripting (XSS) or path traversal vulnerabilities.

Also check the /all variant.

Usage

- uses: ericcornelissen/odgen-action@v1
  with:
    # The type of vulnerability to scan for.
    #
    # Must be one of:
    # - os_command
    # - code_exec
    # - proto_pollution
    # - ipt
    # - xss
    # - path_traversal
    #
    # Required
    vulnerability_type: os_command

    # The root of the project to analyze.
    #
    # Optional
    # Default: .
    root: src

    # The maximum duration of the analysis in seconds.
    #
    # Optional
    # Default: 300  (5 minutes)
    timeout: 600

Features & Bugs

Note that this this project only offers a GitHub Action that runs ODGen for you. If you want to report a problem with or improve the behavior of the Action, open an issue in this repository. Else, report it to ODGen.

License

This project, like ODGen itself, is available under the GPL-2.0 license.