Replies: 5 comments 20 replies
-
My comment is not about the content of the document but how this type of contributions are expected to be made; I am wondering if they should be sent as a PR (eg. markdown file) to the repo to be reviewed and submitted? |
Beta Was this translation helpful? Give feedback.
-
I think it would be good to support local docker files. And local docker compose files. |
Beta Was this translation helpful? Give feedback.
-
I think auth could be bit of a showstopper for a lot of folks. If it's not in the initial version I think it needs to be pretty high priority for the next version. |
Beta Was this translation helpful? Give feedback.
-
Should there be an option to pass thru environment variables to the docker image too? I guess the stance could be that the image comes with sane defaults, but it would be pretty easy to add to the definition. |
Beta Was this translation helpful? Give feedback.
-
@psiinon , I really like the idea. IMHO it goes beyond web application security. As an example, we are doing quite a lot of fuzzing on various middleware components and other embedded software. And it's exactly the challenge you want to address with the web app definition: for every new project, you first need to find out how to reasonably connect a fuzzer to it, i.e., what functions to wrap and how to wrap them. A definition like the one you're proposing would be of great help. Is there any meaningful way to contribute? |
Beta Was this translation helpful? Give feedback.
-
I've just published the proposed Web Application Definition 1.0.0 here: https://github.com/ossf/wg-security-tooling/wiki/WebAppDefn
Feedback appreciated - either in this thread or email me: simon.bennetts@owasp.org
Beta Was this translation helpful? Give feedback.
All reactions