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
in files section as they contain some internal functions.
Actual behavior:
Does not include these files.
For example: rdkafka_sticky_assignor.c contains function static int ConsumerGenerationPair_cmp_generation(). We do not see this function when running app.methods.toList or its associated file. This function however is detected by blint when running on librdkafka's compiled binary librdkafka.so
Atom misses to add functions in C for files that only have
static
functions.We can see this when running
files
in chennai REPL, after importingapp.atom
file usingimportAtom()
.Expected:
Expected to see files
in files section as they contain some internal functions.
Actual behavior:
Does not include these files.
For example:
rdkafka_sticky_assignor.c
contains functionstatic int ConsumerGenerationPair_cmp_generation()
. We do not see this function when runningapp.methods.toList
or its associated file. This function however is detected byblint
when running on librdkafka's compiled binarylibrdkafka.so
Associated files:
blint sbom which contains the "internal:functions" deep_blint_bom.json
Json dump of
atom.method.toList
atomMethod.jsonThe text was updated successfully, but these errors were encountered: