You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importmcwsfrom'../services/mcws/mcws';import{createModelFromNamespaceDefinitionWithPersisted,interpolateUsername}from'./utils';constUSERNAME_FROM_PATH_REGEX=newRegExp('.*/(.*?)$');// Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service./***AnobjectdefiningaMCWSnamespace.Providesauniqueidentifierfora*MCWSnamespaceandalltheinformationnecessarytoaccessit.*
AND
src/services/dataset/Dataset.js
}returnurl;};Dataset.prototype.omitsDictionaryVersion=function(url){return/\/.*Dictionary\/?$/.test(url);// Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service.};/***ReturnstheurlType*eg