diff --git a/docs/3-Beyond-basics.md b/docs/3-Beyond-basics.md index 94741e0..cbe6dcc 100644 --- a/docs/3-Beyond-basics.md +++ b/docs/3-Beyond-basics.md @@ -25,7 +25,9 @@ and might produce a `result` like this (see [bad-eval.sarif](../samples/3-Beyond ```json { "ruleId": "PY2335", - "message": "Use of tainted variable 'expr' in the insecure function 'eval'.", + "message": { + "text": "Use of tainted variable 'expr' in the insecure function 'eval'." + }, "locations": [ { "physicalLocation": {