url.parse() is deemed insecure and has been deprecated.#662
url.parse() is deemed insecure and has been deprecated.#662oelderinkX wants to merge 3 commits intomicrosoft:masterfrom
Conversation
url.parse() calls have been replaced with new URL
|
@microsoft-github-policy-service agree |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 662 in repo microsoft/azure-devops-node-api |
I'm wondering if the pipeline isn't running because my branch name possibly ? |
|
/azp run |
let me know if I need to fix anything on my side |
|
/azp run |
|
do I need to convert my pull request to Draft for it to be review ? |
|
@tarunramsinghani would you have time to review ? I have made the changes you suggested |
|
@tarunramsinghani @adeolemon @peterblazejewicz @nguerrera is anyone available for a review and pull request approval ? I'm new at pull requests for other peoples repos, so apologies in advance |
|
/azp run |
|
@oelderinkX I am bit pressed for time, so could not spend time to review... I wanted to make sure this does not have any implications specially with the behaviour change i.e. url.parse returned null in case of invalid url but URL() throws exception so validating those will need some additional test cases or handling in the code. |
url.parse()calls have been replaced withnew URL.See documentation on deprecation at: