-
Notifications
You must be signed in to change notification settings - Fork 16
Update TeXLive to latest monthly release #59
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
Conversation
Something for later then! |
|
After some investigation, this is a Minted v3+ feature to avoid arbitrary code execution via the custom lexers feature.
{
"security": {
"enable_cwd_config": true
}
}
{
"custom_lexers": {
"MLIRLexer.py": "59f433d2cb99995d23742874af4041d3632215578159f66fc3be15bd586865ea",
"Lean4Lexer.py": "b605e06a957316a2de8607f43322dd2744ecbc53a6d29002ad0c42b0f9f71d6f"
}
}
The current problems are:
This allows us to use For the CI, we will need a layer to add the I'll investigate more soon. |
|
Issue filed with the docker image repo: xu-cheng/latex-docker#22 |
c6bbb9f to
9bfab52
Compare
|
|
9bfab52 to
9323bc2
Compare
alexarice
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI seems to work 👍 Do we want to pin the docker image or just leave it unpinned?
|
Ideally we could check the hashes for lexers in CI but this could be done in a separate PR or done manually for now. |
|
It used to be unpinned and I prefer it this way as the Docker image is updated at the start of every month. |
I also thought of that, but something for another day. |
Let's revert #57
Stacked on #61