diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 23928e6b410..c156ae639b4 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -751,6 +751,28 @@ Elixir.") | |||
| 751 | (home-page "https://hexdocs.pm/mimic/") | 751 | (home-page "https://hexdocs.pm/mimic/") |
| 752 | (license license:asl2.0))) | 752 | (license license:asl2.0))) |
| 753 | 753 | ||
| 754 | (define-public elixir-mix-audit | ||
| 755 | (package | ||
| 756 | (name "elixir-mix-audit") | ||
| 757 | (version "2.1.5") | ||
| 758 | (source | ||
| 759 | (origin | ||
| 760 | (method url-fetch) | ||
| 761 | (uri (hexpm-uri "mix_audit" version)) | ||
| 762 | (sha256 | ||
| 763 | (base32 "0s9dnk42n5665s6l22qf05x63ly11n37am2kmybzccns4672kyc7")))) | ||
| 764 | (build-system mix-build-system) | ||
| 765 | (propagated-inputs | ||
| 766 | (list elixir-jason | ||
| 767 | elixir-yaml-elixir)) | ||
| 768 | (synopsis "Scanning Mix dependencies for security vulnerabilities") | ||
| 769 | (description "This package provides @code{elixir-mix-audit}, a | ||
| 770 | @code{mix deps.audit} task to scan @code{Mix} dependencies for security | ||
| 771 | vulnerabilities. It draw its inspiration from tools like npm audit and | ||
| 772 | bundler-audit.") | ||
| 773 | (home-page "https://hexdocs.pm/mix_audit/") | ||
| 774 | (license license:bsd-3))) | ||
| 775 | |||
| 754 | (define-public elixir-mox | 776 | (define-public elixir-mox |
| 755 | (package | 777 | (package |
| 756 | (name "elixir-mox") | 778 | (name "elixir-mox") |
