testable-eu / sast-testability-patterns

Testability Pattern Catalogs for SAST
https://owasp.org/www-project-testability-patterns-for-web-applications/
Apache License 2.0
28 stars 2 forks source link

[IDEA] Add JSON schema #2

Closed mal-tee closed 1 year ago

mal-tee commented 1 year ago

We should consider adding JSON schemas to the repository. They can be parsed by IDEs such as VS Code and Intellij and can be used for auto-completion and validation.

If you find this useful I will make a PR.

SoheilKhodayari commented 1 year ago

@mal-tee This is indeed a very good proposal. Maybe we can add them to the pattern_template folder? Would you like to submit a PR?

mal-tee commented 1 year ago

@mal-tee This is indeed a very good proposal. Maybe we can add them to the pattern_template folder? Would you like to submit a PR?

I did! https://github.com/testable-eu/sast-testability-patterns/pull/6

SoheilKhodayari commented 1 year ago

Perfect, this sounds great, thanks a lot!