Skip to content
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

chore(deps): update dependency semgrep to v1.104.0 #9805

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

uniget-bot
Copy link

This PR contains the following updates:

Package Update Change
semgrep minor 1.103.0 -> 1.104.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

returntocorp/semgrep (semgrep)

v1.104.0

Compare Source

Changed
  • Supply chain diff scans now skip resolving dependencies for subprojects without changes. (SC-2026)
Fixed
  • pro: Fixed bug in inter-file matching of subtypes. When looking to match some
    type A, Semgrep will match any type B that is a subtype of A, but in certain
    situations this did not work. (code-7963)

  • taint-mode: Make traces record assignments that transfer taint via shapes.

    For example, in code like:

    B b = new B(taint);
    B b1 = b;
    sink(b1.getTaintedData());
    

    The assignment b1 = b should be recorded in the trace but previously it was not. (code-7966)

  • Python: Parser updated to the most recent tree-sitter grammar.
    Parse rate from 99.8% -> 99.998%. (saf-1810)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

@nicholasdille-bot nicholasdille-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved because label type/renovate is present.

Copy link

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/semgrep:1.104.0

📦 Image Reference ghcr.io/uniget-org/tools/semgrep:1.104.0
digestsha256:cab05983d1a5147f9a6573252ebaec600f799b10aa0c561bc577f6f37a0b1bfc
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 0
platformlinux/amd64
size33 MB
packages0

Copy link

Attempting automerge. See https://github.com/uniget-org/tools/actions/runs/12920728727.

Copy link

PR is clean and can be merged. See https://github.com/uniget-org/tools/actions/runs/12920728727.

@github-actions github-actions bot merged commit c3013f1 into main Jan 23, 2025
10 checks passed
@github-actions github-actions bot deleted the renovate/semgrep-1.x branch January 23, 2025 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants