Skip to content

fix: TS callgraph plugin - #47

Merged
arunanshub merged 1 commit into
mainfrom
fix/signature-ts-fallback-js
Feb 24, 2026
Merged

fix: TS callgraph plugin#47
arunanshub merged 1 commit into
mainfrom
fix/signature-ts-fallback-js

Conversation

@abhisek

Copy link
Copy Markdown
Member

No description provided.

@abhisek
abhisek requested a review from a teamFebruary 24, 2026 17:30
@safedep

safedepBot commented Feb 24, 2026

Copy link
Copy Markdown

SafeDep Report Summary

Green Malicious Packages BadgeGreen Vulnerable Packages BadgeGreen Risky License Badge

Package Details
PackageMalwareVulnerabilityRisky LicenseReport
iconbuf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go @ v1.36.11-20260209202127-80ab13bee0bf.1
go.mod
ok icon
ok icon
ok icon
🔗
iconbuf.build/gen/go/safedep/api/protocolbuffers/go @ v1.36.11-20260224170035-41d0b3143825.1
go.mod
ok icon
ok icon
ok icon
🔗
iconbuf.build/go/protovalidate @ v1.1.3
go.mod
ok icon
ok icon
ok icon
🔗
iconcel.dev/expr @ v0.25.1
go.mod
ok icon
ok icon
ok icon
🔗
icongithub.com/antlr4-go/antlr/v4 @ v4.13.1
go.mod
ok icon
ok icon
ok icon
🔗
icongithub.com/google/cel-go @ v0.27.0
go.mod
ok icon
ok icon
ok icon
🔗
icongo.yaml.in/yaml/v3 @ v3.0.4
go.mod
ok icon
ok icon
ok icon
🔗
icongolang.org/x/exp @ v0.0.0-20250813145105-42675adae3e6
go.mod
ok icon
ok icon
ok icon
🔗
icongoogle.golang.org/genproto/googleapis/api @ v0.0.0-20250811230008-5f3141c8851a
go.mod
ok icon
ok icon
ok icon
🔗
icongoogle.golang.org/genproto/googleapis/rpc @ v0.0.0-20250811230008-5f3141c8851a
go.mod
ok icon
ok icon
ok icon
🔗
icongoogle.golang.org/protobuf @ v1.36.11
go.mod
ok icon
ok icon
ok icon
🔗

This report is generated by SafeDep Github App

@github-actions

Copy link
Copy Markdown

vet Summary Report

This report is generated by vet

Policy Checks

  • ✅ Vulnerability
  • ✅ Malware
  • ✅ License
  • ✅ Popularity
  • ❌ Maintenance
  • ✅ Security Posture
  • ✅ Threats

Malicious Package Analysis

Malicious package analysis was performed using SafeDep Cloud API

Malicious Package Analysis Report
EcosystemPackageVersionStatusReport
ECOSYSTEM_GObuf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go1.36.11-20260209202127-80ab13bee0bf.1🔗
ECOSYSTEM_GObuf.build/gen/go/safedep/api/protocolbuffers/go1.36.11-20260224170035-41d0b3143825.1🔗
ECOSYSTEM_GOgolang.org/x/exp0.0.0-20250813145105-42675adae3e6🔗
ECOSYSTEM_GOgithub.com/antlr4-go/antlr/v44.13.1🔗
ECOSYSTEM_GOcel.dev/expr0.25.1🔗
ECOSYSTEM_GOgoogle.golang.org/protobuf1.36.11🔗
ECOSYSTEM_GOgo.yaml.in/yaml/v33.0.4🔗
ECOSYSTEM_GObuf.build/go/protovalidate1.1.3🔗
ECOSYSTEM_GOgoogle.golang.org/genproto/googleapis/api0.0.0-20250811230008-5f3141c8851a🔗
ECOSYSTEM_GOgoogle.golang.org/genproto/googleapis/rpc0.0.0-20250811230008-5f3141c8851a🔗
ECOSYSTEM_GOgithub.com/google/cel-go0.27.0🔗
  • ℹ️ 11 packages have been actively analyzed for malicious behaviour.
  • ✅ No malicious packages found.
Changed Packages

Changed Packages

  • ⚠️ [Go] github.com/antlr4-go/antlr/v4@4.13.1
  • ✅ [Go] github.com/google/cel-go@0.27.0
  • ✅ [Go] go.yaml.in/yaml/v3@3.0.4
  • ✅ [Go] buf.build/go/protovalidate@1.1.3
  • ✅ [Go] golang.org/x/exp@0.0.0-20250813145105-42675adae3e6
  • ✅ [Go] google.golang.org/genproto/googleapis/rpc@0.0.0-20250811230008-5f3141c8851a
  • ✅ [Go] google.golang.org/protobuf@1.36.11
  • ✅ [Go] buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go@1.36.11-20260209202127-80ab13bee0bf.1
  • ✅ [Go] buf.build/gen/go/safedep/api/protocolbuffers/go@1.36.11-20260224170035-41d0b3143825.1
  • ✅ [Go] google.golang.org/genproto/googleapis/api@0.0.0-20250811230008-5f3141c8851a
  • ✅ [Go] cel.dev/expr@0.25.1
Policy Violations

Packages Violating Policy

[Go] github.com/antlr4-go/antlr/v4@4.13.1🔗

  • ➡️ Found in manifest go.mod
  • ⚠️ Component appears to be unmaintained

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.87%. Comparing base (3200512) to head (aa17024).

Additional details and impacted files
@@ Coverage Diff @@## main #47 +/- ##
==========================================
+ Coverage 62.85% 62.87% +0.02% 
==========================================
Files 50 50 Lines 4501 4504 +3 ==========================================
+ Hits 2829 2832 +3 
Misses 1365 1365 Partials 307 307 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@arunanshub
arunanshub merged commit abe8969 into mainFeb 24, 2026
5 of 6 checks passed
@arunanshub
arunanshub deleted the fix/signature-ts-fallback-js branch February 24, 2026 17:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@abhisek@codecov-commenter@arunanshub