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

Python/JavaScript: Shared module for serverless functions #13729

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

yoff
Copy link
Contributor

@yoff yoff commented Jul 12, 2023

With this, we find 2 command injections in DVSA.

@yoff yoff force-pushed the python/model-aws-lambdas branch from 3d9d685 to dc0282d Compare July 12, 2023 12:30
@github-actions github-actions bot added the JS label Jul 12, 2023
yoff added 3 commits July 12, 2023 16:42
made space for other serverless frameworks in the directory `serverless`
Modelled on the javascript serverless module, but
- The predicate that reports YAML files is now public
  so languages can implement their own file conventions.
- It also reports framework and runtime.
- The conveninece predicates with files still exist,
  but they only report the path.
- Handler mapping conventions are now documented.
- Use parameterised serverless module in Python,
  tests now pass.
@yoff yoff force-pushed the python/model-aws-lambdas branch from a867c37 to 02c41f3 Compare July 12, 2023 14:48
@yoff yoff added the Awaiting evaluation Do not merge yet, this PR is waiting for an evaluation to finish label Jul 12, 2023
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting evaluation Do not merge yet, this PR is waiting for an evaluation to finish documentation JS Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants