Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
seqra
/
opentaint
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
138
Code
Issues
42
Pull requests
33
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(core): Base only analysis clean
- #361
#361
Draft
Saloed
wants to merge 23 commits into
main
seqra/opentaint:main
from
saloed/base-only-clean
seqra/opentaint:saloed/base-only-clean
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Draft
fix(core): Base only analysis clean
#361
Saloed
wants to merge 23 commits into
main
seqra/opentaint:main
from
saloed/base-only-clean
seqra/opentaint:saloed/base-only-clean
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
feat(ifds): add field-insensitive BaseOnly access-path mode
Show description for 3ceb3bd
Saloed
committed
3ceb3bd
View commit details
Copy full SHA for 3ceb3bd
Browse repository at this point
test: add a stub dependency module for regression samples
Show description for bb21fb8
Saloed
committed
bb21fb8
View commit details
Copy full SHA for bb21fb8
Browse repository at this point
chore: tidy imports and trailing whitespace
Show description for 4f5d297
Saloed
committed
4f5d297
View commit details
Copy full SHA for 4f5d297
Browse repository at this point
fix(analyzer): wire catch handlers from try boundaries
Show description for 3109aea
Saloed
committed
3109aea
View commit details
Copy full SHA for 3109aea
Browse repository at this point
test: let the JVM analysis harness pick an ap mode and inspect the engine
Show description for 1ad0460
Saloed
committed
1ad0460
View commit details
Copy full SHA for 1ad0460
Browse repository at this point
test: cover source-sink fingerprints for rules sharing a sink
Show description for 7dd2e2b
Saloed
committed
7dd2e2b
View commit details
Copy full SHA for 7dd2e2b
Browse repository at this point
perf(ifds): process reachability edges before taint edges
Show description for 78d1330
Saloed
committed
78d1330
View commit details
Copy full SHA for 78d1330
Browse repository at this point
perf(analyzer): cut allocation and lock contention on the rule-lookup path
Show description for ce7768d
Saloed
committed
ce7768d
View commit details
Copy full SHA for ce7768d
Browse repository at this point
fix(analyzer): scope the override cache by base class and prune impossible bridges
Show description for 4ec5d76
Saloed
committed
4ec5d76
View commit details
Copy full SHA for 4ec5d76
Browse repository at this point
perf(analyzer): memoise raw call resolution per statement
Show description for b91a8b3
Saloed
committed
b91a8b3
View commit details
Copy full SHA for b91a8b3
Browse repository at this point
fix(ifds): correct state that must not survive an ap-manager switch
Show description for 0620f32
Saloed
committed
0620f32
View commit details
Copy full SHA for 0620f32
Browse repository at this point
perf(ifds): quotient trace resolution over premises and boundaries
Show description for 9363ce5
Saloed
committed
9363ce5
View commit details
Copy full SHA for 9363ce5
Browse repository at this point
feat(analyzer): stage analysis and select the full scan's rules from a shallow pass
Show description for f2fdb52
Saloed
committed
f2fdb52
View commit details
Copy full SHA for f2fdb52
Browse repository at this point
fix(analyzer): preserve overloaded Spring controller entry points
Show description for 64e3793
Saloed
committed
64e3793
View commit details
Copy full SHA for 64e3793
Browse repository at this point
perf(ifds): share context-independent shallow analysis
Show description for 187c101
Saloed
committed
187c101
View commit details
Copy full SHA for 187c101
Browse repository at this point
perf(ifds): key the fact-to-fact worklist by conclusion
Show description for dfa90d2
Saloed
committed
dfa90d2
View commit details
Copy full SHA for dfa90d2
Browse repository at this point
perf(ifds): memoise repeated summary and precondition lookups
Show description for 4b4e57b
Saloed
committed
4b4e57b
View commit details
Copy full SHA for 4b4e57b
Browse repository at this point
test: cover shallow-scan recall for class-static, cross-entry and getter flows
Show description for 2f0e7d6
Saloed
committed
2f0e7d6
View commit details
Copy full SHA for 2f0e7d6
Browse repository at this point
fix(ifds): use dedicated storage for abstract static edges
Show description for 6bedc86
Saloed
committed
6bedc86
View commit details
Copy full SHA for 6bedc86
Browse repository at this point
perf(analyzer): intern resolved rule objects shared across methods
Show description for de6c7f3
Saloed
committed
de6c7f3
View commit details
Copy full SHA for de6c7f3
Browse repository at this point
test: add BaseOnly end-to-end regression and fuzz coverage
Show description for 0ebb8bc
Saloed
committed
0ebb8bc
View commit details
Copy full SHA for 0ebb8bc
Browse repository at this point
docs(analyzer): record what the clean branch kept, and what measurement removed
Show description for d31f565
Saloed
committed
d31f565
View commit details
Copy full SHA for d31f565
Browse repository at this point
perf(ifds): hold BaseOnly memo caches through soft references
Show description for c3b6efe
Saloed
and
claude
committed
c3b6efe
View commit details
Copy full SHA for c3b6efe
Browse repository at this point
You can’t perform that action at this time.