job51-gitlab-cr-node-skill-prompt-optimize 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@
12
12
  9. 严重问题的定义如下
13
13
  > - 存在安全漏洞(如 SQL 注入、命令注入、敏感信息泄露)
14
14
  > - 可能导致数据丢失/损坏/不一致
15
- > - 引发空指针(如:null对象调用方法/属性;null集合/数组遍历访问;包装类null自动拆箱赋值给基础类型或直接用于条件判断;;Optional误用;方法返回值/入参未判空即使用)、资源泄漏、死锁等运行时崩溃风险
15
+ > - 引发空指针(如:null对象调用方法/属性;null集合/数组遍历访问;包装类null自动拆箱赋值给基础类型或直接用于布尔条件判断;;Optional误用;方法返回值/入参未判空即使用)、资源泄漏、死锁等运行时崩溃风险
16
16
  > - 违反事务一致性或并发安全原则
17
17
  > - 导致核心功能失效或产生错误业务结果
18
18
  > - 引入构建失败、测试失败或高危依赖漏洞
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "job51-gitlab-cr-node-skill-prompt-optimize",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "GitLab merge request code review tool with AI-powered analysis",
5
5
  "main": "index.js",
6
6
  "bin": {