diff options
-rw-r--r-- | .github/SECURITY.md | 19 | ||||
-rw-r--r-- | data/nickserv.example.conf | 1 | ||||
-rw-r--r-- | src/win32/conanfile.txt | 10 |
3 files changed, 24 insertions, 6 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..61963fef1 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +## Supported Versions + +Currently the 2.0 (stable) branch is actively receiving security fixes. + +The 2.1 (development) branch is still early in development and currently only receives security fixes when they are synced from the 2.0 branch. + +Version | Supported +------- | --------- +2.1.x | :warning: +2.0.x | :white_check_mark: +1.8.x | :x: + +## Reporting a Vulnerability + +Please do not report security vulnerabilities on GitHub. Instead, email the details to team@anope.org or get the attention of a developer in our development IRC channel at irc.anope.org #anope-devel and PM them the details. + +We will triage your issue as soon as possible and try to release a fixed version within a week of receiving your report. diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index d693297f5..dd439c909 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -111,7 +111,6 @@ module * - msg: Messages will be sent as PRIVMSGs instead of NOTICEs, requires options:useprivmsg * to be enabled as well * - ns_keep_modes: Enables keepmodes, which retains user modes across sessions - * - ns_no_expire: Enables no expire. Unconfirmed expire overrules this. * * This directive is optional, if left blank, the options will default to ns_secure, memo_signon, and * memo_receive. If you really want no defaults, use "none" by itself as the option. diff --git a/src/win32/conanfile.txt b/src/win32/conanfile.txt index c2b0f325d..ac72eee2a 100644 --- a/src/win32/conanfile.txt +++ b/src/win32/conanfile.txt @@ -1,10 +1,10 @@ [requires]
-libmysqlclient/8.0.31
-openssl/1.1.1t
+libmysqlclient/8.1.0
+openssl/3.2.1
pcre2/10.42
-sqlite3/3.41.1
+sqlite3/3.45.1
gettext/0.21
-libgettext/0.21
+libgettext/0.22
[options]
libmysqlclient/*:shared=True
@@ -18,4 +18,4 @@ libgettext/*:shared=True ., *.lib -> extralib
[generators]
-cmake
\ No newline at end of file +cmake
|