File tree Expand file tree Collapse file tree 3 files changed +17
-48
lines changed Expand file tree Collapse file tree 3 files changed +17
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
Spring Session is released under the Apache 2.0 license. If you would like to contribute
4
4
something, or simply want to hack on the code this document should help you get started.
5
5
6
+
6
7
== Code of Conduct
7
- This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
8
- By participating, you are expected to uphold this code. Please report unacceptable behavior to
[email protected] .
8
+
9
+ Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[code of conduct]
10
+
11
+
12
+ == Reporting Security Vulnerabilities
13
+
14
+ Please see our https://github.com/spring-projects/spring-session/security/policy[Security policy].
15
+
9
16
10
17
== Using GitHub issues
11
18
Original file line number Diff line number Diff line change @@ -18,10 +18,16 @@ Spring Session consists of the following modules:
18
18
* Spring Session JDBC - provides `SessionRepository` implementation backed by a relational database and configuration support
19
19
* Spring Session Hazelcast - provides `SessionRepository` implementation backed by Hazelcast and configuration support
20
20
21
+
21
22
== Code of Conduct
22
23
23
- This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
24
- By participating, you are expected to uphold this code. Please report unacceptable behavior to
[email protected] .
24
+ Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[code of conduct]
25
+
26
+
27
+ == Reporting Security Vulnerabilities
28
+
29
+ Please see our https://github.com/spring-projects/spring-session/security/policy[Security policy].
30
+
25
31
26
32
== Spring Session Project Site
27
33
You can’t perform that action at this time.
0 commit comments