-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature] Security Tests #1
Comments
Since security tests give a lot of false positiveness, I think it is reasonable to create an external extension for these kinds of tests. |
@veelenga are there any references or documentation for putting together such an extension? Current tooling for Crystal-Lang looks to be very light in this area. This looks like a great spot to start solving this. |
Docs are here: https://crystal-ameba.github.io/2019/07/22/how-to-write-extension I appreciate any help on this. Let me know if you would like to give it a try, i can create a repo and basic extension skeleton. |
Nice writeup! There's enough info there to get started. I can't make any commitments around time that I can spend on this, but will start exploring. |
It would be really nice to add some security tests and checks to ameba.
Take a look at Microsoft DevSkim and take some logic and ideas.
Take a look at Breakman and take some logic and ideas.
The text was updated successfully, but these errors were encountered: