Skip to content

Commit

Permalink
Merge branch 'master' into t8
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Sep 20, 2023
2 parents dee12bd + f49b259 commit b0d55b7
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 134 deletions.
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

OpenAF currently has 3 main distributions:

| Distribution | Description |
|---|---|
| t8 | A fast-track release, build daily or more often, to start testing changes and new features. The functionality should not be considered final until it's merged into the main branch |
| nightly | A nightly build of the main branch where changes and new features are added for broader testing and use before being included in a future stable version |
| stable | Release a couple of times per year after extensive use of changes and new features on the nightly distribution |

Security updates, unless urgent, will first be added to the _t8_ distribution and then, in a couple of days, into the _nightly_ distribution. When enough security updates have been included and tested
a stable release will be released.

## Reporting a Vulnerability

To report a security vulnerability please send an email to openaf@openaf.io.
If accepted it will be addressed and tested on the a specific branch and then, merged, as soon as possible to the main branch that will become available as a nightly build.

Depending on the impacts of the necessary changes the latest stable release might also be updated, if them needed.
Binary file removed lib/commons-compress-1.23.0.jar
Binary file not shown.
Binary file added lib/commons-compress-1.24.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Loading

0 comments on commit b0d55b7

Please sign in to comment.