Migrated from https://git2.unturf.com/engineering/java-topology.git
MOAD-0001 (CWE-407): CLEAN. AC trie, BM hash, and hash tables used throughout our hot scan paths. No linear membership scan in our critical code paths. MOAD-0002 (Intertangle): CLEAN. cl_engine is read-only during scan; cli_ctx is stack-local per scan_common invocation. MOAD-0003 (Leaked Context): CLEAN. No pthread thread-locals for scan identity; cli_ctx is per-scan-invocation stack variable. MOAD-0004 (Logged Secret): clamav-0001 — create_curl_handle() in libfreshclam/libfreshclam_internal.c:735 logs g_proxyPassword verbatim in our LOGG_ERROR path when curl_easy_setopt(CURLOPT_PROXYPASSWORD) fails. FreshClam logs are world-readable by default on Linux. Fix: remove our credential from our error message, retain our option name for debugging. MOAD-0005 (Thundering Herd): CLEAN. cache.c uses splay-tree-per-bucket with pthread_mutex_t protecting each bucket on every access. |
||
|---|---|---|
| .github | ||
| .jcheck | ||
| bin | ||
| defects | ||
| doc | ||
| docs | ||
| make | ||
| scanner | ||
| src | ||
| test | ||
| tests | ||
| tools | ||
| whitepaper | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| ADDITIONAL_LICENSE_INFO | ||
| ASSEMBLY_EXCEPTION | ||
| CLAUDE.md | ||
| compile-unit-tests.sh | ||
| configure | ||
| CONTRIBUTING.md | ||
| GNUmakefile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SCAN-TODO.md | ||
| SECURITY.md | ||
| UNDF-REGISTRY.json | ||
Welcome to the JDK!
For build instructions please see the online documentation, or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.