spogulis no
https://github.com/cderche/greenlock-storage-s3
synced 2025-06-30 13:16:32 +00:00
Fix Generic Object Injection Sink
Šī revīzija ir iekļauta:
vecāks
c11aca651d
revīzija
8391d11d49
2
clean.js
2
clean.js
@ -30,7 +30,7 @@ s3.listObjects({ Bucket: bucketName }).promise().then((data) => {
|
||||
|
||||
for (let i = 0; i < data.Contents.length; i++) {
|
||||
objectKeys.push({
|
||||
Key: data.Contents[i].Key
|
||||
Key: data.Contents[parseInt(i)].Key
|
||||
});
|
||||
}
|
||||
|
||||
|
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user