|
19179 | 19179 | "nullable": true, |
19180 | 19180 | "type": "string", |
19181 | 19181 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 19182 | + }, |
| 19183 | + "help_uri": { |
| 19184 | + "nullable": true, |
| 19185 | + "type": "string", |
| 19186 | + "description": "A link to the documentation for the rule used to detect the alert." |
19182 | 19187 | } |
19183 | 19188 | } |
19184 | 19189 | }, |
|
65834 | 65839 | "nullable": true, |
65835 | 65840 | "type": "string", |
65836 | 65841 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 65842 | + }, |
| 65843 | + "help_uri": { |
| 65844 | + "nullable": true, |
| 65845 | + "type": "string", |
| 65846 | + "description": "A link to the documentation for the rule used to detect the alert." |
65837 | 65847 | } |
65838 | 65848 | } |
65839 | 65849 | }, |
@@ -204663,6 +204673,11 @@ |
204663 | 204673 | "nullable": true, |
204664 | 204674 | "type": "string", |
204665 | 204675 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 204676 | + }, |
| 204677 | + "help_uri": { |
| 204678 | + "nullable": true, |
| 204679 | + "type": "string", |
| 204680 | + "description": "A link to the documentation for the rule used to detect the alert." |
204666 | 204681 | } |
204667 | 204682 | } |
204668 | 204683 | }, |
@@ -204825,7 +204840,8 @@ |
204825 | 204840 | "security", |
204826 | 204841 | "external/cwe/cwe-022" |
204827 | 204842 | ], |
204828 | | - "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..." |
| 204843 | + "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...", |
| 204844 | + "help_uri": "https://codeql.github.com/" |
204829 | 204845 | }, |
204830 | 204846 | "tool": { |
204831 | 204847 | "name": "CodeQL", |
@@ -205292,6 +205308,11 @@ |
205292 | 205308 | "nullable": true, |
205293 | 205309 | "type": "string", |
205294 | 205310 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 205311 | + }, |
| 205312 | + "help_uri": { |
| 205313 | + "nullable": true, |
| 205314 | + "type": "string", |
| 205315 | + "description": "A link to the documentation for the rule used to detect the alert." |
205295 | 205316 | } |
205296 | 205317 | } |
205297 | 205318 | }, |
@@ -205454,7 +205475,8 @@ |
205454 | 205475 | "security", |
205455 | 205476 | "external/cwe/cwe-022" |
205456 | 205477 | ], |
205457 | | - "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..." |
| 205478 | + "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...", |
| 205479 | + "help_uri": "https://codeql.github.com/" |
205458 | 205480 | }, |
205459 | 205481 | "tool": { |
205460 | 205482 | "name": "CodeQL", |
|
0 commit comments