You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageVersionValidator.IsPipInstallCommand(298줄)가 첫 토큰이 정확히 "pip"/"pip3"인지만 본다. "RUN python -m pip install numpy"(첫 토큰이 "python")나 "RUN /usr/bin/pip install numpy"(경로 포함)처럼 흔한 형태는 unpinned여도 검사를 통과했다.
PackageVersionValidator.IsPipInstallCommand(298줄)가 첫 토큰이 정확히 "pip"/"pip3"인지만 본다. "RUN python -m pip install numpy"(첫 토큰이 "python")나 "RUN /usr/bin/pip install numpy"(경로 포함)처럼 흔한 형태는 unpinned여도 검사를 통과했다.
외부 코드 리뷰에서 지적됨.