elli
elli

Reputation: 1169

Is there any source code analysis tool for Elixir?

Is there any source code analysis tool that can detect security flaws in Elixir?

I know about Sobelow, but I am not using Phoenix framework.

Thank you

Upvotes: 2

Views: 1061

Answers (2)

Anuradha Fernando
Anuradha Fernando

Reputation: 1157

If you are not using Phoenix framework, sobelow won't help. Thus I would say used Clamxir,

https://github.com/ramortegui/clamxir

But purely based on your requirement and whether it does the necessary coverage.

Upvotes: 0

Felipe Tuyama
Felipe Tuyama

Reputation: 76

It's not exactly what you need, but we have a public database with Elixir Security Advisories for Elixir packages (unfortunately not so updated):

Currently we haven't a well known code analysis tool for pure Elixir, which would be listed on:

Upvotes: 2

Related Questions