Skip to content

Commit

Permalink
Create SECURITY.md (#6)
Browse files Browse the repository at this point in the history
* Create SECURITY.md

* Update pom.xml
  • Loading branch information
conorheffron authored Aug 5, 2024
1 parent 0c4d4b8 commit 848b113
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 1.0.x | :white_check_mark: |
| < 1.0 | :x: |

## Reporting a Vulnerability

Please report issues [here](https://github.com/conorheffron/graphql-box/issues) or contact conorheffron.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>war</packaging>

<groupId>com.graphql.box</groupId>
<version>1.0.0</version>
<version>1.0.1</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -93,4 +93,4 @@
</extensions>
</build>

</project>
</project>

0 comments on commit 848b113

Please sign in to comment.