CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 17:19:43 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/vim/vim.git
etag: W/"29ec5f0054b134ab37e398387ab2bcb7"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=orzx08VNNpNseIkaiBC6e8t47buGyZ8W75gtlFUra37rYdOdz8rVPXz%2BpHwYyojnYf5g%2BRU8vpMK92ae1hrfpG%2FVLBEUJW8bLEEmDsYGQNiEkbtehsr3EHJUtlLrsTPfDAq2bkTHdqKXqgxg2RTgWPexkbGZS%2Ff71CSjKFbosSIxP9gjQj1vkwgr4fg%2BLFNrdeCyaAWna%2Buc9U4V%2B8jotniuQjWqgAkGEbVGnY5HINWQ0WJYqzi8WOxVW1lrQxp%2BnL4p73Vir76KxFM8OkPWOw%3D%3D--2IPof7knVQm4AJAr--SD0AgayZUhCiTqx6oG%2BfWA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.734488669.1753377582; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 17:19:42 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 17:19:42 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8D8A:25A356:72358:87B11:68826B2E
patch 9.1.1551: [security]: path traversal issue in zip.vim · vim/vim@586294a · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit 586294a
committed
patch 9.1.1551: [security]: path traversal issue in zip.vim
Problem: [security]: path traversal issue in zip.vim (@ax)
Solution: drop leading ../ on write of zipfiles, don't forcefully
overwrite existing files
A zip plugin which contains filenames with leading '../' may cause
confusion as to where the content will be extracted. Let's drop such
things and make sure we use a relative filename instead and don't
forcefully overwrite temporary files. Also, warn the user of such
things.
related: #17733
Signed-off-by: Christian Brabandt <cb@256bit.org>1 parent 3f9d237 commit 586294aCopy full SHA for 586294a
File tree
Expand file treeCollapse file tree
7 files changed
+177
-136
lines changedFilter options
- runtime
- autoload
- doc
- src
- po
- testdir
- samples
Expand file treeCollapse file tree
7 files changed
+177
-136
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| 215 | + | |
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
|
+51-43Lines changed: 51 additions & 43 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
236 | 237 |
| |
237 | 238 |
| |
238 | 239 |
| |
| 240 | + | |
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
242 | 244 |
| |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
| 245 | + | |
| 246 | + | |
249 | 247 |
| |
250 | 248 |
| |
251 | 249 |
| |
252 | 250 |
| |
253 | 251 |
| |
254 |
| - | |
| 252 | + | |
255 | 253 |
| |
256 | 254 |
| |
257 | 255 |
| |
258 | 256 |
| |
259 | 257 |
| |
260 |
| - | |
| 258 | + | |
261 | 259 |
| |
262 | 260 |
| |
263 | 261 |
| |
264 | 262 |
| |
265 |
| - | |
| 263 | + | |
266 | 264 |
| |
267 | 265 |
| |
268 | 266 |
| |
269 | 267 |
| |
270 | 268 |
| |
271 |
| - | |
272 |
| - | |
| 269 | + | |
| 270 | + | |
273 | 271 |
| |
274 |
| - | |
275 |
| - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
276 | 279 |
| |
277 | 280 |
| |
278 | 281 |
| |
279 |
| - | |
280 |
| - | |
| 282 | + | |
| 283 | + | |
281 | 284 |
| |
282 |
| - | |
283 |
| - | |
| 285 | + | |
| 286 | + | |
284 | 287 |
| |
285 | 288 |
| |
286 |
| - | |
| 289 | + | |
287 | 290 |
| |
288 | 291 |
| |
289 |
| - | |
| 292 | + | |
| 293 | + | |
290 | 294 |
| |
291 |
| - | |
| 295 | + | |
292 | 296 |
| |
293 | 297 |
| |
294 | 298 |
| |
| |||
297 | 301 |
| |
298 | 302 |
| |
299 | 303 |
| |
300 |
| - | |
| 304 | + | |
301 | 305 |
| |
302 | 306 |
| |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
315 | 322 |
| |
316 | 323 |
| |
317 | 324 |
| |
| |||
320 | 327 |
| |
321 | 328 |
| |
322 | 329 |
| |
323 |
| - | |
324 | 330 |
| |
325 | 331 |
| |
326 | 332 |
| |
| |||
333 | 339 |
| |
334 | 340 |
| |
335 | 341 |
| |
336 |
| - | |
| 342 | + | |
337 | 343 |
| |
338 | 344 |
| |
339 |
| - | |
340 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
341 | 350 |
| |
342 | 351 |
| |
343 |
| - | |
344 |
| - | |
| 352 | + | |
| 353 | + | |
345 | 354 |
| |
346 | 355 |
| |
347 | 356 |
| |
| |||
363 | 372 |
| |
364 | 373 |
| |
365 | 374 |
| |
366 |
| - | |
| 375 | + | |
367 | 376 |
| |
368 |
| - | |
| 377 | + | |
369 | 378 |
| |
370 |
| - | |
| 379 | + | |
371 | 380 |
| |
372 |
| - | |
373 | 381 |
| |
374 | 382 |
| |
375 | 383 |
| |
|
+13-1Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
114 | 126 |
| |
115 | 127 |
| |
116 | 128 |
| |
|
You can’t perform that action at this time.
0 commit comments