-
I am submitting a fix to an illegal query in the getScanBatch method in scan.py that is causing pyvscd to get stuck under certain circumstances. The problem is with the reference of a column alias in a WHERE clause as described at
http://dev.mysql.com/doc/refman/4.1/en/problems-with-alias.html.
2008-01-08 01:00:35 UTC by toddatkins
-
It now checks if you have access to any domains on the main news page, and lets you know if you don't have any access. I didn't change the ---- separator for the child domains because it would require some more major UI overhauls on that page.
2007-03-29 18:59:43 UTC by hctv19
-
hctv19 committed revision 468 to the Vulnerability Scanning Cluster SVN repository, changing 7 files.
2007-03-29 18:57:50 UTC by hctv19
-
Need to find where it checks if a user has privileges - if no privileges, display a message that says privs must be requested before anything can really be done, and also for user to set their email address.
2007-03-29 17:40:47 UTC by hctv19
-
The fatal error messages have been softened up a bit for the average user, I think continuing to print the line number of the error will help in bug fixing requests however, as the user will be able to point the bug-fixers to the exact spot of the error.
2007-03-29 17:19:03 UTC by hctv19
-
hctv19 committed revision 467 to the Vulnerability Scanning Cluster SVN repository, changing 10 files.
2007-03-27 15:15:05 UTC by hctv19
-
This one was kind of tricky - an SQL call designed as maintenance function was happening every time the Session_LoadSession() function was being called (Essentially on every page) that was designed to close out old sessions whose start dates where so old by setting their end dates to the current time. However, it didn't actually check to see if the sessions had an end time, so even closed...
2007-03-27 15:11:45 UTC by hctv19
-
Fixed, had to append ?target=myscans to the form action in the public.inc file in the ui folder in Main. The filter was not being passed and was being lost.
2007-03-27 13:50:53 UTC by hctv19
-
Fixed, implemented the above fix and tested.
2007-03-27 13:35:31 UTC by hctv19
-
I had to write some code to split up the user input based on a / symbol and then if there was something after the slash, it would put it into the dns name field of the hosts table, before, the IP address was just being entered as the DNS name. It looks like everything was in place to implement this functionality before, and the UI was designed to handle the DNS name, it was just never handled...
2007-03-22 20:14:34 UTC by hctv19