enot
enot copied to clipboard
Erlang advanced project manager
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
tests with common init and teardown which can run in groups one by one.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Hello! I can see in your example project, for the vm.args you have: -name {{ app.name }}@127.0.0.1 -setcookie {{ app.name }} Is there a way to specify other variables that...
Packages should be signed, when loading to a remote cache. Sign should be checked, when downloading them.
Add ability to run exactly one test or testcase
Do not forget to package lock file, if exists
Syntax errors in app file are not caught. This refer to relx unable find this app during release. Error message doesn't point to app file syntax, so Coon shold check...
``` {application, ____, [ {description, ""}, {vsn, git}, {registered, []}, {applications, [ kernel, stdlib ]}, {env, []} ]}. ``` If no modules specified - should add one. If version is...