Skip to content

Commit

Permalink
Update README.md (#30)
Browse files Browse the repository at this point in the history
* Update README.md

* Update SECURITY.md

* Update pom.xml

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <conor.heffron@gmail.com>
  • Loading branch information
conorheffron and dependabot[bot] authored Jul 9, 2024
1 parent 14dda38 commit 47d7bcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Java CI with Maven](https://github.com/conorheffron/ironoc/actions/workflows/maven.yml/badge.svg)](https://github.com/conorheffron/ironoc/actions/workflows/maven.yml)

![Proof HTML](https://github.com/conorheffron/ironoc/actions/workflows/proof-html.yml/badge.svg)

![Auto Assign](https://github.com/conorheffron/ironoc/actions/workflows/auto-assign.yml/badge.svg)
Expand Down
15 changes: 3 additions & 12 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
| 2.4 | :white_check_mark: |
| <= 2.3 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
Please submit issues [here](https://github.com/conorheffron/ironoc/issues) or contact conorheffron directly.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ironoc.portfolio</groupId>
<artifactId>ironoc-personal-portfolio</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<packaging>war</packaging>

<distributionManagement>
Expand Down

0 comments on commit 47d7bcb

Please sign in to comment.