From 2fa68be9205eb3811bfcd54cf446d1e48460e975 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Fri, 31 May 2013 13:59:57 -0400 Subject: [PATCH] added the last part to the SSN related vuln --- app/views/work_info/index.html.erb | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/app/views/work_info/index.html.erb b/app/views/work_info/index.html.erb index 349f23e..9dce696 100644 --- a/app/views/work_info/index.html.erb +++ b/app/views/work_info/index.html.erb @@ -27,7 +27,7 @@ <%= @user.work_info.income %> <%= @user.work_info.bonuses %> <%= @user.work_info.years_worked %> - <%= @user.work_info.SSN %> + <%= @user.work_info.SSN %> <%= @user.work_info.DoB %> @@ -38,4 +38,19 @@ - \ No newline at end of file + + + \ No newline at end of file