Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Vuln Dev
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Missing string length check in Horde
May 06 2005 06:13PM
Andrea Parrella (yap yapsoft it)
The Horde Framework has several classes for the creation of forms. For
example, to create a form with a domain field you just have to create an
instance of the Horde_Form class and to call the addVariable() method.
$form->addVariable(_("Domain name"), "domain_name", "text", true, false,
null, array...
[ more ]
Privacy Statement
Copyright 2009, SecurityFocus
example, to create a form with a domain field you just have to create an
instance of the Horde_Form class and to call the addVariable() method.
$form->addVariable(_("Domain name"), "domain_name", "text", true, false,
null, array...
[ more ]