Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.2 #71

Merged
merged 14 commits into from
Mar 8, 2024
Merged

v6.2 #71

merged 14 commits into from
Mar 8, 2024

Conversation

yukiarimo
Copy link
Owner

Massive upgrade, complete codebase refactor!

@yukiarimo yukiarimo added the enhancement New feature or request label Mar 8, 2024
@yukiarimo yukiarimo self-assigned this Mar 8, 2024
@yukiarimo yukiarimo linked an issue Mar 8, 2024 that may be closed by this pull request
Comment on lines +8 to +9
requestResultsContainer.innerHTML = '<p><strong>Request:</strong> Sending search request for: ' +
searchData + '</p>';

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
};
const messageText = document.createElement('pre');
messageText.classList.add('m-0');
messageText.innerHTML = messageData.message;

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
// Append both block lists to the parameter container
parameterContainer.appendChild(aiBlockList);
parameterContainer.appendChild(serverBlockList);
blockList.innerHTML = html;

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.


// Download model and store in cache
const req = new XMLHttpRequest();

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
@yukiarimo yukiarimo merged commit 3588821 into main Mar 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON parse error since no convo file
1 participant