What's in a tag name? JavaScript, apparently

Summary

The author was investigating the allowed characters within HTML tag names on their laptop. They knew tags must start with an alphabetical character but were curious about the subsequent characters permitted.

IFF Assessment

FRIEND

This article discusses a technical detail of web development, specifically HTML tag naming conventions, which can be relevant for understanding web application security and potential parsing vulnerabilities.

Defender Context

Understanding the intricacies of web technologies, such as character sets allowed in HTML tags, is crucial for web application security. This knowledge can help defenders identify potential injection points or parsing-related vulnerabilities that attackers might exploit.

Read Full Story →