This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f179c82 untaint no longer exists
5f179c82 is described below

commit 5f179c825e9924ec59b3954a414825b7a6184fbc
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 28 08:32:02 2024 +0100

    untaint no longer exists
---
 www/project/icla/views/actions/vote.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/project/icla/views/actions/vote.json.rb 
b/www/project/icla/views/actions/vote.json.rb
index bc8f3f15..fe26aa68 100644
--- a/www/project/icla/views/actions/vote.json.rb
+++ b/www/project/icla/views/actions/vote.json.rb
@@ -45,7 +45,7 @@ if ASF::Person.find_by_email(@iclaemail)
 end
 
 begin
-  Socket.getaddrinfo(@iclaemail[/@(.*)/, 1].untaint, 'smtp')
+  Socket.getaddrinfo(@iclaemail[/@(.*)/, 1], 'smtp')
 rescue
   _error 'Invalid domain name in email address'
   _focus :iclaemail

Reply via email to