Quantcast
Channel: oxite Work Item Rss Feed
Viewing all articles
Browse latest Browse all 20

Created Issue: In Oxite.Infrastructure.OxiteRegularExpressions.loadExpressions() "TagReplace" is not inline with "IsTag" [8908]

$
0
0
In Oxite.Infrastructure.OxiteRegularExpressions.loadExpressions() "TagReplace" is not inline with "IsTag"

"TagReplace" is defined as "([^a-z0-9]?)" while "IsTag" is defined as "^[a-z0-9-_ ]+$". this means that a tag like 'hello-there' could pass the "IsTag" expression while it shouldn't

Viewing all articles
Browse latest Browse all 20

Trending Articles