Skip to content

checkers(python): add checkers to detect event parameter tainted exec/eval calls in AWS Lambda #334

checkers(python): add checkers to detect event parameter tainted exec/eval calls in AWS Lambda

checkers(python): add checkers to detect event parameter tainted exec/eval calls in AWS Lambda #334

Workflow file for this run

name: build-and-test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: build
run: make build
- name: test
run: make testall