mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -2981,7 +2981,7 @@ def expandMnemonics(mnemonics, parser, args):
|
|||||||
def safeCSValue(value):
|
def safeCSValue(value):
|
||||||
"""
|
"""
|
||||||
Returns value safe for CSV dumping.
|
Returns value safe for CSV dumping.
|
||||||
Reference: http://stackoverflow.com/questions/769621/dealing-with-commas-in-a-csv-file
|
Reference: http://tools.ietf.org/html/rfc4180
|
||||||
"""
|
"""
|
||||||
|
|
||||||
retVal = value
|
retVal = value
|
||||||
|
|||||||
Reference in New Issue
Block a user