Toggle navigation
mozillazg's Blog
Feed
About
Archives
2021-12-31
通过编写自定义内置函数的方式扩展 OPA/Rego 运行时
2021-12-12
Github Action 的 context 功能容易被攻击者利用实施脚本注入攻击
2021-11-21
The Difference Between Container Privileged Mode and Non-Privileged Mode
2021-11-21
容器特权模式与非特权模式的区别
2021-11-14
通过向 DNS 服务发送 SRV 查询请求获取 kubernetes 集群内所有 Service 信息
2021-10-07
从编译后的二进制可执行文件中解析 Go 项目的依赖包信息
2021-10-07
IP 地址解析库的不同实现导致应用存在安全隐患
2021-10-06
通过给开源项目提交 PR 然后触发 CI 流程的方式获取敏感信息
2021-08-01
binaryless 容器基础镜像
2021-07-31
echo-k8s-webhook: 记录 k8s Admission Webhook 的请求内容
2021-07-25
Pod 从创建到 Running 背后发生了什么
2021-06-06
在 Kubernetes RBAC Role/ClusterRole 规则中使用通配符 *
2021-05-30
shellless, binaryless and distroless container
2021-05-30
shellless 容器、binaryless 容器以及 distroless 容器
2021-05-10
gobpf 使用示例:如何找到一个系统调用对应的可用于 kprobe SEC 的内核函数
«
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
»