Skip to content

Commit

Permalink
Merge pull request #49 from userjack6880/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
userjack6880 authored May 2, 2022
2 parents f141710 + 712a77a commit fb3499a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open DMARC Analyzer

This is Open DMARC Analyzer version 0 alpha-8 (0-α8) by John Bradley (john@systemanomaly.com). Open DMARC Analyzer is an Open Source DMARC Report Analyzer to be used with DMARC reports that have been parsed by [John Levine's rrdmarc script](http://www.taugh.com/rddmarc/) or [techsneeze's dmarcts-report-parser](https://github.com/techsneeze/dmarcts-report-parser).
This is Open DMARC Analyzer version 0 alpha-9 (0-α9) by John Bradley (john@systemanomaly.com). Open DMARC Analyzer is an Open Source DMARC Report Analyzer to be used with DMARC reports that have been parsed by [John Levine's rrdmarc script](http://www.taugh.com/rddmarc/) or [techsneeze's dmarcts-report-parser](https://github.com/techsneeze/dmarcts-report-parser).

Open DMARC Analyzer was written because there didn't seem to be a full-featured self-hosted report analyzer that provided enough details to make heads or tails of a large volume of DMARC reports that come into medium to large-sized organizations. While other solutions required paid subscriptions or have part of it hosted on AWS, Open DMARC Analyzer will run on any webserver that supports PHP 7.4+ and MySQL 15.1+.

Expand Down Expand Up @@ -94,10 +94,9 @@ Valid date signifiers are `m`, `w`, and `d` for "month", "week", and "day".

# Latest Changes

## 0-α8.2

- Added `SECURITY` and `SUPPORT` and updated relevant documentation to reference these.
- Determined date for next Alpha release.
## 0-α9
- Bugfixes
- Version Update to begin final feature implementation for Version 1 Feature Complete

See `CHANGELOG` under `docs` for full details of all changes.

Expand All @@ -118,11 +117,12 @@ This project regular release cycle is not yet determined. Versioning is under th

Support will be provided as outlined in the following schedule. For more details, see `SUPPORT`.

| Version | Support Level | Released | End of Support | End of Life |
| ----------------------------- | ---------------- | -------------- | -------------- | ------------- |
| Version 0 Alpha 8.2 (current) | Full Support | 31 March 2022 | 1 May 2022 | TBD |
| Version 0 Alpha 8.1 | Critical Support | 30 March 2022 | 31 March 2022 | TBD |
| Version 0 Alpha 8 | Critical Support | 29 March 2022 | 30 March 2022 | 30 March 2022 |
| Version | Support Level | Released | End of Support | End of Life |
| ----------------------------------- | ---------------- | -------------- | -------------- | ------------- |
| Version 0 Alpha 9.1 (future) | Full Support | TBD | TBD | TBD |
| Version 0 Alpha 9 (current) | Full Support | 2 May 2022 | TBD | TBD |
| Version 0 Alpha 8.2 | Critical Support | 31 March 2022 | 2 May 2022 | TBD |
| Version 0 Alpha 8.1 or Older | End of Life | 30 March 2022 | 31 March 2022 | 2 May 2022 |

# Contributing

Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 0-α9
- Bugfixes
- Version Update to begin final feature implementation for Version 1 Feature Complete

## 0-α8.2
- Added `SECURITY` and `SUPPORT` and updated relevant documentation to reference these.
- Determined date for next Alpha release.
- Added a basic installer

## 0-α8.1

Expand Down
4 changes: 3 additions & 1 deletion docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Open DMARC Analyzer Version Security Support

| Version | Supported | End of Life |
| -------------------------- | --------- | -------------- |
| Version 0 Alpha 9.1 | YES | TBD |
| Version 0 Alpha 9 | YES | TBD |
| Version 0 Alpha 8.2 | YES | TBD |
| Version 0 Alpha 8.1 | YES | TBD |
| Version 0 Alpha 8.1 | NO | 2 May 2022 |
| Version 0 Alpha 8 | NO | 30 March 2022 |
| Version 0 Alpha 7 or Older | NO | 29 March 2022 |
13 changes: 7 additions & 6 deletions docs/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

Due to the limited time available to developrs to maintain support, dates must be set where support must end. The following is a chart outlining the support shedule for Open DMARC Analyzer.

| Version | Support Level | Released | End of Support | End of Life |
| ----------------------------- | ---------------- | -------------- | -------------- | ------------- |
| Version 0 Alpha 8.2 (current) | Full Support | 31 March 2022 | 1 May 2022 | TBD |
| Version 0 Alpha 8.1 | Critical Support | 30 March 2022 | 31 March 2022 | TBD |
| Version 0 Alpha 8 | Critical Support | 29 March 2022 | 30 March 2022 | 30 March 2022 |
| Version 0 Alpha 7 or Older | End of Life | N/A | 29 March 2022 | 29 March 2022 |
| Version | Support Level | Released | End of Support | End of Life |
| ----------------------------------- | ---------------- | -------------- | -------------- | ------------- |
| Version 0 Alpha 9.1 (future) | Full Support | TBD | TBD | TBD |
| Version 0 Alpha 9 (current) | Full Support | 2 May 2022 | TBD | TBD |
| Version 0 Alpha 8.2 | Critical Support | 31 March 2022 | 2 May 2022 | TBD |
| Version 0 Alpha 8.1 | End of Life | 30 March 2022 | 31 March 2022 | 2 May 2022 |
| Version 0 Alpha 8 or Older | End of Life | 29 March 2022 | 30 March 2022 | 30 March 2022 |

# Support Levels

Expand Down
2 changes: 1 addition & 1 deletion includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Versioning -----------------------------------------------------------------
function oda_version() {

echo "0-α8.2";
echo "0-α9";

}

Expand Down

0 comments on commit fb3499a

Please sign in to comment.