Skip to content

ericcornelissen/odgen-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A GitHub Action for ODGen

Topics

Resources

License

Stars

Watchers

Forks