Skip to content
GitLab
探索
项目
群组
代码片段
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录
切换导航
菜单
打开侧边栏
wazuh
Osquery
提交
06a47218
未验证
提交
06a47218
编辑于
4年前
作者:
Ryan Mack
提交者:
GitHub
4年前
浏览文件
操作
下载
电子邮件补丁
差异文件
ATC fails because journal_mode pragma is blocked by sqlite authorizer (#6999)
Add `journal_mode` to the pragma allow list
上级
552b2d42
master
build_aarch64_run_tests
release/v5.2.3
5.3.0
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.1
5.0.0
4.9.0
4.8.0
4.7.0
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
osquery/sql/sqlite_util.h
+1
-0
osquery/sql/sqlite_util.h
有
1 个添加
和
0 个删除
+1
-0
osquery/sql/sqlite_util.h
+
1
-
0
浏览文件 @
06a47218
...
...
@@ -75,6 +75,7 @@ const std::unordered_set<std::string> kAllowedSQLitePragmas = {
"table_info"
,
"table_xinfo"
,
"function_list"
,
"journal_mode"
,
};
class
SQLiteDBManager
;
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
探索
项目
群组
代码片段