This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "CRV2 FrameworkSpecIssuesDurpal"

From OWASP
Jump to: navigation, search
(Created page with " Drupal is a open-source content-management. It contains features common to content management systems, including user account registration and maintenance, menu management, R...")
 
(Blanked the page)
Line 1: Line 1:
  
Drupal is a open-source content-management. It contains features common to content management systems, including user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration.
 
 
Drupal runs on any environment that supports both a Web server capable of running PHP (including Apache, IIS, Lighttpd, Hiawatha, Cherokee or Nginx) and a database (such as MySQL, MongoDB, MariaDB, PostgreSQL SQLite, or Microsoft SQL Server) to store content and settings. Because of that Drupal can be vulnerable to various security vulnerabilities to its environment that it runs on. Code Reviewer should have some knowledge into the configurations and versions of the component software used to run Drupal.
 
 
Drupal also uses a large array of plugin components that can come from various sources. Code reviewer needs to understand what plugins the application is being deployed to production with and have some access to a risk assessment of that plug in and what security vulnerabilities it might present to the organization that is deploying Drupal.
 
 
Drupal's policy is to announce the nature of each security vulnerability once the fix is released.
 
 
Administrators of Drupal sites are automatically notified of these new releases via the Update Status module or via the Update Manager, depending on the release of Drupal.
 
 
Drupal maintains a security announcement mailing list, a history of all security advisories, a security team home page, and an RSS feed with the most recent security advisories.
 
 
Code Reviewers are strongly recommended to frequently visit with Drupal Security web page. https://www.drupal.org/security
 

Revision as of 09:23, 19 June 2015