Sends vulnerability details and source code to the AI service, which analyzes the data and returns a classification with a confidence score.
Organization ID
A code snippet representing the vulnerable logic or affected lines.
"try {\n const user = db.getUserById(req.query.id);\n res.send(user);\n} catch (err) {\n res.status(500).send(\"Error\");\n}\n"
CWE identifier, if applicable.
"CWE-79"
Optional name or title of the CWE.
"Cross-Site Scripting"
Line number(s) where the issue appears.
"105"
Name or path of the file containing the snippet.
"userController.js"