• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ponder-lab / Hybridize-Functions-Refactoring / #2375
81%
main: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-python-7
DEFAULT BRANCH: main
Ran 08 Jul 2026 12:56AM UTC
Jobs 1
Files 32
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jul 2026 12:51AM UTC coverage: 80.661% (+0.5%) from 80.202%
#2375

Pull #743

github

khatchad
Address review: precise callee return-taint; clarify the two failure messages

The return-taint tracking in `scanForTaintedNumpySinks` was dead: the generic def-taint loop ran unconditionally, so a call site was tainted even when every analyzed callee returned clean. Now an analyzed-clean callee set skips the def-taint (precise), while an unanalyzed callee (library summary, no IR) or a tainted return falls through to the conservative path. The code-15 message now cites `Tensor.numpy()` (disambiguating from the new numpy-module precondition) and the code-16 message says "values derived from its parameters" (the condition is transitive flow, not direct application).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01He1ULx8nRoHzGicMryry1A
Pull Request #743: Add a safety precondition for numpy applied to parameter-flowing values

101 of 112 new or added lines in 4 files covered. (90.18%)

1927 of 2389 relevant lines covered (80.66%)

0.81 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
89.33
2.07% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Util.java
4
93.62
-0.29% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
2
70.28
-0.18% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/refactorings/HybridizeFunctionRefactoringProcessor.java
Jobs
ID Job ID Ran Files Coverage
1 #2375.1 08 Jul 2026 12:56AM UTC 32
80.66
Source Files on build #2375
  • Tree
  • List 32
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #743
  • PR Base - main (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc