mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
security fix for git manager
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import re
|
||||
|
||||
|
||||
verifer = re.compile(r'[a-zA-Z0-9_-]+')
|
||||
|
||||
if verifer.match('Helloworld'):
|
||||
print ('hello world')
|
||||
else:
|
||||
print('not hello world')
|
||||
Reference in New Issue
Block a user