-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
v10.0.0 #1405
Conversation
…ing for accuate deeplinking
You have successfully added a new CodeQL configuration |
You have successfully added a new CodeQL configuration |
You have successfully added a new CodeQL configuration |
1 similar comment
You have successfully added a new CodeQL configuration |
else | ||
helpTitle = "<span class='text-muted'>Help topic</span>"; | ||
|
||
document.querySelector("#help-modal .modal-body").innerHTML = helpText; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML
helpTitle = "<span class='text-muted'>Help topic</span>"; | ||
|
||
document.querySelector("#help-modal .modal-body").innerHTML = helpText; | ||
document.querySelector("#help-modal #help-title").innerHTML = helpTitle; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML
CyberChef v10 represents a significant upgrade to the input and output areas. Amongst various small tweaks and improvements, the following major changes will be made:
Selection
Data integrity
Character Encodings
File inputs
A work in progress
This is still very much a work in progress with many more features to complete and bugs to iron out. Feel free to have a play around and provide feedback, but note that everything is still subject to change. Many features will be broken at the moment as I work through my long "To Do" list!