From 33c05d4a57040492614efe0763f7cbda66bf9a4d Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sat, 27 Apr 2024 22:36:25 +0400 Subject: [PATCH] removed a no longer needed TODO for the vulnerability i fixed --- lib/landline/extensions/session.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/landline/extensions/session.rb b/lib/landline/extensions/session.rb index b991b4d..b9abe76 100644 --- a/lib/landline/extensions/session.rb +++ b/lib/landline/extensions/session.rb @@ -75,9 +75,6 @@ end module Landline module DSL module ProbeMethods - # TODO: If probe execution contexts are somehow shared between threads - # this could result in a session leakage through race condition. - # (in Landline::Probe context) # Return session storage hash # @return [Landline::Session::Session]