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 55bf01e1 untaint no longer exists
55bf01e1 is described below
commit 55bf01e1a28f32cb2e35b9de2911d873004acedf
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 28 08:33:02 2024 +0100
untaint no longer exists
---
www/project/icla/views/actions/validate.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/project/icla/views/actions/validate.json.rb
b/www/project/icla/views/actions/validate.json.rb
index 4e9e9880..e7f87cfe 100644
--- a/www/project/icla/views/actions/validate.json.rb
+++ b/www/project/icla/views/actions/validate.json.rb
@@ -87,7 +87,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