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
vulncheck currently supports generics by instantiating them using ssa.InstantiateGenerics. But what happens for entry points that are generics functions: they themselves are not instantiated. They should in principle be supported just as functions accepting interfaces arguments, but it could be that the underlying vta callgraph is not handling them properly.
Investigate and make a long-term decision.
The text was updated successfully, but these errors were encountered:
vulncheck currently supports generics by instantiating them using
ssa.InstantiateGenerics.
But what happens for entry points that are generics functions: they themselves are not instantiated. They should in principle be supported just as functions accepting interfaces arguments, but it could be that the underlying vta callgraph is not handling them properly.Investigate and make a long-term decision.
The text was updated successfully, but these errors were encountered: