Packages
soos_sample_project
1.0.0
SOOS (https://soos.io) is an independent software security company, located in Winooski, VT USA, building security software for your team. Used for testing purposes, this package is an example of a vulnerable package on a public registry.
Current section
Files
Jump to
Current section
Files
soos_sample_project
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [erlang_color]}.
{plugins, [rebar3_hex, rebar3_ex_doc]}.
{ex_doc, [
{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/soos-io/sample-project-erlang"}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [soos_sample_project]}
]}.