Skip to main content

Copy of some Draft Web Development Guidelines

Ensure that your scripts are secure

The dangers of scripting are well known, and vulnerabilities are discovered with increasing regularity. As such, it's of ethical benefit for authors to ensure all code used regularly passes security processes.

Criteria: Script security

Machine-testable

Check the code for vulnerabilities, exploits, header issues, and code injection.

Resources

Impact: Medium, Effort: Medium

GRI Impact of Ensure that your scripts are secure
GRI Impact
materials Medium
energy Medium
water Medium
emissions Medium
Benefits of this guideline
  • Environment: Websites that have no outstanding security issues are less likely to become a target for individuals who might exploit them (consuming vast amounts of data in the process).
  • Security: Having a secure website can prevent personal information from being exploited.
  • Performance: A secure website is less likely to have its infrastructure breached, which could lead to vast amounts of data being stolen, corrupted, or destroyed.
  • Economic: Preventing security issues will help your project and visitors avoid financial crime.

Example
  • content This article has information and examples of XSS security issues to avoid.

Tags: