{"record":{"id":"6f4ee1e8608d297e","repo":"sqlmapproject/sqlmap","slug":"option-abort-code-should-contain-a-list-of-int","errorCode":null,"errorMessage":"option '--abort-code' should contain a list of integer values","messagePattern":"option '--abort-code' should contain a list of integer values","errorType":"exception","errorClass":"SqlmapSyntaxException","httpStatus":null,"severity":"error","filePath":"lib/core/option.py","lineNumber":1867,"sourceCode":"\n    if conf.ignoreCode:\n        if conf.ignoreCode == IGNORE_CODE_WILDCARD:\n            conf.ignoreCode = xrange(0, 1000)\n        else:\n            try:\n                conf.ignoreCode = [int(_) for _ in re.split(PARAMETER_SPLITTING_REGEX, conf.ignoreCode)]\n            except ValueError:\n                errMsg = \"option '--ignore-code' should contain a list of integer values or a wildcard value '%s'\" % IGNORE_CODE_WILDCARD\n                raise SqlmapSyntaxException(errMsg)\n    else:\n        conf.ignoreCode = []\n\n    if conf.abortCode:\n        try:\n            conf.abortCode = [int(_) for _ in re.split(PARAMETER_SPLITTING_REGEX, conf.abortCode)]\n        except ValueError:\n            errMsg = \"option '--abort-code' should contain a list of integer values\"\n            raise SqlmapSyntaxException(errMsg)\n    else:\n        conf.abortCode = []\n\n    if conf.paramFilter:\n        conf.paramFilter = [_.strip() for _ in re.split(PARAMETER_SPLITTING_REGEX, conf.paramFilter.upper())]\n    else:\n        conf.paramFilter = []\n\n    if conf.base64Parameter:\n        conf.base64Parameter = urldecode(conf.base64Parameter)\n        conf.base64Parameter = conf.base64Parameter.strip()\n        conf.base64Parameter = re.split(PARAMETER_SPLITTING_REGEX, conf.base64Parameter)\n    else:\n        conf.base64Parameter = []\n\n    if conf.agent:\n        conf.agent = re.sub(r\"[\\r\\n]\", \"\", conf.agent)\n","sourceCodeStart":1849,"sourceCodeEnd":1885,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/core/option.py#L1849-L1885","documentation":"Error \"option '--abort-code' should contain a list of integer values\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/core/option.py:1867 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"0a35b20e3953d341be6c7ac75ccb0b3362540c8d","analyzedAt":"2026-08-26T23:02:52.002Z","schemaVersion":2},"datasetVersion":"2026-08-27T03:17:27.898Z"}