-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from beardedeagle/0.3.6
0.3.6
- Loading branch information
Showing
8 changed files
with
55 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
github: beardedeagle | ||
patreon: beardedeagle | ||
custom: ['paypal.me/beardedeagle87'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
erlang 22.2.7 | ||
erlang 22.2.8 | ||
elixir 1.10.2-otp-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,43 @@ | ||
sudo: false | ||
language: 'elixir' | ||
language: elixir | ||
elixir: | ||
- '1.8.2' | ||
- '1.9.4' | ||
- '1.10.2' | ||
- 1.8.2 | ||
- 1.9.4 | ||
- 1.10.2 | ||
otp_release: | ||
- '20.3.8.22' | ||
- '21.3.8.1' | ||
- '22.2.7' | ||
- 20.3.8.22 | ||
- 21.3.8.1 | ||
- 22.2.8 | ||
git: | ||
quiet: true | ||
env: | ||
- 'PLT_DIR=$HOME/.plt' | ||
- PLT_DIR=$HOME/.plt | ||
cache: | ||
directories: | ||
- '_build' | ||
- 'deps' | ||
- '$PLT_DIR' | ||
- _build | ||
- deps | ||
- $PLT_DIR | ||
jobs: | ||
exclude: | ||
- elixir: 1.10.2 | ||
otp_release: 20.3.8.22 | ||
before_script: | ||
- 'mkdir -p $PLT_DIR' | ||
- 'mix deps.get --force' | ||
- 'mix deps.compile --force' | ||
- 'mix compile --force' | ||
- 'travis_wait 30 mix dialyzer --plt' | ||
- 'MIX_ENV=test mix deps.get --force' | ||
- 'MIX_ENV=test mix deps.compile --force' | ||
- mkdir -p $PLT_DIR | ||
- mix deps.get --force | ||
- mix deps.compile --force | ||
- mix compile --force | ||
- travis_wait 30 mix dialyzer --plt | ||
- MIX_ENV=test mix deps.get --force | ||
- MIX_ENV=test mix deps.compile --force | ||
script: | ||
- 'mix credo --strict --all' | ||
- 'MIX_ENV=test mix compile --force --warnings-as-errors' | ||
- 'MIX_ENV=test mix format --check-formatted --dry-run' | ||
- 'mix purge.db' | ||
- 'MIX_ENV=test mix coveralls.json --no-start' | ||
- mix credo --strict --all | ||
- MIX_ENV=test mix compile --force --warnings-as-errors | ||
- MIX_ENV=test mix format --check-formatted --dry-run | ||
- mix purge.db | ||
- MIX_ENV=test mix coveralls.json --no-start | ||
after_success: | ||
- 'bash <(curl -s https://codecov.io/bash)' | ||
- 'mix inch.report' | ||
- bash <(curl -s https://codecov.io/bash) | ||
- mix inch.report | ||
notifications: | ||
email: | ||
- '[email protected]' | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
As it currently stands, this project does not have a supported version other than "Latest". If you discover an issue though, please do still reach out. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover a vulnerability in the Mnesiac codebase, please email the details and method to reproduce to [email protected]. You should expect a response within 48 - 72 hours, with followups as nessasary. If the vulnerability is accepted, an advisory will be drafted for it for Mnesiac and an issue to fix it will be created, if possible. If the issue turns out to be caused by an underlying library or language, an issue will be filed with them. You should expect a response with steps taken whether the vulnerability is accepted or declined. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters