mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
857 B
857 B
3.0.1
Minor Analysis Improvements
- Threat-model for
System.inchanged fromcommandargsto newly createdstdin(both subgroups oflocal).
Bug Fixes
- Fixed an issue where analysis in
build-mode: nonemay very occasionally throw aCoderMalfunctionErrorwhile resolving dependencies provided by a build system (Maven or Gradle), which could cause some dependency resolution and consequently alerts to vary unpredictably from one run to another. - Fixed an issue where Java analysis in
build-mode: nonewould fail to resolve dependencies using theexecutable-warMaven artifact type. - Fixed an issue where analysis in
build-mode: nonemay fail to resolve dependencies of Gradle projects where the dependency uses a non-empty artifact classifier -- for example,someproject-1.2.3-tests.jar, which has the classifiertests.