Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericcornelissen/odgen-action
A GitHub Action for ODGen
https://github.com/ericcornelissen/odgen-action
actions odgen
Last synced: about 4 hours ago
JSON representation
A GitHub Action for ODGen
- Host: GitHub
- URL: https://github.com/ericcornelissen/odgen-action
- Owner: ericcornelissen
- License: gpl-2.0
- Created: 2024-11-13T19:23:28.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2024-11-13T19:49:44.000Z (3 days ago)
- Last Synced: 2024-11-13T20:29:19.110Z (3 days ago)
- Topics: actions, odgen
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ODGen Action
A GitHub Action for [ODGen](https://github.com/Song-Li/ODGen), scan your
JavaScript project for command execution, code execution, prototype pollution,
internal property tampering, cross-site scripting (XSS) or path traversal
vulnerabilities.## Usage
```yml
- 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.