Merged PR 2315: Auth stabilistatiion and hardening
Related work items: #23020
This commit is contained in:
@@ -136,7 +136,10 @@ export default async function handler(req, res) {
|
||||
return blobList;
|
||||
};
|
||||
|
||||
reqBodyobj = reqBodyobj?.hasOwnProperty("filesList")
|
||||
reqBodyobj = Object.prototype.hasOwnProperty.call(
|
||||
reqBodyobj || {},
|
||||
"filesList"
|
||||
)
|
||||
? cleanFilesList(reqBodyobj)
|
||||
: reqBodyobj;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user