-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Code-ReviewIssue is a result of code reviewIssue is a result of code reviewSecurity IssueThe issue presents a possible security issue.The issue presents a possible security issue.bugSomething isn't workingSomething isn't working
Description
In the case below, we should be building / constructing service URL's using standard URI builder libraries instead of string formatting in order to avoid issues with path separators, well-formed URL's, invalid protocols, etc.
| apiUrl = f"{self.serviceEndpoint}customvision/v3.0/Prediction/{self.projectId}/detect/iterations/{self.publishIterationName}/image/nostore" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Code-ReviewIssue is a result of code reviewIssue is a result of code reviewSecurity IssueThe issue presents a possible security issue.The issue presents a possible security issue.bugSomething isn't workingSomething isn't working