-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
Getting worse
Finally, the documentation is up-to-date!
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
}; | ||
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
// 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
DOM text
|
||
|
||
// Download model and store in cache | ||
const req = new XMLHttpRequest(); |
Check failure
Code scanning / CodeQL
Server-side request forgery Critical
Massive upgrade, complete codebase refactor!