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
Describe the bug
Go has a large number of library functions in the standard package, whose source code may be missing and the propagation analysis may have no clue on their semantics.
While we can hard-code the support for some known ones, e.g. fmt.Printf(...), it may be impractical to do that for all the functions. If we over-approximate their semantics, then false positives will be generated.
This bug is to track the progress of the support for these library functions.
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
Go has a large number of library functions in the standard package, whose source code may be missing and the propagation analysis may have no clue on their semantics.
While we can hard-code the support for some known ones, e.g.
fmt.Printf(...)
, it may be impractical to do that for all the functions. If we over-approximate their semantics, then false positives will be generated.This bug is to track the progress of the support for these library functions.
The text was updated successfully, but these errors were encountered: