We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018fb9f commit b196282Copy full SHA for b196282
app.py
@@ -501,8 +501,8 @@ def get_transaction_history(account_number):
501
'amount': float(t[3]),
502
'timestamp': str(t[4]),
503
'type': t[5],
504
- 'description': t[6],
505
- 'query_used': query # Vulnerability: Exposing SQL query
+ 'description': t[6]
+ #'query_used': query # Vulnerability: Exposing SQL query
506
} for t in transactions]
507
508
return jsonify({
0 commit comments