securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
13 stars 3 forks source link

java.lang classes don't require import to resolve #455

Open ericwb opened 3 months ago

ericwb commented 3 months ago

Describe the bug Any classes in java.lang don't require import. As a result, the Java parser should resolve any class from that package.

To Reproduce Steps to reproduce the behavior: n/a

Expected behavior Any java.lang class should resolve

Version

precli 0.5.4
  precli-thirdparty 0.2.2
Copyright 2024 Secure Saurce LLC
License BUSL-1.1: Business Source License 1.1 <https://spdx.org/licenses/BUSL-1.1.html>
  Python 3.12.1 (main, Dec 12 2023, 13:19:17) [Clang 15.0.0 (clang-1500.0.40.1)]

Additional context n/a