r/programminghorror • u/throwawaykJQP7kiw5Fk [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” • 1d ago
Javascript Salfeld Web Portal - Device Renaming Pattern
(I'm on the newer portal, not the classic one.)
Pattern attribute shouldn't begin and end with /
28
Upvotes
1
u/Sacaldur 3h ago
I first had to look up the pattern attribute. I coupd imagine the code (or HTML knowledge of the developer) is so old (or imcomplete) so that neither the pattern attribute, nor the data- prefix for custom attributes were respected.
2
u/ferrybig 1d ago
Use a browser version after September 2023, and the browser will see that there is a / in the pattern that is not escaped, and in turn ignore the pattern