-
Notifications
You must be signed in to change notification settings - Fork 6
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
Offer security checks (OSOE-351) #128
Comments
We could explore using ZAP.
|
There's also a long list of suitable tools by OWASP here: https://owasp.org/www-community/Source_Code_Analysis_Tools. I checked these out, only the open-source tools supporting .NET (since this list about code scanning, unlike ZAP). Didn't find anything better than what we already use in .NET Analyzers. |
We should also investigate using https://codeql.github.com/, AFAIK it partially overlaps with https://github.com/Lombiq/.NET-Analyzers too. |
That looks like something we'd configure for code scanning or run in a CI workflow with the CodeQL Action. And yeah, this is rather static code analysis than something related to UI testing. We can look into trying it out on OSOCE (since unless you use Enterprise, it's only available for public repos) with LGHA. Will you open an issue in the latter or shall I? |
Yes, here are my initial findings too: Lombiq/GitHub-Actions#283 Also found this: https://github.com/apisec-inc/ethicalcheck-action, worth comparing with ZAP. |
That looks the same as ZAP's OpenAPI scan. |
Perhaps integrate with some tool that can test a form for XSS vulnerability or something like that. Need to look around.
Jira issue
The text was updated successfully, but these errors were encountered: