Skip to content

Commit 99a166d

Browse files
Update security.md
1 parent 05bb35c commit 99a166d

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

ReleaseProcedure.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dotnet gitreleasemanager create -o nhibernate -r nhibernate-core -m 5.3 --token
2727
* Check/update version number in NHibernate.props under build-common folder.
2828
Clear VersionSuffix if present.
2929

30+
* If releasing a new minor or major, check whether SECURITY.md should be updated or not.
31+
3032
* Don't forget to commit the above.
3133

3234
* Check the CI release build.

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7+
| 5.6.x | :white_check_mark: |
78
| 5.5.x | :white_check_mark: |
8-
| 5.4.x | :white_check_mark: |
9-
| < 5.4 | :x: |
9+
| < 5.5 | :x: |
1010

1111
## Reporting a Vulnerability
1212

src/NHibernate.sln

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27130.2024
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36518.9 d17.14
45
MinimumVisualStudioVersion = 10.0.40219.1
56
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{593DCEA7-C933-46F3-939F-D8172399AB05}"
67
ProjectSection(SolutionItems) = preProject
8+
..\.editorconfig = ..\.editorconfig
9+
..\appveyor.yml = ..\appveyor.yml
710
AsyncGenerator.yml = AsyncGenerator.yml
11+
..\build-common\common.xml = ..\build-common\common.xml
812
..\default.build = ..\default.build
13+
..\global.json = ..\global.json
914
..\build-common\NHibernate.props = ..\build-common\NHibernate.props
1015
..\releasenotes.txt = ..\releasenotes.txt
11-
..\teamcity.build = ..\teamcity.build
12-
..\build-common\common.xml = ..\build-common\common.xml
13-
..\appveyor.yml = ..\appveyor.yml
1416
..\ReleaseProcedure.txt = ..\ReleaseProcedure.txt
15-
..\global.json = ..\global.json
16-
..\.editorconfig = ..\.editorconfig
17+
..\SECURITY.md = ..\SECURITY.md
18+
..\teamcity.build = ..\teamcity.build
1719
EndProjectSection
1820
EndProject
1921
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NHibernate", "NHibernate\NHibernate.csproj", "{5909BFE7-93CF-4E5F-BE22-6293368AF01D}"

0 commit comments

Comments
 (0)