Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
742f7c4a
authored
2026-02-13 11:35:36 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改查看报告样式
1 parent
495e8aef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
21 deletions
src/views/data_anonymization/components/anonResultAnalysis.vue
src/views/data_anonymization/components/anonResultAnalysis.vue
View file @
742f7c4
<
template
>
<div
style=
"display: flex;justify-content: center;width: 100%;"
>
<div
v-show=
"!isWordStyle"
class=
"analysis-result-main"
>
<div
class=
"reject"
>
<div
class=
"header_title"
v-show=
"analysisResultInfo.rating
<
= 2"
>
<div
class=
"reject"
v-show=
"analysisResultInfo.rating
<
= 2"
>
<div
class=
"header_title"
>
<span
class=
"title_text"
>
{{
analysisResultInfo
.
rating
==
2
?
`匿名化评测结果不符合评测要求,等级为${analysisResultInfo.rating
}
级,重标识符风险大于风险阈值0.05,请重新进行匿名化处理`
:
`匿名化评测结果不符合评测要求,等级为${analysisResultInfo.rating
}
级,包含直接标识符,请重新进行匿名化处理`
}}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -196,17 +196,10 @@
<
/div
>
<
div
v
-
show
=
"isWordStyle"
class
=
"analysis-result-main report-main"
ref
=
"report"
>
<
div
style
=
"font-family: simsun;height: 40px;display: block;line-height: 32px;font-size: 18px;color: #212121;font-weight: 700;text-align: center;margin-top: 10px;margin-bottom: 10px;"
>
匿名化效果评估指标
<
/div
>
<
p
style
=
"font-family: simsun;margin: 0px;font-size: 14px;line-height: 21px;white-space: pre-wrap;color: #212121;"
>
{{
' 依据GB/T 42460-2023《信息安全技术个人信息去标识化效果评估指南》附录D,对去标识化以后的数据集基于K匿名模型进行去标识化效果的评估。'
}}
<
/p
>
<
p
style
=
"font-family: simsun;margin: 0px;font-size: 14px;line-height: 21px;white-space: pre-wrap;color: #212121;"
>
{{
`
总体方案为先计算数据集每行记录、整体数据集的重标识风险,进而计算环境重标识攻击概率,最后再结合环境重标识攻击概率计算整个数据集的重标识整体风险。去标识化效果评估结果为${analysisResultInfo.rating
+ '级'
}
。具体指标如下:`
}}
<
/p
>
style
=
"font-family: simsun;height: 40px;display: block;line-height: 32px;font-size: 18px;color: #212121;font-weight: 700;text-align: center;margin-top: 10px;margin-bottom: 10px;"
>
匿名化效果评估指标
<
/div
>
<
p
style
=
"font-family: simsun;margin: 0px;font-size: 14px;line-height: 21px;white-space: pre-wrap;color: #212121;"
>
{{
' 依据GB/T 42460-2023《信息安全技术个人信息去标识化效果评估指南》附录D,对去标识化以后的数据集基于K匿名模型进行去标识化效果的评估。'
}}
<
/p
>
<
p
style
=
"font-family: simsun;margin: 0px;font-size: 14px;line-height: 21px;white-space: pre-wrap;color: #212121;"
>
{{
` 总体方案为先计算数据集每行记录、整体数据集的重标识风险,进而计算环境重标识攻击概率,最后再结合环境重标识攻击概率计算整个数据集的重标识整体风险。去标识化效果评估结果为${analysisResultInfo.rating + '级'
}
。具体指标如下:`
}}
<
/p
>
<
div
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;font-weight: 700;margin: 8px 0px;"
>
匿名化结果分析
<
/div
>
...
...
@@ -250,9 +243,7 @@
<
div
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;font-weight: 700;margin: 8px 0px 4px;"
>
重标识风险表
<
/div
>
<
div
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;margin-bottom: 4px;white-space: pre-wrap;"
>
{{
' 门限阈值的取值:完全公开共享数据发布,取值 1/20;受控公开共享数据发布,取值 1/5;领地公开共享数据发布,取值 1/3。'
}}
<
/div
>
<
div
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;margin-bottom: 4px;white-space: pre-wrap;"
>
{{
' 门限阈值的取值:完全公开共享数据发布,取值 1/20;受控公开共享数据发布,取值 1/5;领地公开共享数据发布,取值 1/3。'
}}
<
/div
>
<
table
border
=
"0"
cellspacing
=
"0"
style
=
"width:100%;word-break: break-all;margin: 0 auto;text-align: center;border-collapse: collapse;color: #212121"
>
<
thead
>
...
...
@@ -277,8 +268,7 @@
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;font-weight: 700;margin: 8px 0px 4px;"
>
内部故意攻击概率
<
/div
>
<
div
v
-
show
=
"oldAnonTaskValueInfo.dataSharingTypeCode != '01'"
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;margin-bottom: 4px;white-space: pre-wrap;"
>
{{
' 重标识数据的动机和能力为低,从重标识攻击可能性分析表可得出在内部攻击方面,重标识攻击概率的取值为0.05。'
}}
<
/div
>
style
=
"font-family: simsun;display: block;line-height: 21px;font-size: 14px;color: #212121;margin-bottom: 4px;white-space: pre-wrap;"
>
{{
' 重标识数据的动机和能力为低,从重标识攻击可能性分析表可得出在内部攻击方面,重标识攻击概率的取值为0.05。'
}}
<
/div
>
<
table
v
-
show
=
"oldAnonTaskValueInfo.dataSharingTypeCode != '01'"
border
=
"0"
cellspacing
=
"0"
style
=
"width:100%;word-break: break-all;margin: 0 auto;text-align: center;border-collapse: collapse;color: #212121;"
>
<
thead
>
...
...
@@ -351,9 +341,7 @@
<
/tr
>
<
/tbody
>
<
/table
>
<
p
v
-
show
=
"analysisResultInfo.rating >= 3"
style
=
"font-family: simsun;margin: 4px 0px 0px;font-size: 14px;line-height: 21px;color: #212121;white-space: pre-wrap;"
>
{{
' 通过识别关键变量,选择标识度高于0.5的属性作为攻击测试的关键变量,在攻击测试中,涉及到的攻击场景,其重标识概率均远小于所接受的风险水平0.05。另外,未发现任何其它可能的安全性问题。'
}}
<
/p
>
<
p
v
-
show
=
"analysisResultInfo.rating >= 3"
style
=
"font-family: simsun;margin: 4px 0px 0px;font-size: 14px;line-height: 21px;color: #212121;white-space: pre-wrap;"
>
{{
' 通过识别关键变量,选择标识度高于0.5的属性作为攻击测试的关键变量,在攻击测试中,涉及到的攻击场景,其重标识概率均远小于所接受的风险水平0.05。另外,未发现任何其它可能的安全性问题。'
}}
<
/p
>
<
/div
>
<
/div
>
<
/template
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment