본문 바로가기

Patch5

Git Patch 사용하여 소스코드 변경사항 공유 및 적용 방법 Git Patch는 Git 버전 관리 시스템에서 변경사항을 패치 파일로 추출하고, 이를 다른 코드 베이스에 적용하는 기능을 제공합니다. 패치 생성과 적용은 Git에서 매우 유용한 기능으로, 코드 리뷰, 협업, 백업, 변경사항 공유 등 다양한 목적으로 사용될 수 있습니다. Git Patch 생성하기 Git Patch를 생성하는 과정은 변경사항을 파일로 저장하는 것을 의미합니다. 이는 특정 커밋 또는 커밋 범위에 대한 변경사항을 포함할 수 있습니다. 기본 명령어는 다음과 같습니다: 단일 커밋에 대한 패치 생성: git format-patch -1 여러 커밋에 대한 패치 생성: git format-patch .. Git Patch 적용하기 생성된 패치 파일을 다른 Git 저장소나 코드 베이스에 적용하는 과정입.. 2024. 2. 11.
Kubernetes 리소스 정의하는 apply, edit, patch 다양한 해결방법 Kustomize는 Kubernetes 객체의 CLI 구성 관리자로, 레이어링을 활용하여 애플리케이션의 기본 설정을 보존합니다. 이는 원본 매니페스트를 실제로 수정하지 않고도 선언적 YAML 아티팩트를 오버레이하여 기본 설정을 덮어쓰는 방식으로 이루어집니다. Kustomize는 또한 kubectl과 통합되어 있습니다. Kustomize는 Kubernetes 리소스 및 필드를 인식하며 다른 도구들과 달리 단순한 텍스트 템플릿 솔루션이 아닙니다. Kustomize를 사용하면 하나의 기본 파일을 모든 환경 (개발, 스테이징, 프로덕션 등)에서 재사용하고 각 환경에 대한 오버레이 사양을 적용할 수 있습니다. 또한 Kustomize는 Helm 및 Argo CD와 같은 CD 솔루션과 함께 사용할 수 있습니다. Ku.. 2023. 12. 5.
MS12-020 RDP vulnerabilities: Patch, Mitigate, Detect As a follow up to the fact the we've raised the INFOCON level to yellow for MS12-020, a step not taken lightly, it was suggested that we offer a few simple things folks can do to ensure that they're patched appropriately, as well as employ possible mitigations and detection. Specifically, MS12-020 includes KB2671387 (Remote Code Execution - CVE-2012-0002) and KB2667402(Denial of Service - CVE-20.. 2012. 3. 19.
Arirang - Powerful Webserver Security Scanner for Network Arirang is powerful webserver security scanner for network. arirang different most cgi scanners(cgichk, ucgi, whisker, malice, nikto ...) arirang based on twwwscan. designed to network scanner. arirang can help network administrators find security vulnerabilities, auditing and patch in their webservers. this program was originally written under OpenBSD 2.8 2.9 tested on OpenBSD 2.8 2.9 ,FreeBSD .. 2010. 9. 14.
PHP 5.2/5.3 unserialize() 보안버그 PHP 5.2/5.3 unserialize() 보안버그에 대한 분석 결과 공개 http://nibbles.tuxfamily.org/?p=1837#more-1837 5.2.13/5.3.2 까지 문제가 있다고 합니다. A patch was commited on PHP’s SVN a few days ago, but a new version has not been released yet. http://svn.php.net/viewvc?view=revision&revision=300843 2010. 7. 16.