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 303ca933 untaint no longer exists
303ca933 is described below

commit 303ca93340f91cb0a41de91bc45de02d6bb2de18
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 28 08:33:45 2024 +0100

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

diff --git a/www/project/icla/views/actions/discuss.json.rb 
b/www/project/icla/views/actions/discuss.json.rb
index 47a26b9d..a91abcca 100644
--- a/www/project/icla/views/actions/discuss.json.rb
+++ b/www/project/icla/views/actions/discuss.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'

Reply via email to