Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: improve project security posture#99

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
trumant wants to merge1 commit intocvs-health:develop
base:develop
Choose a base branch
Loading
fromtrumant:improve-security-posture

Conversation

@trumant
Copy link
Contributor

This PR introduces the following security changes to the project

  • Dependabot configuration for daily scans/updates from the Python and GitHub Actions ecosystems
  • Updates to the project CI GHA workflow to improve security
    • Upgrade reusable actions to latest release versions
    • Use poetry in CI to ensure consistent dependency version usage between dev and CI
    • Add execution of bandit and gitleaks checks
  • pre-commit tooling for contributors now runsbandit,snyk,zizmor andgitleaks
    • CI, codebase and dependency changes made to reflect issues found in scans
  • security-insights.yml added to communicate security changes to project made above

Here is thepre-commit output from this commit:

ruff.....................................................................Passedruff-format..............................................................Passedbandit...................................................................PassedDetect hardcoded secrets.................................................PassedSnyk Test................................................................Passed- hook id: snyk-test- duration: 3.61s[pre-commit-snyk] 2025-07-22 09:00:50 level=info Snyk path: /opt/homebrew/bin/snyk[pre-commit-snyk] 2025-07-22 09:00:50 level=info Snyk version: 1.1298.0[pre-commit-snyk] 2025-07-22 09:00:50 level=info Snyk arguments: test --file=poetry.lock --package-manager=pip --fail-on=upgradableTesting /Users/travistruman/dev/uqlm...Tested 103 dependencies for known issues, found 8 issues, 24 vulnerable paths.Issues with no direct upgrade or patch:  ✗ Improper Resource Shutdown or Release [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10332643] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Buffer Overflow [High Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10332644] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Buffer Overflow [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10332645] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Mismatched Memory Management Routines [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337825] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Out-of-bounds Write [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337826] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Out-of-bounds Write [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337828] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Out-of-bounds Write [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337834] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Improper Check for Unusual or Exceptional Conditions [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-9726944] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch availableOrganization:      trumantPackage manager:   poetryTarget file:       pyproject.tomlProject name:      uqlmOpen source:       noProject path:      /Users/travistruman/dev/uqlmLicenses:          enabled[pre-commit-snyk] 2025-07-22 09:00:52 level=info Snyk exit code: 0zizmor...................................................................Passed

@trumanttrumant changed the base branch frommain todevelopAugust 14, 2025 00:39
This PR introduces the following security changes to the project * Dependabot configuration for daily scans/updates from the Python and GitHub Actions ecosystems * Updates to the project CI GHA workflow to improve security   * Upgrade reusable actions to latest release versions   * Use poetry in CI to ensure consistent dependency version usage between dev and CI   * Add execution of bandit and gitleaks checks * pre-commit tooling for contributors now runs `bandit`, `snyk`, `zizmor` and `gitleaks`   * CI, codebase and dependency changes made to reflect issues found in scans * `security-insights.yml` added to communicate security changes to project made aboveHere is the `pre-commit` output from this commit:```ruff.....................................................................Passedruff-format..............................................................Passedbandit...................................................................PassedDetect hardcoded secrets.................................................PassedSnyk Test................................................................Passed- hook id: snyk-test- duration: 3.61s[pre-commit-snyk] 2025-07-22 09:00:50 level=info Snyk path: /opt/homebrew/bin/snyk[pre-commit-snyk] 2025-07-22 09:00:50 level=info Snyk version: 1.1298.0[pre-commit-snyk] 2025-07-22 09:00:50 level=info Snyk arguments: test --file=poetry.lock --package-manager=pip --fail-on=upgradableTesting /Users/travistruman/dev/uqlm...Tested 103 dependencies for known issues, found 8 issues, 24 vulnerable paths.Issues with no direct upgrade or patch:  ✗ Improper Resource Shutdown or Release [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10332643] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Buffer Overflow [High Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10332644] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Buffer Overflow [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10332645] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Mismatched Memory Management Routines [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337825] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Out-of-bounds Write [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337826] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Out-of-bounds Write [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337828] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Out-of-bounds Write [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-10337834] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch available  ✗ Improper Check for Unusual or Exceptional Conditions [Medium Severity][https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-9726944] in torch@2.7.1    introduced by torch@2.7.1 and 2 other path(s)  No upgrade or patch availableOrganization:      trumantPackage manager:   poetryTarget file:       pyproject.tomlProject name:      uqlmOpen source:       noProject path:      /Users/travistruman/dev/uqlmLicenses:          enabled[pre-commit-snyk] 2025-07-22 09:00:52 level=info Snyk exit code: 0zizmor...................................................................Passed```
@trumanttrumantforce-pushed theimprove-security-posture branch from213f5b0 to26ad55aCompareAugust 18, 2025 12:41
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@trumant

[8]ページ先頭

©2009-2025 Movatter.jp