A good trick with MySQL for Drupal
Yesterday for me was the second day of Summer of Code for Drupal. My
project is Security
scanner component for SimpleTest module. chx, my mentor, and I
were working on a way to scan through all links on the site, checking
for XSS vulnerabilities. In order to do this, we have to build up a crawler that
catch all the links of the website and save them into a database. Then we
have to use these links to inject xss or sql seed into the forms, in order to
view if there are vulnerabilities or not. But now we’re only at the first part of
the project, so we’re catching links.
Read More













































