Skip to content

Commit 6fbb010

Browse files
authored
Merge branch 'main' into update_alpine
2 parents 2f0626b + e257e82 commit 6fbb010

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/false-positive-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9+
**Ensure you are using the latest version of dependency-check.**
10+
911
**Automation is used to process most false positives reports**; failure to follow these guidelines will delay the process:
1012
1113
- Only enter a **single (1) Package URL**.

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Supported Versions
44

55
| Version | Supported |
6-
| ----------|--------------------|
7-
| 10.0.2+ | :white_check_mark: |
8-
| <= 10.0.1 | :x: |
6+
|-----------|--------------------|
7+
| 12.2.3+ | :white_check_mark: |
8+
| <= 12.1.2 | :x: |
99

1010
## Reporting a Vulnerability
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Copyright (c) 2012 - Jeremy Long
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-enforcer-plugin</artifactId>
233-
<version>3.6.0</version>
233+
<version>3.6.1</version>
234234
</plugin>
235235
<plugin>
236236
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)