diff --git a/docs/3-Beyond-basics.md b/docs/3-Beyond-basics.md index 94741e0..0a0c8f5 100644 --- a/docs/3-Beyond-basics.md +++ b/docs/3-Beyond-basics.md @@ -649,10 +649,10 @@ The tool might produce something like this (see [bad-eval-with-code-flow.sarif]( { "locations": [ { - "message": { - "text": "The tainted data enters the system here." - }, "location": { + "message": { + "text": "The tainted data enters the system here." + }, "physicalLocation": { "artifactLocation": { "uri": "3-Beyond-basics/bad-eval-with-code-flow.py" @@ -688,10 +688,10 @@ The tool might produce something like this (see [bad-eval-with-code-flow.sarif]( "nestingLevel": 0 }, { - "message": { - "text": "The tainted data is used insecurely here." - }, "location": { + "message": { + "text": "The tainted data is used insecurely here." + }, "physicalLocation": { "artifactLocation": { "uri": "3-Beyond-basics/bad-eval-with-code-flow.py"