-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Access Keys
-
None
-
0
-
1
HTTP Access Tokens should not accept names with special characters, such as:
< > " ' % ; { } & +
as these characters may be used to attempt an injection of JavaScript code.
The length of the Token's name also needs to be checked.
It would prevent the risk of this input field being used for attempting Cross-Site Scripting (XSS), or other exploits.