Skip to content

Commit 7964f2b

Browse files
committed
Fix CVE in README
CVE-2015-9284 is an old CSRF Bug in Omniauth, has nothing to do with CVE-2019-25025 which is a timing attack against session ids.
1 parent 78e0047 commit 7964f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ MyLogger.send :include, ActiveRecord::SessionStore::Extension::LoggerSilencer
109109
This silencer is being used to silence the logger and not leaking private
110110
information into the log, and it is required for security reason.
111111

112-
CVE-2015-9284 mitigation
112+
CVE-2019-25025 mitigation
113113
--------------
114114

115115
Sessions that were created by Active Record Session Store version 1.x are

0 commit comments

Comments
 (0)