|
21237 | 21237 | "null" |
21238 | 21238 | ], |
21239 | 21239 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 21240 | + }, |
| 21241 | + "help_uri": { |
| 21242 | + "type": [ |
| 21243 | + "string", |
| 21244 | + "null" |
| 21245 | + ], |
| 21246 | + "description": "A link to the documentation for the rule used to detect the alert." |
21240 | 21247 | } |
21241 | 21248 | } |
21242 | 21249 | }, |
|
76193 | 76200 | "null" |
76194 | 76201 | ], |
76195 | 76202 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 76203 | + }, |
| 76204 | + "help_uri": { |
| 76205 | + "type": [ |
| 76206 | + "string", |
| 76207 | + "null" |
| 76208 | + ], |
| 76209 | + "description": "A link to the documentation for the rule used to detect the alert." |
76196 | 76210 | } |
76197 | 76211 | } |
76198 | 76212 | }, |
@@ -241179,6 +241193,13 @@ |
241179 | 241193 | "null" |
241180 | 241194 | ], |
241181 | 241195 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 241196 | + }, |
| 241197 | + "help_uri": { |
| 241198 | + "type": [ |
| 241199 | + "string", |
| 241200 | + "null" |
| 241201 | + ], |
| 241202 | + "description": "A link to the documentation for the rule used to detect the alert." |
241182 | 241203 | } |
241183 | 241204 | } |
241184 | 241205 | }, |
@@ -241348,7 +241369,8 @@ |
241348 | 241369 | "security", |
241349 | 241370 | "external/cwe/cwe-022" |
241350 | 241371 | ], |
241351 | | - "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 ..." |
| 241372 | + "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 ...", |
| 241373 | + "help_uri": "https://codeql.github.com/" |
241352 | 241374 | }, |
241353 | 241375 | "tool": { |
241354 | 241376 | "name": "CodeQL", |
@@ -241887,6 +241909,13 @@ |
241887 | 241909 | "null" |
241888 | 241910 | ], |
241889 | 241911 | "description": "Detailed documentation for the rule as GitHub Flavored Markdown." |
| 241912 | + }, |
| 241913 | + "help_uri": { |
| 241914 | + "type": [ |
| 241915 | + "string", |
| 241916 | + "null" |
| 241917 | + ], |
| 241918 | + "description": "A link to the documentation for the rule used to detect the alert." |
241890 | 241919 | } |
241891 | 241920 | } |
241892 | 241921 | }, |
@@ -242056,7 +242085,8 @@ |
242056 | 242085 | "security", |
242057 | 242086 | "external/cwe/cwe-022" |
242058 | 242087 | ], |
242059 | | - "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 ..." |
| 242088 | + "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 ...", |
| 242089 | + "help_uri": "https://codeql.github.com/" |
242060 | 242090 | }, |
242061 | 242091 | "tool": { |
242062 | 242092 | "name": "CodeQL", |
|
0 commit comments