講義
https://prod.rusticilearning.pmi.org/courses/pmilms/302ee391-3a02-4aa8-b069-c795e7f04b36/5/story_content/external_files/GenAIforPPs100223.pdf
課程內容
Introduction to GenAI
Solving PMM Problems with GenAI
The PMI Talent Triangle
緣起
以下內容整理自CNCF
My Container Image has 500 Vulnerabilities, Now What? - Matt Jarvis, Snyk
https://www.youtube.com/watch?v=1fO_xSnwDPg
最近在使用Trivy、Kubescabe等弱掃工具時,常發現K8S內的image一掃下來,Critical、High的弱點一大堆,很多都是屬於Library的弱點,image的版本也是latest了,根本也無從修復或更換image版本,在軟體開發流程中,到底要怎麼處理這種情形?
(圖1) mysql:latest的掃描結果
回歸使用docker的初衷
Key Words
National Institute of Standards and Technology(NIST)
美國國家標準與技術研究所
NIST網路安全框架(Cybersecurity Framework,CSF)
2017年美國第13800號行政命令「強化聯邦網路與關鍵基礎設施之資訊安全」,要求所有聯邦機構須採用CSF
NIST 800-218
2022/02 NIST發表了Secure Software Development Framework (SSDF) Version 1.1: Recommendations for Mitigating the Risk of Software Vulnerabilities
連結
Linux kernel出現了一個新的 cgroups 漏洞,代號為 CVE-2022-0492 ,該漏洞可能被濫用以跳脫容器,進而在主機上執行任意命令
什麼是cgroups?
cgroups 的全名叫做 Control Groups,是 Linux Kernel 中的功能,可以用來限制,控制與隔離 Process 所使用到的系統資源
Allow processes to be organized into hierarchical groups whose usage of various types of resources can then be limited and monitored
參考 第一千零一篇的 cgroups 介紹
Linux 支持兩種 cgroup 架構,稱為 v1 和 v2。此漏洞僅影響 cgroup v1,目前大多使用v1的架構