Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 27, 2023
2 parents 71ba208 + 910c0f4 commit 2dc7861
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ You can install this package with `pip`:

pip install redflag

Alternatively, you can use the `conda` package manager, pointed at the `conda-forge` channel:

conda install -c conda-forge redflag

For developers, there is a `pip` option for installing `dev` dependencies. Use `pip install redflag[dev]` to install all testing and documentation packages.


Expand Down
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security policy


## Supported versions

Only the latest version of `redflag` is supported.


## Reporting a vulnerability

Please do not report on issue on GitHub, instead report vulnerabilities to [email protected]

We do not award bounties for security vulnerabilities, but will notify you if and when the report is accepted and acted upon.

0 comments on commit 2dc7861

Please sign in to comment.