- Prevent potential encoding issue @woocheol-lge (#309)
- Show fail message when manifest is found but go is not installed @woocheol-lge (#308)
- Normalize UTF-8 encoding across environments @woocheol-lge (#305)
- Enhanced npm executable detection to improve reliability of package manager initialization @woocheol-lge (#304)
- fix(encoding): handle non-UTF-8 system encoding in subprocess output @dd-jy (#303)
- feat(node): add automatic detection for local Node environment @woocheol-lge (#301)
- feat(python): support Python 3.13/3.14 and migrate from setup.py to pyproject.toml @woocheol-lge (#302)
- Remove trailing period from guide URLs in log messages @dd-jy (#300)
- Update fosslight.org guide url @dd-jy (#299)
- fix(gradle_scan): prevent java/android overlap during build.gradle detection @woocheol-lge (#298)
- Replace flutter_oss_licenses with local cache parsing @dd-jy (#294)
- Collect and print custom dn url for maven/gradle @dd-jy (#289)
- Fix pnpm workspace install and json parsing @dd-jy (#293)
- Remove "Type of change" section from PR default template @woocheol-lge (#292)
- Update CodeRabbit config @soimkim (#291)
- Check npm pkg version existence in registry @dd-jy (#286)
- Change pypi license priority order @dd-jy (#288)
- Update help message @bjk7119 (#284)
- Fix the yarn bug when it checks url exists @dd-jy (#285)
- Fix skipped path log not printed when all_mode @dd-jy (#283)
- Remove duplicated exclude logic for all mode @dd-jy (#282)
- Replace exclude function to fosslight_util @dd-jy (#281)
- Run dotnet restore for all .sln and .csproj @dd-jy (#280)
- Add auto-restore for Nuget CPM projects @dd-jy (#279)
- Add dotnet restore cmd when analyzing nuget @dd-jy (#275)
- Refine npm/yarn dn urls via registry lookup @dd-jy (#278)
- Fix maven direct/transitive bug @dd-jy (#277)
- Fix to detect manifest file when path included @dd-jy (#273)
- Add how to use -e option @bjk7119 (#276)
- Modify comment in scanner info sheet @dd-jy (#274)
- Update supported format @dd-jy (#272)
- Add to get license from pom additionally @dd-jy (#271)
- Distinguish flutter sdk in package list @dd-jy (#270)
- Support yarn dependency tree @dd-jy (#268)
- Remove wheel pkg in pypi oss list @dd-jy (#269)
- Try to install with yarn if npm failed @soimkim (#267)
- Support recursive dependency analysis @dd-jy (#264)
- Update to use pip inspect to get pypi oss info @dd-jy (#263)
- Fix the android detect mode bug @dd-jy (#266)
- Update python support ver 3.10-3.12 @dd-jy (#262)
- Remove the pkg_resources @dd-jy (#261)
- Fix the cargo purl bug @dd-jy (#260)
- Change cargo dn loc with crates.io url @dd-jy (#259)
- Fix nuget api call error @dd-jy (#258)
- Add comment if no manifest but package manager found @dd-jy (#257)
- Add oss version in npm download location @dd-jy (#256)
- Switch download location and homepage for go @dd-jy (#255)
- Retry to get go pkg info when http error @dd-jy (#254)
- Change dn loc and homepage for Npm @dd-jy (#251)
- Fix bug about mvnw cmd @dd-jy (#253)
- Fix to detect pypi install error @dd-jy (#252)
- Fix to retry virtualenv for pypi @dd-jy (#250)
- Add venv into .gitignore @dd-jy (#249)
- Change flake8 github action @dd-jy (#248)