Skip to content

Commit 07fe5a1

Browse files
authored
Fixed an incorrect representation of "message"
1 parent 819b0f6 commit 07fe5a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/3-Beyond-basics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ and might produce a `result` like this (see [bad-eval.sarif](../samples/3-Beyond
2525
```json
2626
{
2727
"ruleId": "PY2335",
28-
"message": "Use of tainted variable 'expr' in the insecure function 'eval'.",
28+
"message": {
29+
"text": "Use of tainted variable 'expr' in the insecure function 'eval'."
30+
},
2931
"locations": [
3032
{
3133
"physicalLocation": {

0 commit comments

Comments
 (0)