-
Notifications
You must be signed in to change notification settings - Fork 1
Merge upstream OpenMS/streamlit-template into FLASHApp #95
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5dd986b
feat: support flag parameters without valuesAllow flags to work with …
hjn0415a b0e682e
ci(docker): publish multi-arch (amd64 + arm64) images to GHCR
claude d32c1b9
ci(docker): extend apptainer/nginx/traefik tests to cover arm64
claude 1d73b67
fix(arm): use two-pass cmake so TOPP links against system libstdc++
claude f11bc99
fix(arm): install cmake via apt so pass-1 cmake is on plain bash PATH
claude 5185c3e
fix(arm): call mamba cmake by full path in pass 1 (apt 3.22 is too old)
claude 0bab3ae
ci: free disk space at the start of each integration test job
claude 4790d46
fix(arm): keep CMakeFiles/ between make TOPP and make pyopenms
claude c7fdf00
ci(apptainer): drop arm64 — no upstream aarch64 .deb
claude f466229
fix(ci): keep /opt/hostedtoolcache when freeing disk space
claude f0d1db1
ci: dump cluster state on test-nginx/test-traefik failure
claude 7aadb06
fix(ci): load images into kind via image-archive, drop docker load
claude 6119021
ci: re-trigger workflow run
claude 88dcdb0
ci: re-trigger workflow run after outage
claude 39d6d25
fix(ci): match kind image to what the kustomize overlay references
claude ba05e6a
Merge pull request #393 from OpenMS/claude/gallant-mendel-K2jDd
t0mdavid-m 0ad89fa
fix(ci): disable provenance on build-amd64 to keep pushes single-mani…
claude 6aac16b
Merge pull request #394 from OpenMS/claude/fix-amd64-provenance
t0mdavid-m e9d162a
Merge pull request #391 from hjn0415a/feature/flag-parameter
t0mdavid-m a703e05
Merge pull request #396 from OpenMS/claude/laughing-fermat-ppiw0s
t0mdavid-m 76a793e
fix treafik ingress
t0mdavid-m b9422d7
Merge upstream OpenMS/streamlit-template into FLASHApp
t0mdavid-m File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,3 +31,4 @@ gdpr_consent/node_modules/ | |
| *~ | ||
| .streamlit/secrets.toml | ||
| docs/superpowers/ | ||
| .venv/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🔒 Security & Privacy | 🟠 Major
🧩 Analysis chain
🏁 Script executed:
Repository: OpenMS/FLASHApp
Length of output: 190
🏁 Script executed:
Repository: OpenMS/FLASHApp
Length of output: 8526
🏁 Script executed:
Repository: OpenMS/FLASHApp
Length of output: 5228
🏁 Script executed:
Repository: OpenMS/FLASHApp
Length of output: 166
🏁 Script executed:
Repository: OpenMS/FLASHApp
Length of output: 5228
🏁 Script executed:
Repository: OpenMS/FLASHApp
Length of output: 166
Use
defusedxmlfor ParamXML ini parsingsrc/workflow/ParameterManager.pyshould switch fromxml.etree.ElementTreetodefusedxml, and the dependency needs to be added to the project manifest as well —requirements.txtdoes not declare it. Keep the empty-set fallback for malformed/blocked XML.🧰 Tools
🪛 Ruff (0.15.18)
[error] 17-17: Using
xmlto parse untrusted data is known to be vulnerable to XML attacks; usedefusedxmlequivalents(S314)
🤖 Prompt for AI Agents
Source: Linters/SAST tools