feat(Validators): add server ID validation function to prevent path traversal and unsafe characters; update routes to utilize new validation logic
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m55s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m55s
This commit is contained in:
@@ -120,9 +120,7 @@ function decrypt(encryptedText) {
|
||||
}
|
||||
console.error('Decryption error details:', {
|
||||
error: error.message,
|
||||
stack: error.stack,
|
||||
encryptedTextLength: encryptedText.length,
|
||||
encryptedTextPreview: encryptedText.substring(0, 100)
|
||||
encryptedTextLength: encryptedText.length
|
||||
});
|
||||
throw error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user