Skip to content

Windmill experiments - #14

Open
alex-struk wants to merge 1 commit into
mainfrom
Windmill-Experiment
Open

Windmill experiments#14
alex-struk wants to merge 1 commit into
mainfrom
Windmill-Experiment

Conversation

@alex-struk

Copy link
Copy Markdown
Collaborator

Contains windmill server as well as a collection of scripts and tools for AI experimentation.

base_url = endpoint
if "/chat/completions" in base_url:
base_url = base_url.split("/chat/completions")[0]
if "services.ai.azure.com" in base_url and not base_url.endswith("/models"):

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
services.ai.azure.com
may be at an arbitrary position in the sanitized URL.
base_url = azure_endpoint
if "/chat/completions" in base_url:
base_url = base_url.split("/chat/completions")[0]
if "services.ai.azure.com" in base_url and not base_url.endswith("/models"):

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
services.ai.azure.com
may be at an arbitrary position in the sanitized URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants