VulnerableApp icon indicating copy to clipboard operation
VulnerableApp copied to clipboard

geting error for version missing on image:owasp-vulnerableapp-facade

Open ehasan101 opened this issue 3 months ago • 0 comments

compose up error showing while run but when add version it works Line17: image: sasanlabs/owasp-vulnerableapp-facade:1.2.1

ehasan101 avatar Sep 29 '25 06:09 ehasan101

What's the definition of %w? Sounds a bit vague and not friendly towards scripts that are not alphabetic (Thai, Farsi, Cyrillic, Chinese, etc.). Ideally we should use the txAdmin cleanPlayerNames() to get the name to be displayed, but the best implementation would be for Cfx to implement a UpdatePlayerName(tempNetId: number, name: string) that could be called by txAdmin at the handling of playerConnecting(), as well as allow other resources to set the player's rank, RP name, etc.

tabarra avatar Jun 28 '25 21:06 tabarra

I have tested it with chinese chars, and as you told unfortunately it will remove also that kinda chars. The only thing to fix this is prob gsub specific chars like in the preview seen. Would be beter ofc if cfx fix this.

Misha0717 avatar Jun 29 '25 20:06 Misha0717