GSMcNamara
|
7ddec28bcc
|
Removed apostrophe
|
2013-11-07 15:02:31 -05:00 |
|
GSMcNamara
|
813711d79e
|
Grammar fix.
|
2013-11-07 14:56:18 -05:00 |
|
cktricky
|
acf3b533bd
|
fixing travis ci build icon
|
2013-10-27 22:43:10 -04:00 |
|
cktricky
|
1e93dc3d4d
|
appears to have solved the issue with our code printing stderrs
|
2013-10-27 22:38:52 -04:00 |
|
cktricky
|
86035a1cbd
|
appears to have solved the issue with our code printing stderrs
|
2013-10-27 22:38:38 -04:00 |
|
cktricky
|
11480ac853
|
tests are working again, I will work on surpressing the errors. Also merged @jasnow work
|
2013-10-27 21:46:12 -04:00 |
|
cktricky
|
4d2c421863
|
removing unwanted files
|
2013-10-27 20:20:51 -04:00 |
|
cktricky
|
6d1c0c7869
|
merging
|
2013-10-27 20:17:52 -04:00 |
|
Mike McCabe
|
b8c400b29d
|
commenting out this test until I can get it to go into failure not pending
|
2013-10-23 18:28:24 -04:00 |
|
Mike McCabe
|
01458fb0f5
|
this reduces the error but we still need to rescue the file not found error. for another day.
|
2013-10-23 18:28:24 -04:00 |
|
cktricky
|
7c1d52320a
|
does not fix the error that occurs (as it should, but that we want to obfuscate) when a command is injected into, however, it does pass the build and does not break the entire call
|
2013-10-23 17:11:28 -05:00 |
|
Al Snow
|
203a7a244f
|
Added simplecov gem code changes
|
2013-10-23 10:29:20 -04:00 |
|
Al Snow
|
8fd7975b6c
|
Added blank line to Gemfile to match parent repo
|
2013-10-23 10:03:06 -04:00 |
|
Al Snow
|
10373b3294
|
Undid stuff for cov and 2.0.0; 1 failed spec
|
2013-10-23 10:01:14 -04:00 |
|
Al Snow
|
ad0cf1d204
|
After forced git pull to sync with parent repo
|
2013-10-23 09:36:06 -04:00 |
|
Mike McCabe
|
a921f2118d
|
minor fix
|
2013-10-22 17:08:27 -04:00 |
|
Mike McCabe
|
6fa175ac61
|
a little fix for the error running the command injection spec. basically capturing the error from cp and sending it to the gutter
|
2013-10-22 11:31:47 -04:00 |
|
Al Snow
|
bd066068ff
|
Upgraded Rails from 3.2.13 to 3.2.15. Removed unneeded "~>" gem numbers in Gemfile.
|
2013-10-22 10:29:57 -04:00 |
|
Mike McCabe
|
3820b78066
|
fixing this function that was not explicitly using the params
|
2013-10-22 10:16:09 -04:00 |
|
Al Snow
|
22fb3dde46
|
Merge branch 'master' of https://github.com/OWASP/railsgoat
|
2013-10-22 08:36:48 -04:00 |
|
cktricky
|
b7c3b04c74
|
this seems to have fixed a nuisance error within our unit-tests. Issue #57
|
2013-10-22 00:58:48 -04:00 |
|
Al Snow
|
f8ab8c320c
|
Upgraded Ruby to 2.0.0.
|
2013-10-20 11:59:23 -04:00 |
|
Al Snow
|
45cac913ff
|
Upgraded Rails from 3.2.13 to 3.2.15. Removed unneeded "~>" gem numbers in Gemfile.
|
2013-10-20 10:42:30 -04:00 |
|
cktricky
|
d2bc7d740a
|
minor fix
|
2013-10-14 08:36:52 -04:00 |
|
cktricky
|
f02895351d
|
removed a bit of cruft, also activated the sidebar item when working within the messages section
|
2013-10-13 23:17:18 -04:00 |
|
Ken Johnson
|
e4ee11cbdc
|
Merge pull request #56 from mccabe615/master
Adding messaging system
|
2013-10-13 20:08:28 -07:00 |
|
cktricky
|
7a101a9bb5
|
fix for issue #44
|
2013-10-13 21:50:25 -04:00 |
|
cktricky
|
16bd465633
|
this appears to fix the problem with our accordion not working correctly. I couldnt find a reason to use bootstrap.js anyways.
|
2013-10-13 21:50:25 -04:00 |
|
Mike McCabe
|
8c17a3df0e
|
adding messaging function, needs tests...
|
2013-10-13 21:49:17 -04:00 |
|
cktricky
|
afbd8d53b6
|
fix for issue #44
|
2013-10-12 17:04:57 -04:00 |
|
cktricky
|
a67b3546b1
|
this appears to fix the problem with our accordion not working correctly. I couldnt find a reason to use bootstrap.js anyways.
|
2013-10-12 16:14:10 -04:00 |
|
Mike McCabe
|
b0a5248c05
|
adding read data to seeds
|
2013-10-12 13:38:47 -04:00 |
|
Mike McCabe
|
8686f6b9d3
|
adding messages mvc to allow users to send messages.
|
2013-10-11 16:03:37 -04:00 |
|
Mike McCabe
|
dbd0c2548d
|
making full_name method public
|
2013-10-11 16:03:37 -04:00 |
|
Mike McCabe
|
5177e60669
|
adding better errors gem
|
2013-10-11 16:03:36 -04:00 |
|
cktricky
|
30987e6fe9
|
added to address issue #55
|
2013-10-11 16:03:36 -04:00 |
|
cktricky
|
20a7a62cbe
|
added to address issue #55
|
2013-10-11 12:19:24 -04:00 |
|
Ken Johnson
|
2ff4dc1aee
|
Merge pull request #53 from mccabe615/master
One more spec and a rake task
|
2013-10-09 12:05:07 -07:00 |
|
Mike McCabe
|
c9231233e5
|
make test go into pending unless salt attribute defined for travis
|
2013-10-09 14:24:10 -04:00 |
|
mccabe615
|
79915519b1
|
Update README.md
|
2013-10-09 13:25:54 -04:00 |
|
Mike McCabe
|
77a3940530
|
adding training rake task to ease running training specs
|
2013-10-09 13:20:30 -04:00 |
|
Mike McCabe
|
82387a1f92
|
updating spec to fail if salt is not defined
|
2013-10-09 13:18:32 -04:00 |
|
Mike McCabe
|
e999c02506
|
adding password hashing spec
|
2013-10-09 12:55:00 -04:00 |
|
Ken Johnson
|
88d5920a7a
|
Merge pull request #52 from mccabe615/master
A bundle of changes
|
2013-10-09 08:41:50 -07:00 |
|
Mike McCabe
|
c9a64b9e82
|
adding simple sqlmap gauntlt script, WIP
|
2013-10-09 11:09:15 -04:00 |
|
Mike McCabe
|
bbed455178
|
verifying user exists before trying to update
|
2013-10-09 11:08:39 -04:00 |
|
Mike McCabe
|
a93159c9f2
|
adding launchy
|
2013-10-09 11:07:13 -04:00 |
|
Mike McCabe
|
d13f3d7f44
|
Merge branch 'master' of github.com:mccabe615/railsgoat
|
2013-10-07 15:23:51 -04:00 |
|
Mike McCabe
|
9b3181eef9
|
moving vulnerability tests and adding password complexity test
|
2013-10-07 15:23:38 -04:00 |
|
mccabe615
|
829b566c29
|
Update README.md
|
2013-10-07 15:23:37 -04:00 |
|