Skip to content

fix: android libraries not supported #5441

@EternalDreamer01

Description

@EternalDreamer01

Description

Continuing from #5405, some Android libraries are not managed.

To reproduce

Steps to reproduce the behaviour:

  1. create android emulator via android studio or connect a physical device
  2. pull libraries adb pull /system/lib64 lib/
  3. scan cve-bin-tool lib

Expected behaviour:
Raise issues for :

  • libcups
  • libevent
  • libharfbuzz
  • liblz4
  • libpcre2
  • pppopptp-android.so (PPP)

Actual behaviour:
No CVE raised

Version/platform info

Version of CVE-bin-tool( e.g. output of cve-bin-tool --version): 3.4.1
Installed from pypi or github? GitHub
Operating system:

  • Host: Linux
  • Android emulator:
    • Tested with API 30, 34
    • pppopptp-android.so: 2.4.7
    • libpcre2.so: 10.40 2022-04-14
    • liblz4.so: 1.9.4
    • libharfbuzz_ng.so: 6.0.0
    • libevent.so: 2.1.8-stable
    • libcups.so: CUPS/2.2.9

Python version (e.g. python3 --version): 3.10.12

EDIT:
These libraries are not managed as well

  • libextfs2.so: 1.46.6
  • libz.so: 1.3.0.1

I believe they were the last ones, so I thought it might be better to edit this issue instead of creating another one again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions