Files
main
project
JavaSource
WebContent
META-INF
WEB-INF
css
database
images
javascript
lesson_plans
lesson_solutions
lessons
Ajax
ConfManagement
CrossSiteScripting
DBCrossSiteScripting
DBSQLInjection
General
GoatHillsFinancial
RoleBasedAccessControl
SQLInjection
XPATHInjection
EmployeesData.xml
users
main.jsp
sideWindow.jsp
webgoat.jsp
webgoat_challenge.jsp
config
doc
build.xml
Eclipse-Workspace.zip
HOW TO create the WebGoat workspace.txt
build.xml
eclipse.bat
readme.txt
webgoat for SQL Server.bat
webgoat.bat
webgoat.sh
webgoat_8080.bat
webscarab.bat
WebGoat/main/project/WebContent/lessons/XPATHInjection/EmployeesData.xml
rogan.dawes b0b94c4688 Miscellaneous bug fixes
divide by zero, inaccurate discount and totals, reflection of user input


git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@273 4033779f-a91e-0410-96ef-6bf7bf53c507
2008-01-14 14:02:11 +00:00

22 lines
517 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<employees>
<employee id="1">
<loginID>Mike</loginID>
<accountno>11123</accountno>
<passwd>test123</passwd>
<salary>468100</salary>
</employee>
<employee id="2">
<loginID>John</loginID>
<accountno>63458</accountno>
<passwd>myownpass</passwd>
<salary>559833</salary>
</employee>
<employee id="3">
<loginID>Sarah</loginID>
<accountno>23363</accountno>
<passwd>secret</passwd>
<salary>84000</salary>
</employee>
</employees>