-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathxts.diff
More file actions
508 lines (454 loc) · 71.5 KB
/
xts.diff
File metadata and controls
508 lines (454 loc) · 71.5 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
diff --git a/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md b/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
index e63e0980fbb..25619c6d052 100644
--- a/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
+++ b/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
@@ -96,7 +96,7 @@ The following uses [DAYU200](https://gitee.com/openharmony/vendor_hihope/tree/ma
### Debugging and Verification
-1. Build the battery-specific hats test cases. For details about the build commands and framework setup, see [XTS Subsystem](https://gitee.com/openharmony/xts_hats).
+1. Build the battery-specific hats test cases. For details about the build commands and framework setup, see [XTS Subsystem](https://gitcode.com/openharmony/xts_hats).
2. Run the test cases, and check the test report.
diff --git a/en/readme/xts.md b/en/readme/xts.md
index c317bc53e5f..49649204dab 100644
--- a/en/readme/xts.md
+++ b/en/readme/xts.md
@@ -455,6 +455,6 @@ For details about how to build a HAP, see the JS application development guide o
## Repositories Involved
-[xts\_acts](https://gitee.com/openharmony/xts_acts)
+[xts\_acts](https://gitcode.com/openharmony/xts_acts)
-[xts\_tools](https://gitee.com/openharmony/xts_tools)
\ No newline at end of file
+[xts\_tools](https://gitcode.com/openharmony/xts_tools)
\ No newline at end of file
diff --git a/en/release-notes/OpenHarmony-v1-1-4-LTS.md b/en/release-notes/OpenHarmony-v1-1-4-LTS.md
index b83172b04cb..01fd9954611 100644
--- a/en/release-notes/OpenHarmony-v1-1-4-LTS.md
+++ b/en/release-notes/OpenHarmony-v1-1-4-LTS.md
@@ -91,8 +91,8 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| [I4AJI2](https://gitee.com/openharmony/device_hisilicon_third_party_ffmpeg/issues/I4AJI2) | Upgraded the FFmpeg version to 4.3.1.|
| [I3HXIX](https://gitee.com/openharmony/third_party_NuttX/issues/I3HXIX?from=project-issue) | Fixed the possible system error in the case of multiple processes, which is caused because the kernel operation node of the pipe uses the dirty private field dev.|
| [I4QO9B](https://gitee.com/openharmony/communication_wifi_lite/issues/I4QO9B?from=project-issue) | Fixed freezing when returning from the WLAN list to the home screen.|
-| [I4EPVL](https://gitee.com/openharmony/xts_acts/issues/I4EPVL?from=project-issue) | Temporarily removed the ActsCMSISTest test case since the CMSIS code is not yet compatible with third-party chips.|
-| [I4QQU9](https://gitee.com/openharmony/xts_acts/issues/I4QQU9) | Fixed the issue where the serial port logs contain the board IP address and MAC address when the XTS test suite ActsNetTest is executed on the Hi3516 or Hi3518 board of a small-system device.|
+| [I4EPVL](https://gitcode.com/openharmony/xts_acts/issues/I4EPVL?from=project-issue) | Temporarily removed the ActsCMSISTest test case since the CMSIS code is not yet compatible with third-party chips.|
+| [I4QQU9](https://gitcode.com/openharmony/xts_acts/issues/I4QQU9) | Fixed the issue where the serial port logs contain the board IP address and MAC address when the XTS test suite ActsNetTest is executed on the Hi3516 or Hi3518 board of a small-system device.|
## Known Issues
diff --git a/en/release-notes/OpenHarmony-v1.1.2-LTS.md b/en/release-notes/OpenHarmony-v1.1.2-LTS.md
index 618b579d7a3..2a9cefebec8 100644
--- a/en/release-notes/OpenHarmony-v1.1.2-LTS.md
+++ b/en/release-notes/OpenHarmony-v1.1.2-LTS.md
@@ -88,9 +88,9 @@ The following table lists the issues known in OpenHarmony 1.1.1 that have been r
| Startup | [startup_syspara_lite/pulls/31](https://gitee.com/openharmony/startup_syspara_lite/pulls/31) | The date of the security patch is incorrect. |
| Driver | [drivers_adapter_khdf_linux/pulls/28](https://gitee.com/openharmony/drivers_adapter_khdf_linux/pulls/28) | The CVE-2021-22441 vulnerability is detected. |
| Driver | [drivers_adapter/pulls/50](https://gitee.com/openharmony/drivers_adapter/pulls/50) | The CVE-2021-22480 vulnerability is detected. |
-| Testing | [xts_acts/pulls/294](https://gitee.com/openharmony/xts_acts/pulls/294) | Certain test cases of the fs_posix module are unstable. |
-| Testing | [xts_acts/pulls/287](https://gitee.com/openharmony/xts_acts/pulls/287) | The acts test fails. |
-| Testing | [xts_acts/pulls/283](https://gitee.com/openharmony/xts_acts/pulls/283) | Certain CMSIS test cases fail occasionally. |
-| Testing | [xts_acts/pulls/270](https://gitee.com/openharmony/xts_acts/pulls/270) | The ShmTest.testShmatSHM_REMAP function in the ShmTest.cpp test case of the shared_memory module does not run as expected. |
-| Testing | [xts_acts/pulls/314](https://gitee.com/openharmony/xts_acts/pulls/314) | The test of the net_posix module fails. |
+| Testing | [xts_acts/pulls/294](https://gitcode.com/openharmony/xts_acts/pulls/294) | Certain test cases of the fs_posix module are unstable. |
+| Testing | [xts_acts/pulls/287](https://gitcode.com/openharmony/xts_acts/pulls/287) | The acts test fails. |
+| Testing | [xts_acts/pulls/283](https://gitcode.com/openharmony/xts_acts/pulls/283) | Certain CMSIS test cases fail occasionally. |
+| Testing | [xts_acts/pulls/270](https://gitcode.com/openharmony/xts_acts/pulls/270) | The ShmTest.testShmatSHM_REMAP function in the ShmTest.cpp test case of the shared_memory module does not run as expected. |
+| Testing | [xts_acts/pulls/314](https://gitcode.com/openharmony/xts_acts/pulls/314) | The test of the net_posix module fails. |
diff --git a/en/release-notes/OpenHarmony-v1.1.5-LTS.md b/en/release-notes/OpenHarmony-v1.1.5-LTS.md
index bf6e63c4bde..eec105d1790 100644
--- a/en/release-notes/OpenHarmony-v1.1.5-LTS.md
+++ b/en/release-notes/OpenHarmony-v1.1.5-LTS.md
@@ -91,5 +91,5 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| Issue No.| Description|
| -------- | -------- |
-| [I4VKNM](https://gitee.com/openharmony/xts_acts/issues/I4VKNM) | There is a possibility that the testSigtimedwaitBlock test case fails to run on the Hi3518 development board in the small system.|
+| [I4VKNM](https://gitcode.com/openharmony/xts_acts/issues/I4VKNM) | There is a possibility that the testSigtimedwaitBlock test case fails to run on the Hi3518 development board in the small system.|
| [I4S098](https://gitee.com/openharmony/applications_sample_camera/issues/I4S098) | The system may stop responding when you repeat the following operations on the Hi3516 development board in the small system: Choose **Settings > Wi-Fi**, enter the Wi-Fi list page, and exit.|
diff --git a/en/release-notes/OpenHarmony-v3.0.1-LTS.md b/en/release-notes/OpenHarmony-v3.0.1-LTS.md
index cd207ad519e..af1948067e5 100644
--- a/en/release-notes/OpenHarmony-v3.0.1-LTS.md
+++ b/en/release-notes/OpenHarmony-v3.0.1-LTS.md
@@ -158,10 +158,10 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| Issue No.| Description| Impact| To Be Resolved On|
| -------- | -------- | -------- | -------- |
-| [I4NMXQ](https://gitee.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | The XTS test suites storagefileioperformancejstest and storagefilestabilityjstest cannot be automatically executed on a standard-system device.| This issue is caused by the XTS test suite framework. The test suites can only be manually executed. This issue does not affect functions.| 2022/01/30 |
+| [I4NMXQ](https://gitcode.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | The XTS test suites storagefileioperformancejstest and storagefilestabilityjstest cannot be automatically executed on a standard-system device.| This issue is caused by the XTS test suite framework. The test suites can only be manually executed. This issue does not affect functions.| 2022/01/30 |
| [I4NU92](https://gitee.com/openharmony/communication_wifi/issues/I4NU92) | Mini-system Hi3516_Linux: The ActsLwipTest.bin test suite has a failed test item.| The automatic test case fails to invoke the kernel to read time_out. This issue does not affect the communication function.| 2022/01/15 |
-| [I4NTKG](https://gitee.com/openharmony/xts_acts/issues/I4NTKG) | Two failed items are displayed when the XTS test suite WeekPluralNumberTest is executed.| This is a test case issue and does not affect functions.| 2022/01/15 |
-| [I4OWWM](https://gitee.com/openharmony/xts_acts/issues/I4OWWM) | The JSON file corresponding to the WeekPluralNumbertest module is incorrectly configured. During case execution, the error message "required device does not exist" is displayed.| The JSON file configuration is incorrect. This issue does not affect functions.| 2022/01/15 |
-| [I4MSVV](https://gitee.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | During the XTS test on the standard system, there are three failed items of the HiCollieCppTest cases in the ActsHiCollieCppTest module.| The test suite name is changed. As a result, the test case with the text verification function fails. This issue does not affect functions.| 2022/01/15 |
-| [I4MSWM](https://gitee.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | During the XTS test on the standard system, there is one failed item for faultloggertest in the ActsFaultLoggerTest module.| The test suite name is changed. As a result, the test case with the text verification function fails. This issue does not affect functions.| 2022/01/15 |
+| [I4NTKG](https://gitcode.com/openharmony/xts_acts/issues/I4NTKG) | Two failed items are displayed when the XTS test suite WeekPluralNumberTest is executed.| This is a test case issue and does not affect functions.| 2022/01/15 |
+| [I4OWWM](https://gitcode.com/openharmony/xts_acts/issues/I4OWWM) | The JSON file corresponding to the WeekPluralNumbertest module is incorrectly configured. During case execution, the error message "required device does not exist" is displayed.| The JSON file configuration is incorrect. This issue does not affect functions.| 2022/01/15 |
+| [I4MSVV](https://gitcode.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | During the XTS test on the standard system, there are three failed items of the HiCollieCppTest cases in the ActsHiCollieCppTest module.| The test suite name is changed. As a result, the test case with the text verification function fails. This issue does not affect functions.| 2022/01/15 |
+| [I4MSWM](https://gitcode.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | During the XTS test on the standard system, there is one failed item for faultloggertest in the ActsFaultLoggerTest module.| The test suite name is changed. As a result, the test case with the text verification function fails. This issue does not affect functions.| 2022/01/15 |
| I4NODO | During the test for the Hi3516 board running on a standard-system device, the E2E test of the distributed service hopping fails.| The DM component fails to repeatedly create a group. This issue affects the services that use hopping in the same way as that described in the issue details. Other services are not affected.| 2022/01/30 |
diff --git a/en/release-notes/OpenHarmony-v3.0.2-LTS.md b/en/release-notes/OpenHarmony-v3.0.2-LTS.md
index 49822c1b488..88aa48fca7c 100644
--- a/en/release-notes/OpenHarmony-v3.0.2-LTS.md
+++ b/en/release-notes/OpenHarmony-v3.0.2-LTS.md
@@ -81,9 +81,9 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| Issue No.| Description|
| -------- | -------- |
-| [I4UZ7U](https://gitee.com/openharmony/xts_acts/issues/I4UZ7U?from=project-issue) | There may be 35 failed items during the XTS test on a small-system device.|
-| [I4V2DN](https://gitee.com/openharmony/xts_acts/issues/I4V2DN?from=project-issue) | The execution of two test cases times out during the ActsLwipTest module test.|
-| [I4V3KC](https://gitee.com/openharmony/xts_acts/issues/I4V3KC?from=project-issue) | The test case testPublish0010 fails in the Distributed Scheduler.|
+| [I4UZ7U](https://gitcode.com/openharmony/xts_acts/issues/I4UZ7U?from=project-issue) | There may be 35 failed items during the XTS test on a small-system device.|
+| [I4V2DN](https://gitcode.com/openharmony/xts_acts/issues/I4V2DN?from=project-issue) | The execution of two test cases times out during the ActsLwipTest module test.|
+| [I4V3KC](https://gitcode.com/openharmony/xts_acts/issues/I4V3KC?from=project-issue) | The test case testPublish0010 fails in the Distributed Scheduler.|
| [I4URGA](https://gitee.com/openharmony/applications_sample_camera/issues/I4URGA?from=project-issue) | A blue screen may appear when users search for WLAN signals on the **Settings** page.|
| I4SDCK | An empty path or garbled characters are returned when users run **GetSrcPath** or **GetDataPath** on the Hi3516 development board of a small-system device.|
| [I4T6KZ](https://gitee.com/openharmony/communication_dsoftbus/issues/I4T6KZ) | The execution of **SendMessage** and **SendData4Data** fails during the transmission test.|
@@ -104,15 +104,15 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| Issue No.| Description|
| -------- | -------- |
| [I4UJNU](https://gitee.com/openharmony/applications_settings/issues/I4UJNU) | The WLAN password is displayed in plaintext in the hilog when the WLAN is connected.|
-| [I4MSWM](https://gitee.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | During the XT test, there is one failed item in the faultloggertest case of the ActsFaultLoggerTest module.|
-| [I4MSVV](https://gitee.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | During the XTS test, there are three failed items in the HiCollieCppTest case of the ActsHiCollieCppTest module.|
+| [I4MSWM](https://gitcode.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | During the XT test, there is one failed item in the faultloggertest case of the ActsFaultLoggerTest module.|
+| [I4MSVV](https://gitcode.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | During the XTS test, there are three failed items in the HiCollieCppTest case of the ActsHiCollieCppTest module.|
| I4PPXV | The application icon is missing after a user opens an application, exits the application, and then returns to the home screen.|
| [I4OF9A](https://gitee.com/openharmony/distributeddatamgr_file/issues/I4OF9A?from=project-issue) | The **text** value read by the **file.readText** interface is unstable.|
-| [I4OWWM](https://gitee.com/openharmony/xts_acts/issues/I4OWWM) | The JSON file corresponding to the WeekPluralNumbertest module is incorrectly configured. When a test case is executed, "required device does not exist" is reported, and the test suite cannot be executed.|
-| [I4OUVQ](https://gitee.com/openharmony/xts_tools/issues/I4OUVQ?from=project-issue) | During repeated pressure tests of XTS JS cases, the system stops responding and the test cannot continue.|
-| [I4NMXQ](https://gitee.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | The storagefileioperformancejstest and storagefilestabilityjstest test suites fail to run on XTS.|
-| [I4NTKG](https://gitee.com/openharmony/xts_acts/issues/I4NTKG) | Two failed items are displayed when the XTS test suite WeekPluralNumberTest is executed.|
-| [I4NPHG](https://gitee.com/openharmony/xts_acts/issues/I4NPHG?from=project-issue) | The timer test suite TimerJSApiTest.hap is not compiled with the version.|
+| [I4OWWM](https://gitcode.com/openharmony/xts_acts/issues/I4OWWM) | The JSON file corresponding to the WeekPluralNumbertest module is incorrectly configured. When a test case is executed, "required device does not exist" is reported, and the test suite cannot be executed.|
+| [I4OUVQ](https://gitcode.com/openharmony/xts_tools/issues/I4OUVQ?from=project-issue) | During repeated pressure tests of XTS JS cases, the system stops responding and the test cannot continue.|
+| [I4NMXQ](https://gitcode.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | The storagefileioperformancejstest and storagefilestabilityjstest test suites fail to run on XTS.|
+| [I4NTKG](https://gitcode.com/openharmony/xts_acts/issues/I4NTKG) | Two failed items are displayed when the XTS test suite WeekPluralNumberTest is executed.|
+| [I4NPHG](https://gitcode.com/openharmony/xts_acts/issues/I4NPHG?from=project-issue) | The timer test suite TimerJSApiTest.hap is not compiled with the version.|
**Table 5** Fixed security vulnerabilities
diff --git a/en/release-notes/OpenHarmony-v3.0.3-LTS.md b/en/release-notes/OpenHarmony-v3.0.3-LTS.md
index 356ce5ce790..761a9dcce4f 100644
--- a/en/release-notes/OpenHarmony-v3.0.3-LTS.md
+++ b/en/release-notes/OpenHarmony-v3.0.3-LTS.md
@@ -89,7 +89,7 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| I4WRWM | Some TDD test cases are unavailable in the **aafwk_aafwk_lite** repository.|
| [I4VPVY](https://gitee.com/openharmony/applications_sample_camera/issues/I4VPVY) | In the Hi3516D V300 development board running on a mini-system device, a user searches for Wi-Fi in **Settings** and touches the back button twice to return to the home screen. No application can be started from the home screen.|
| [I4UTY0](https://gitee.com/openharmony/applications_photos/issues/I4UTY0) | The HP copyright statement exists in the metadata of the **1.jpg** file in **demos**.|
-| [I4TP6D](https://gitee.com/openharmony/xts_acts/issues/I4TP6D) | The ActsWorkerJSTest test suite newly added for the Hi3516 development board running on a standard-system device cannot be executed properly.|
+| [I4TP6D](https://gitcode.com/openharmony/xts_acts/issues/I4TP6D) | The ActsWorkerJSTest test suite newly added for the Hi3516 development board running on a standard-system device cannot be executed properly.|
**Table 4** Resolved security vulnerabilities
diff --git a/en/release-notes/OpenHarmony-v3.0.5-LTS.md b/en/release-notes/OpenHarmony-v3.0.5-LTS.md
index 7c39ba86e60..d4d36a0bdf6 100644
--- a/en/release-notes/OpenHarmony-v3.0.5-LTS.md
+++ b/en/release-notes/OpenHarmony-v3.0.5-LTS.md
@@ -113,7 +113,7 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| [I4YB87](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YB87) | No image is generated when the system camera is used to take a photo. This issue occurs only for the Hi3516D V300 development board running on a small-system device (Linux).|
| [I4YAGS](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YAGS?from=project-issue) | A blue screen is displayed when the system camera is accessed. This issue occurs only for the Hi3516D V300 development board running on a small-system device (Linux).|
| [I59FZ7](https://gitee.com/openharmony/telephony_core_service/issues/I59FZ7) | Test cases of the telephony subsystem fail to run on standard-system devices.|
-| [I4Z2MI](https://gitee.com/openharmony/xts_acts/issues/I4Z2MI) | All test cases of the actsWifiJSApiTest, ActsHotSpotJSApiTest, and ActsP2PJSApiTest modules fail to run on standard-system devices.|
+| [I4Z2MI](https://gitcode.com/openharmony/xts_acts/issues/I4Z2MI) | All test cases of the actsWifiJSApiTest, ActsHotSpotJSApiTest, and ActsP2PJSApiTest modules fail to run on standard-system devices.|
## Fixed Security Vulnerabilities
diff --git a/en/release-notes/OpenHarmony-v3.1.2-release.md b/en/release-notes/OpenHarmony-v3.1.2-release.md
index 5b68841d304..1493c478ed8 100644
--- a/en/release-notes/OpenHarmony-v3.1.2-release.md
+++ b/en/release-notes/OpenHarmony-v3.1.2-release.md
@@ -126,7 +126,7 @@ For details about the adaptation status, see [SIG-Devboard](https://gitee.com/op
| Subsystem| Description|
| -------- | -------- |
-| ACTS subsystem| - One test case of the ActsFeatureAbilityTest module fails to run. ([I5G8Q5](https://gitee.com/openharmony/xts_acts/issues/I5G8Q5))<br>- The **target** parameter in the USB SDK is not covered. ([I5FU0F](https://gitee.com/openharmony/xts_acts/issues/I5FU0F))<br>- Test cases in **graphic/webGL/src/main/js/default/test** are not covered. ([I5FMJJ](https://gitee.com/openharmony/xts_acts/issues/I5FMJJ))<br>- Twenty-two test cases of the ActsFeatureAbilityTest module fail to run. ([I5FILR](https://gitee.com/openharmony/xts_acts/issues/I5FILR))<br>- The reference '\@ohos.napi_context' of **graphic/webGL/src/main/js/default/test** in the WebGL is not used. ([I5FAF7](https://gitee.com/openharmony/xts_acts/issues/I5FAF7))<br>- The **Test.json** file of the ActsAudioManagerJsTest module is incorrectly configured. ([I5EJPP](https://gitee.com/openharmony/xts_acts/issues/I5EJPP))<br>- The capitalization of the **ohos.multimedia.mediaLibrary** test case package is incorrect. ([I5EJ3W](https://gitee.com/openharmony/xts_acts/issues/I5EJ3W))<br>- Four test suites corresponding to the common event and notification subsystem fail to run. ([I5EA00](https://gitee.com/openharmony/xts_acts/issues/I5EA00))<br>- There is an API exception of the test suite introduced by the **index.js** source code of the ActsUpdateJsTest module. ([I5D5BV](https://gitee.com/openharmony/xts_acts/issues/I5D5BV))<br>- The command configured in **Test.json** cannot create a directory for push resources. ([I5D50G](https://gitee.com/openharmony/xts_acts/issues/I5D50G))<br>- Certain test cases of the ActsAnsActiveTest test suite are incompatible. ([I5BQB0](https://gitee.com/openharmony/xts_acts/issues/I5BQB0))<br>- Five test cases of the ActsStServiceAbilityClientCaseTest module fail to run. ([I5GHRE](https://gitee.com/openharmony/xts_acts/issues/I5GHRE))<br>- Two test cases of the ActsSubscriberTestUnorderSystemTest module fail to run. ([I5GHP5](https://gitee.com/openharmony/xts_acts/issues/I5GHP5))<br>- The test suites of the ActsAudioRecorderJsTest and ActsMediaLibraryJsTest modules cannot be executed. ([I5H431](https://gitee.com/openharmony/xts_acts/issues/I5H431))|
+| ACTS subsystem| - One test case of the ActsFeatureAbilityTest module fails to run. ([I5G8Q5](https://gitcode.com/openharmony/xts_acts/issues/I5G8Q5))<br>- The **target** parameter in the USB SDK is not covered. ([I5FU0F](https://gitcode.com/openharmony/xts_acts/issues/I5FU0F))<br>- Test cases in **graphic/webGL/src/main/js/default/test** are not covered. ([I5FMJJ](https://gitcode.com/openharmony/xts_acts/issues/I5FMJJ))<br>- Twenty-two test cases of the ActsFeatureAbilityTest module fail to run. ([I5FILR](https://gitcode.com/openharmony/xts_acts/issues/I5FILR))<br>- The reference '\@ohos.napi_context' of **graphic/webGL/src/main/js/default/test** in the WebGL is not used. ([I5FAF7](https://gitcode.com/openharmony/xts_acts/issues/I5FAF7))<br>- The **Test.json** file of the ActsAudioManagerJsTest module is incorrectly configured. ([I5EJPP](https://gitcode.com/openharmony/xts_acts/issues/I5EJPP))<br>- The capitalization of the **ohos.multimedia.mediaLibrary** test case package is incorrect. ([I5EJ3W](https://gitcode.com/openharmony/xts_acts/issues/I5EJ3W))<br>- Four test suites corresponding to the common event and notification subsystem fail to run. ([I5EA00](https://gitcode.com/openharmony/xts_acts/issues/I5EA00))<br>- There is an API exception of the test suite introduced by the **index.js** source code of the ActsUpdateJsTest module. ([I5D5BV](https://gitcode.com/openharmony/xts_acts/issues/I5D5BV))<br>- The command configured in **Test.json** cannot create a directory for push resources. ([I5D50G](https://gitcode.com/openharmony/xts_acts/issues/I5D50G))<br>- Certain test cases of the ActsAnsActiveTest test suite are incompatible. ([I5BQB0](https://gitcode.com/openharmony/xts_acts/issues/I5BQB0))<br>- Five test cases of the ActsStServiceAbilityClientCaseTest module fail to run. ([I5GHRE](https://gitcode.com/openharmony/xts_acts/issues/I5GHRE))<br>- Two test cases of the ActsSubscriberTestUnorderSystemTest module fail to run. ([I5GHP5](https://gitcode.com/openharmony/xts_acts/issues/I5GHP5))<br>- The test suites of the ActsAudioRecorderJsTest and ActsMediaLibraryJsTest modules cannot be executed. ([I5H431](https://gitcode.com/openharmony/xts_acts/issues/I5H431))|
| SDK subsystem| - There are bugs related to the Previewer.<br>- There are bugs related to C++ project debugging.|
| Application subsystem| - Notification management does not function as expected. ([I5FLLB](https://gitee.com/openharmony/applications_systemui/issues/I5FLLB))<br>- Notepad has certain bugs. ([5FJGJ](https://gitee.com/openharmony/applications_notes/issues/I5FJGJ), [I5FJ9L](https://gitee.com/openharmony/applications_notes/issues/I5FJ9L), [I5FJCS](https://gitee.com/openharmony/applications_notes/issues/I5FJCS))|
diff --git a/en/release-notes/OpenHarmony-v3.1.7-release.md b/en/release-notes/OpenHarmony-v3.1.7-release.md
index 8de610fed16..ea7e3e39970 100644
--- a/en/release-notes/OpenHarmony-v3.1.7-release.md
+++ b/en/release-notes/OpenHarmony-v3.1.7-release.md
@@ -110,7 +110,7 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| Subsystem | Description |
| ------------ | ------------------------------------------------------------ |
-| Application subsystem | When a user accesses **Contacts**, the default page **No contacts** flashes and the contact list is displayed. ([I5ET9R](https://gitee.com/openharmony/applications_contacts/issues/I5ET9R))<br>A widget is created and pushed to the RK3568 development board. It is then added to the home screen. When a user holds the widget on the home screen, the page showing **Service widget** and **Remove** is displayed, and the application is opened. ([I5YB1O](https://gitee.com/openharmony/applications_hap/issues/I5YB1O))<br>A cpp crash issue is detected using the tool. ([I65H83](https://gitee.com/openharmony/applications_permission_manager/issues/I65H83)).<br>A cpp crash issue is detected using the tool. ([I65TVW](https://gitee.com/openharmony/applications_permission_manager/issues/I65TVW)).<br>Memory leakage occurs when a user repeatedly clicks **Recent** on **Launcher**. ([I67SRG](https://gitee.com/openharmony/xts_acts/issues/I67SRG))|
+| Application subsystem | When a user accesses **Contacts**, the default page **No contacts** flashes and the contact list is displayed. ([I5ET9R](https://gitee.com/openharmony/applications_contacts/issues/I5ET9R))<br>A widget is created and pushed to the RK3568 development board. It is then added to the home screen. When a user holds the widget on the home screen, the page showing **Service widget** and **Remove** is displayed, and the application is opened. ([I5YB1O](https://gitee.com/openharmony/applications_hap/issues/I5YB1O))<br>A cpp crash issue is detected using the tool. ([I65H83](https://gitee.com/openharmony/applications_permission_manager/issues/I65H83)).<br>A cpp crash issue is detected using the tool. ([I65TVW](https://gitee.com/openharmony/applications_permission_manager/issues/I65TVW)).<br>Memory leakage occurs when a user repeatedly clicks **Recent** on **Launcher**. ([I67SRG](https://gitcode.com/openharmony/xts_acts/issues/I67SRG))|
| Multimedia subsystem | There is a high probability that the home screen crashes when a user opens **Gallery**, touches the **Albums** tab, and then touches **Camera**. ([I5QUSZ](https://gitee.com/openharmony/applications_hap/issues/I5QUSZ))<br>A cpp crash issue is detected using the tool. ([I65GZ1](https://gitee.com/openharmony/multimedia_medialibrary_standard/issues/I65GZ1))|
| Globalization subsystem| A cpp crash issue is detected using the tool. ([I65GR8](https://gitee.com/openharmony/global_resmgr_standard/issues/I65GR8))|
| Accessibility subsystem| The test report of an injection attack test shows that the **ohos.accessibility.IAccessibleAbilityManagerServiceClient** API has an injection exception. ([I65PHE](https://gitee.com/openharmony/accessibility/issues/I65PHE))|
@@ -148,4 +148,4 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| Issue No. | Description | Impact | To Be Resolved By|
| ------------------------------------------------------------ | -------------------------------------- | -------------- | ------------ |
-| [I6HAUC](https://gitee.com/openharmony/xts_acts/issues/I6HAUC) | [3.1] When the Windows API is called, the mouse is distorted in landscape/portrait mode.| Developer experience is affected.| 2023-04-28 |
+| [I6HAUC](https://gitcode.com/openharmony/xts_acts/issues/I6HAUC) | [3.1] When the Windows API is called, the mouse is distorted in landscape/portrait mode.| Developer experience is affected.| 2023-04-28 |
diff --git a/en/release-notes/OpenHarmony-v4.0.4-release.md b/en/release-notes/OpenHarmony-v4.0.4-release.md
index ff06defa6c6..d9cab767308 100644
--- a/en/release-notes/OpenHarmony-v4.0.4-release.md
+++ b/en/release-notes/OpenHarmony-v4.0.4-release.md
@@ -132,7 +132,7 @@ For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/op
| [IAMISK](https://gitee.com/openharmony/napi_generator/issues/IAMISK?from=project-issue) | Static warnings of the napi_generator repository in OpenHarmony 4.0 Release.|
| [IAP63C](https://gitee.com/openharmony/arkui_ace_engine/issues/IAP63C?from=project-issue) | There are errors in loading files from absolute paths for plugins.|
| [IANK71](https://gitee.com/openharmony/applications_hap/issues/IANK71?from=project-issue) | Abnormal deletions in the Gallery HAP archiving process.|
-| [IALIBN](https://gitee.com/openharmony/xts_hats/issues/IALIBN?from=project-issue) | Defective logic for the test cases of the xts_hats/hdf/INPUT module.|
+| [IALIBN](https://gitcode.com/openharmony/xts_hats/issues/IALIBN?from=project-issue) | Defective logic for the test cases of the xts_hats/hdf/INPUT module.|
| [IALKY4](https://gitee.com/openharmony/drivers_peripheral/issues/IALKY4?from=project-issue) | Security compilation option SP for audio_manager_service in OpenHarmony 4.0 Release.|
## Fixed Security Vulnerabilities
diff --git a/en/release-notes/OpenHarmony-v4.1.2-release.md b/en/release-notes/OpenHarmony-v4.1.2-release.md
index c734f359624..851089b3a52 100644
--- a/en/release-notes/OpenHarmony-v4.1.2-release.md
+++ b/en/release-notes/OpenHarmony-v4.1.2-release.md
@@ -97,14 +97,14 @@ repo forall -c 'git lfs pull'
| [IB7KDL](https://gitee.com/openharmony/applications_screenlock/issues/IB7KDL?from=project-issue) | [RK3568] After canceling the lock screen password, relocking and unlocking still requires a password input, and the previously used password is ineffective.|
| [IB7KDI](https://gitee.com/openharmony/applications_screenlock/issues/IB7KDI?from=project-issue) | [RK3568] On the mixed password unlock screen, the first character entered is not fully displayed. |
| [IB7KGX](https://gitee.com/openharmony/applications_launcher/issues/IB7KGX?from=project-issue) | [RK3568] After a normal firmware update, the home screen icon layout becomes disordered. |
-| [IB8YCY](https://gitee.com/openharmony/xts_acts/issues/IB8YCY?from=project-issue) | [RK3568] The ACTS suite ActsNetManagerHttpEtsTest fails to be executed. |
+| [IB8YCY](https://gitcode.com/openharmony/xts_acts/issues/IB8YCY?from=project-issue) | [RK3568] The ACTS suite ActsNetManagerHttpEtsTest fails to be executed. |
| [IAPYJN](https://gitee.com/openharmony/multimedia_media_lite/issues/IAPYJN?from=project-issue) | [Small-system LiteOS] After a video in Gallery finishes playing, clicking to replay results in a blue screen.|
-| [IB21XU](https://gitee.com/openharmony/xts_hats/issues/IB21XU?from=project-issue) | [RK3568] The HATS suites HatsHdfAudioIdlRenderAdditionalTest and HatsHdfAudioIdlCaptureAdditionalTest fail to be executed.|
-| [IB68WS](https://gitee.com/openharmony/xts_acts/issues/IB68WS?from=project-issue) | [RK3568] The ACTS suite ActsAceWebEnhancedTestTwo has one failed test case.|
+| [IB21XU](https://gitcode.com/openharmony/xts_hats/issues/IB21XU?from=project-issue) | [RK3568] The HATS suites HatsHdfAudioIdlRenderAdditionalTest and HatsHdfAudioIdlCaptureAdditionalTest fail to be executed.|
+| [IB68WS](https://gitcode.com/openharmony/xts_acts/issues/IB68WS?from=project-issue) | [RK3568] The ACTS suite ActsAceWebEnhancedTestTwo has one failed test case.|
| [I90N04](https://gitee.com/openharmony/applications_settings/issues/I90N04?from=project-issue) | [RK3568] Under **Settings > System > Factory reset**, upon entering the factory reset page, the text on the screen is disordered and there is no reset button.|
-| [IAX7SV](https://gitee.com/openharmony/xts_acts/issues/IAX7SV?from=project-issue) | [RK3568] The ACTS suite ActsAceWebEnhancedTestTwo has one failed test case.|
+| [IAX7SV](https://gitcode.com/openharmony/xts_acts/issues/IAX7SV?from=project-issue) | [RK3568] The ACTS suite ActsAceWebEnhancedTestTwo has one failed test case.|
| [I9PQ6I](https://gitee.com/openharmony-sig/ability_form_runtime/issues/I9PQ6I?from=project-issue) | [RK3568] A static widget becomes transparent a few seconds after it is added.|
-| [IATPGW](https://gitee.com/openharmony/xts_acts/issues/IATPGW?from=project-issue) | [RK3568] The ACTS suite ActsRequestAuthorityTest has six failed test cases.|
+| [IATPGW](https://gitcode.com/openharmony/xts_acts/issues/IATPGW?from=project-issue) | [RK3568] The ACTS suite ActsRequestAuthorityTest has six failed test cases.|
| [I9NDZE](https://gitee.com/openharmony/accessibility/issues/I9NDZE?from=project-issue) | [RK3568] After restarting the phone, upgrading an application, or switching accounts, services that were previously running cannot be automatically restarted.|
| [I9SI9E](https://gitee.com/openharmony/web_webview/issues/I9SI9E?from=project-issue) | [RK3568] The overscroll function fails.|
| [I9PQFE](https://gitee.com/openharmony/window_window_manager/issues/I9PQFE?from=project-issue) | [RK3568] After the decoration bar is configured, clicking the split-screen button and then clicking the snapshot to be split-screened does not result in a split-screen.|
@@ -133,7 +133,7 @@ repo forall -c 'git lfs pull'
| [IAF5SS](https://gitee.com/openharmony/security_privacy_center/issues/IAF5SS?from=project-issue) | [RK3568] When a user enables or disables a user certificate in a dialog box, the dialog box is moved to the right, exceeding the screen.|
| [I9GLKF](https://gitee.com/openharmony/applications_app_samples/issues/I9GLKF?from=project-issue) | [RK3568] [Sample] During a phone call, detailed information about the call status does not contain the phone number.|
| [I9OZC2](https://gitee.com/openharmony/multimodalinput_input/issues/I9OZC2?from=project-issue) | [RK3568] When the mouse cursor style is set to 41 (corresponding to **pointer.PointerStyle.CURSOR_CIRCLE**), the mouse cursor becomes invisible.|
-| [IA5EDU](https://gitee.com/openharmony/xts_acts/issues/IA5EDU?from=project-issue) | [RK3568] The XTS test suite ActsNativeAVScreenCaptureTest fails to execute in version 4.1.|
+| [IA5EDU](https://gitcode.com/openharmony/xts_acts/issues/IA5EDU?from=project-issue) | [RK3568] The XTS test suite ActsNativeAVScreenCaptureTest fails to execute in version 4.1.|
| [I9UKT8](https://gitee.com/openharmony/ability_dmsfwk/issues/I9UKT8?from=project-issue) | [RK3568] The version compatibility test suite DctsDmsHapTest has failed test cases.|
| [I9VJLA](https://gitee.com/openharmony/multimedia_audio_framework/issues/I9VJLA?from=project-issue) | [RK3568] The system fails to read recorded internal resources.|
| [I9F8M0](https://gitee.com/openharmony/applications_app_samples/issues/I9F8M0?from=project-issue) | [RK3568] In CertificateFramework, a maximum of 100 characters can be entered in the text box. However, the generated data can exceed this limit (for example, 592/100), which is not user-friendly.|
@@ -141,13 +141,13 @@ repo forall -c 'git lfs pull'
| [I93ONW](https://gitee.com/openharmony/drivers_peripheral/issues/I93ONW?from=project-issue) | [RK3568] The resolution in the image names dumped by rkusb camera does not match the actual resolution.|
| [I9SSRV](https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I9SSRV?from=project-issue) | [RK3568] The UT test runtime_core_host_unittest has failed items.|
| [I9PIQK](https://gitee.com/openharmony/applications_notes/issues/I9PIQK?from=project-issue) | [RK3568] When the indentation of the text in a memo is adjusted, saved, and the application is closed, the text appears without indentation upon reopening.|
-| [I9QC3M](https://gitee.com/openharmony/xts_acts/issues/I9QC3M?from=project-issue) | [RK3568] There are defects in the ACTS test suite.|
+| [I9QC3M](https://gitcode.com/openharmony/xts_acts/issues/I9QC3M?from=project-issue) | [RK3568] There are defects in the ACTS test suite.|
| [I9R5MJ](https://gitee.com/openharmony/bundlemanager_bundle_framework/issues/I9R5MJ?from=project-issue) | [RK3568] After the **verifyAbc** interface is called to place an invalid .abc file, the abc file remains in the installation directory.|
| [I934K9](https://gitee.com/openharmony/testfwk_arkxtest/issues/I934K9?from=project-issue) | [RK3568]The assertPromiseIs assertion function behaves abnormally.|
| [I9PPPN](https://gitee.com/openharmony/systemabilitymgr_samgr/issues/I9PPPN?from=project-issue) | [RK3568] After log flushing is enabled and the device is restarted, the log "SystemWaitParameter failed!" is printed.|
-| [I9Q6OD](https://gitee.com/openharmony/xts_dcts/issues/I9Q6OD?from=project-issue) | [RK3568] There is a possibility that the test suite in OpenHarmony 4.1 Release fails.|
+| [I9Q6OD](https://gitcode.com/openharmony/xts_dcts/issues/I9Q6OD?from=project-issue) | [RK3568] There is a possibility that the test suite in OpenHarmony 4.1 Release fails.|
| [I9NCRP](https://gitee.com/openharmony/drivers_hdf_core/issues/I9NCRP?from=project-issue) | [RK3568] The output of the **./hdf_dbg -q -1** command is abnormal.|
-| [I9OWYO](https://gitee.com/openharmony/xts_acts/issues/I9OWYO?from=project-issue) | [RK3568] Some test cases in the security components fail.|
+| [I9OWYO](https://gitcode.com/openharmony/xts_acts/issues/I9OWYO?from=project-issue) | [RK3568] Some test cases in the security components fail.|
**Table 4** Fixed security vulnerabilities
diff --git a/zh-cn/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md b/zh-cn/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
index 23bd1f93244..e9ea582c236 100644
--- a/zh-cn/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
+++ b/zh-cn/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
@@ -96,7 +96,7 @@ Linux调测环境,相关要求和配置可参考《[快速入门](../quick-sta
### 调测验证
-1. 编译battery对应的hats测试用例,编译命令与框架搭建参考[XTS子系统](https://gitee.com/openharmony/xts_hats)。
+1. 编译battery对应的hats测试用例,编译命令与框架搭建参考[XTS子系统](https://gitcode.com/openharmony/xts_hats)。
2. 用框架执行测试,输出测试报告。
diff --git "a/zh-cn/readme/XTS\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/XTS\345\255\220\347\263\273\347\273\237.md"
index 35ef584fb94..eb074f336d1 100755
--- "a/zh-cn/readme/XTS\345\255\220\347\263\273\347\273\237.md"
+++ "b/zh-cn/readme/XTS\345\255\220\347\263\273\347\273\237.md"
@@ -649,7 +649,7 @@ hap包编译请参考[标准系统js应用开发指导](https://developer.harmon
## 相关仓<a name="section1371113476307"></a>
-[xts\_acts](https://gitee.com/openharmony/xts_acts)
+[xts\_acts](https://gitcode.com/openharmony/xts_acts)
-[xts\_tools](https://gitee.com/openharmony/xts_tools)
+[xts\_tools](https://gitcode.com/openharmony/xts_tools)
diff --git a/zh-cn/release-notes/OpenHarmony-v1-1-4-LTS.md b/zh-cn/release-notes/OpenHarmony-v1-1-4-LTS.md
index 879fa99eb70..7a7eb5d5dc5 100644
--- a/zh-cn/release-notes/OpenHarmony-v1-1-4-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v1-1-4-LTS.md
@@ -91,8 +91,8 @@ repo forall -c 'git lfs pull'
| [I4AJI2](https://gitee.com/openharmony/device_hisilicon_third_party_ffmpeg/issues/I4AJI2) | 升级ffmpeg版本到4.3.1版本 |
| [I3HXIX](https://gitee.com/openharmony/third_party_NuttX/issues/I3HXIX?from=project-issue) | 修复多进程情况下,pipe的内核操作节点存在使用脏私有字段dev,导致系统概率异常的问题 |
| [I4QO9B](https://gitee.com/openharmony/communication_wifi_lite/issues/I4QO9B?from=project-issue) | 修复WLAN从列表退出到桌面卡住的问题 |
-| [I4EPVL](https://gitee.com/openharmony/xts_acts/issues/I4EPVL?from=project-issue) | CMSIS的代码与第三方芯片不兼容,暂时下架ActsCMSISTest测试用例 |
-| [I4QQU9](https://gitee.com/openharmony/xts_acts/issues/I4QQU9) | 小型设备Hi3516&Hi3518执行xts测试套ActsNetTest时串口日志出现板端IP和mac地址 |
+| [I4EPVL](https://gitcode.com/openharmony/xts_acts/issues/I4EPVL?from=project-issue) | CMSIS的代码与第三方芯片不兼容,暂时下架ActsCMSISTest测试用例 |
+| [I4QQU9](https://gitcode.com/openharmony/xts_acts/issues/I4QQU9) | 小型设备Hi3516&Hi3518执行xts测试套ActsNetTest时串口日志出现板端IP和mac地址 |
## 遗留缺陷列表
diff --git a/zh-cn/release-notes/OpenHarmony-v1.1.2-LTS.md b/zh-cn/release-notes/OpenHarmony-v1.1.2-LTS.md
index ca3c8d336f2..24ea6da8f8d 100644
--- a/zh-cn/release-notes/OpenHarmony-v1.1.2-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v1.1.2-LTS.md
@@ -89,10 +89,10 @@ repo forall -c 'git lfs pull'
| 启动 | [startup_syspara_lite/pulls/31](https://gitee.com/openharmony/startup_syspara_lite/pulls/31) | 修改安全补丁日期 |
| 驱动 | [drivers_adapter_khdf_linux/pulls/28](https://gitee.com/openharmony/drivers_adapter_khdf_linux/pulls/28) | 修复CVE-2021-22441安全漏洞 |
| | [drivers_adapter/pulls/50](https://gitee.com/openharmony/drivers_adapter/pulls/50) | 修复CVE-2021-22480安全漏洞 |
-| 测试 | [xts_acts/pulls/294](https://gitee.com/openharmony/xts_acts/pulls/294) | 删除fs_posix模块的不稳定测试用例 |
-| | [xts_acts/pulls/287](https://gitee.com/openharmony/xts_acts/pulls/287) | 修复acts测试失败的相关问题 |
-| | [xts_acts/pulls/283](https://gitee.com/openharmony/xts_acts/pulls/283) | 修复CMSIS测试部分用例概率失败问题 |
-| | [xts_acts/pulls/270](https://gitee.com/openharmony/xts_acts/pulls/270) | 修改不稳定用例:shared_memory 模块ShmTest.cpp用例ShmTest.testShmatSHM_REMAP 未按照预想逻辑运行问题。 |
-| | [xts_acts/pulls/314](https://gitee.com/openharmony/xts_acts/pulls/314) | 修复net_posix模块测试卡死问题 |
+| 测试 | [xts_acts/pulls/294](https://gitcode.com/openharmony/xts_acts/pulls/294) | 删除fs_posix模块的不稳定测试用例 |
+| | [xts_acts/pulls/287](https://gitcode.com/openharmony/xts_acts/pulls/287) | 修复acts测试失败的相关问题 |
+| | [xts_acts/pulls/283](https://gitcode.com/openharmony/xts_acts/pulls/283) | 修复CMSIS测试部分用例概率失败问题 |
+| | [xts_acts/pulls/270](https://gitcode.com/openharmony/xts_acts/pulls/270) | 修改不稳定用例:shared_memory 模块ShmTest.cpp用例ShmTest.testShmatSHM_REMAP 未按照预想逻辑运行问题。 |
+| | [xts_acts/pulls/314](https://gitcode.com/openharmony/xts_acts/pulls/314) | 修复net_posix模块测试卡死问题 |
diff --git a/zh-cn/release-notes/OpenHarmony-v1.1.5-LTS.md b/zh-cn/release-notes/OpenHarmony-v1.1.5-LTS.md
index 1bf13687086..9271478f246 100644
--- a/zh-cn/release-notes/OpenHarmony-v1.1.5-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v1.1.5-LTS.md
@@ -91,5 +91,5 @@ repo forall -c 'git lfs pull'
| ISSUE单号 | 问题描述 |
| -------- | -------- |
-| [I4VKNM](https://gitee.com/openharmony/xts_acts/issues/I4VKNM) | 小型系统Hi3518开发板执行testSigtimedwaitBlock用例时概率性失败 |
+| [I4VKNM](https://gitcode.com/openharmony/xts_acts/issues/I4VKNM) | 小型系统Hi3518开发板执行testSigtimedwaitBlock用例时概率性失败 |
| [I4S098](https://gitee.com/openharmony/applications_sample_camera/issues/I4S098) | 小型系统Hi3516开发板点击设置-WiFi,进入WiFi列表界面后退出,重复此操作会使开发板概率性无响应 |
diff --git a/zh-cn/release-notes/OpenHarmony-v3.0.1-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0.1-LTS.md
index 02443e1d8f5..a8b63af5994 100644
--- a/zh-cn/release-notes/OpenHarmony-v3.0.1-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v3.0.1-LTS.md
@@ -158,10 +158,10 @@ repo forall -c 'git lfs pull'
| ISSUE | 问题描述 | 影响 | 计划解决日期 |
| -------- | -------- | -------- | -------- |
-| [I4NMXQ](https://gitee.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | 标准系统XTS执行storagefileioperformancejstest和storagefilestabilityjstest测试套无法自动执行 | XTS测试套框架问题,分布式文件子系统自动化x-device无法执行测试套,可以手动执行,对功能无影响 | 2022/1/30 |
+| [I4NMXQ](https://gitcode.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | 标准系统XTS执行storagefileioperformancejstest和storagefilestabilityjstest测试套无法自动执行 | XTS测试套框架问题,分布式文件子系统自动化x-device无法执行测试套,可以手动执行,对功能无影响 | 2022/1/30 |
| [I4NU92](https://gitee.com/openharmony/communication_wifi/issues/I4NU92) | 轻量系统3516_Linux ActsLwipTest.bin测试套测试存在一条失败项 | 自动化测试用例调用内核读取time_out失败,对通信功能无影响 | 2022/1/15 |
-| [I4NTKG](https://gitee.com/openharmony/xts_acts/issues/I4NTKG) | 执行XTS测试套WeekPluralNumberTest出现两条失败项 | 测试套用例问题,不影响实际功能 | 2022/1/15 |
-| [I4OWWM](https://gitee.com/openharmony/xts_acts/issues/I4OWWM) | WeekPluralNumbertest模块对应json文件配置的有问题,执行用例时报"required device does not exist"导致UN | json文件配置问题,不影响功能 | 2022/1/15 |
-| [I4MSVV](https://gitee.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | 标准系统XTS测试执行测试ActsHiCollieCppTest模块HiCollieCppTest用例3条失败项 | 测试套名称变更导致存在文本校验功能的测试用例不通过,对功能无影响 | 2022/1/15 |
-| [I4MSWM](https://gitee.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | 标准系统XTS测试执行测试ActsFaultLoggerTest模块faultloggertest用例1条失败项 | 测试套名称变更导致存在文本校验功能的测试用例不通过,对功能无影响 | 2022/1/15 |
+| [I4NTKG](https://gitcode.com/openharmony/xts_acts/issues/I4NTKG) | 执行XTS测试套WeekPluralNumberTest出现两条失败项 | 测试套用例问题,不影响实际功能 | 2022/1/15 |
+| [I4OWWM](https://gitcode.com/openharmony/xts_acts/issues/I4OWWM) | WeekPluralNumbertest模块对应json文件配置的有问题,执行用例时报"required device does not exist"导致UN | json文件配置问题,不影响功能 | 2022/1/15 |
+| [I4MSVV](https://gitcode.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | 标准系统XTS测试执行测试ActsHiCollieCppTest模块HiCollieCppTest用例3条失败项 | 测试套名称变更导致存在文本校验功能的测试用例不通过,对功能无影响 | 2022/1/15 |
+| [I4MSWM](https://gitcode.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | 标准系统XTS测试执行测试ActsFaultLoggerTest模块faultloggertest用例1条失败项 | 测试套名称变更导致存在文本校验功能的测试用例不通过,对功能无影响 | 2022/1/15 |
| I4NODO| 标准系统3516分布式业务流转端到端测试失败,无法完成流转 | DM组件_重复创建群组失败,影响使用流转功能(按照issue中提到的操作步骤)的业务,对其他应用无影响 | 2022/1/30 |
diff --git a/zh-cn/release-notes/OpenHarmony-v3.0.2-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0.2-LTS.md
index fe4b8f89a79..af25d61bb5f 100644
--- a/zh-cn/release-notes/OpenHarmony-v3.0.2-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v3.0.2-LTS.md
@@ -81,9 +81,9 @@ repo forall -c 'git lfs pull'
| ISSUE单号 | 问题描述 |
| -------- | -------- |
-| [I4UZ7U](https://gitee.com/openharmony/xts_acts/issues/I4UZ7U?from=project-issue) | 小型系统执行XTS测试时概率有35条失败项 |
-| [I4V2DN](https://gitee.com/openharmony/xts_acts/issues/I4V2DN?from=project-issue) | ActsLwipTest模块测试中存在两条用例执行超时的失败 |
-| [I4V3KC](https://gitee.com/openharmony/xts_acts/issues/I4V3KC?from=project-issue) | 分布式调度子系统testPublish0010测试用例执行失败 |
+| [I4UZ7U](https://gitcode.com/openharmony/xts_acts/issues/I4UZ7U?from=project-issue) | 小型系统执行XTS测试时概率有35条失败项 |
+| [I4V2DN](https://gitcode.com/openharmony/xts_acts/issues/I4V2DN?from=project-issue) | ActsLwipTest模块测试中存在两条用例执行超时的失败 |
+| [I4V3KC](https://gitcode.com/openharmony/xts_acts/issues/I4V3KC?from=project-issue) | 分布式调度子系统testPublish0010测试用例执行失败 |
| [I4URGA](https://gitee.com/openharmony/applications_sample_camera/issues/I4URGA?from=project-issue) | 设置界面搜WLAN信号时概率出现蓝屏 |
| I4SDCK | 小型系统HI 3516 GetSrcPath /GetDataPath 获取路径为空或者乱码 |
| [I4T6KZ](https://gitee.com/openharmony/communication_dsoftbus/issues/I4T6KZ) | 测试传输相关用例时在 SendMessage SendData4Data处失败 |
@@ -104,15 +104,15 @@ repo forall -c 'git lfs pull'
| ISSUE单号 | 问题描述 |
| -------- | -------- |
| [I4UJNU](https://gitee.com/openharmony/applications_settings/issues/I4UJNU) | 通过设置连接WLAN时,WLAN密码在hilog日志中明文打印 |
-| [I4MSWM](https://gitee.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | XT测试执行测试ActsFaultLoggerTest模块faultloggertest用例时有1条失败项 |
-| [I4MSVV](https://gitee.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | XTS测试执行测试ActsHiCollieCppTest模块HiCollieCppTest用例时有3条失败项 |
+| [I4MSWM](https://gitcode.com/openharmony/xts_acts/issues/I4MSWM?from=project-issue) | XT测试执行测试ActsFaultLoggerTest模块faultloggertest用例时有1条失败项 |
+| [I4MSVV](https://gitcode.com/openharmony/xts_acts/issues/I4MSVV?from=project-issue) | XTS测试执行测试ActsHiCollieCppTest模块HiCollieCppTest用例时有3条失败项 |
| I4PPXV | 打开应用后再退出到桌面,桌面应用图标丢失 |
| [I4OF9A](https://gitee.com/openharmony/distributeddatamgr_file/issues/I4OF9A?from=project-issue) | file.readText接口读取的text值不稳定 |
-| [I4OWWM](https://gitee.com/openharmony/xts_acts/issues/I4OWWM) | WeekPluralNumbertest模块对应json文件配置问题,执行用例时报"required device does not exist"导致此测试套无法执行 |
-| [I4OUVQ](https://gitee.com/openharmony/xts_tools/issues/I4OUVQ?from=project-issue) | XTS JS用例反复压力测试过程中系统卡死,无法进行测试 |
-| [I4NMXQ](https://gitee.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | XTS执行storagefileioperformancejstest和storagefilestabilityjstest测试套无法执行起来 |
-| [I4NTKG](https://gitee.com/openharmony/xts_acts/issues/I4NTKG) | 执行xts测试套WeekPluralNumberTest出现两条失败项 |
-| [I4NPHG](https://gitee.com/openharmony/xts_acts/issues/I4NPHG?from=project-issue) | timer定时器测试套TimerJSApiTest.hap未随版本编译出来 |
+| [I4OWWM](https://gitcode.com/openharmony/xts_acts/issues/I4OWWM) | WeekPluralNumbertest模块对应json文件配置问题,执行用例时报"required device does not exist"导致此测试套无法执行 |
+| [I4OUVQ](https://gitcode.com/openharmony/xts_tools/issues/I4OUVQ?from=project-issue) | XTS JS用例反复压力测试过程中系统卡死,无法进行测试 |
+| [I4NMXQ](https://gitcode.com/openharmony/xts_acts/issues/I4NMXQ?from=project-issue) | XTS执行storagefileioperformancejstest和storagefilestabilityjstest测试套无法执行起来 |
+| [I4NTKG](https://gitcode.com/openharmony/xts_acts/issues/I4NTKG) | 执行xts测试套WeekPluralNumberTest出现两条失败项 |
+| [I4NPHG](https://gitcode.com/openharmony/xts_acts/issues/I4NPHG?from=project-issue) | timer定时器测试套TimerJSApiTest.hap未随版本编译出来 |
**表5** 安全漏洞合入列表
diff --git a/zh-cn/release-notes/OpenHarmony-v3.0.3-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0.3-LTS.md
index de6c9250463..85e5546c5db 100644
--- a/zh-cn/release-notes/OpenHarmony-v3.0.3-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v3.0.3-LTS.md
@@ -89,7 +89,7 @@ repo forall -c 'git lfs pull'
| I4WRWM | aafwk_aafwk_lite仓新增TDD测试用例。 |
| [I4VPVY](https://gitee.com/openharmony/applications_sample_camera/issues/I4VPVY) | 轻量系统Hi3516DV300从设置菜单搜索WLAN,然后点击2次返回键返回到桌面后,无法从桌面启动应用。 |
| [I4UTY0](https://gitee.com/openharmony/applications_photos/issues/I4UTY0) | demos 路径下的 1.jpg 图片文件元数据中存在HP的版权声明。 |
-| [I4TP6D](https://gitee.com/openharmony/xts_acts/issues/I4TP6D) | 标准系统Hi3516新增acts测试套ActsWorkerJSTest无法正常执行。 |
+| [I4TP6D](https://gitcode.com/openharmony/xts_acts/issues/I4TP6D) | 标准系统Hi3516新增acts测试套ActsWorkerJSTest无法正常执行。 |
**表4** 解决的安全漏洞ISSUE列表
diff --git a/zh-cn/release-notes/OpenHarmony-v3.0.5-LTS.md b/zh-cn/release-notes/OpenHarmony-v3.0.5-LTS.md
index 1df0ea339d0..17b61699fc5 100644
--- a/zh-cn/release-notes/OpenHarmony-v3.0.5-LTS.md
+++ b/zh-cn/release-notes/OpenHarmony-v3.0.5-LTS.md
@@ -113,7 +113,7 @@ repo forall -c 'git lfs pull'
| [I4YB87](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YB87) | 小型系统3516DV300-Linux在系统相机拍照录像后,图库中无显示。 |
| [I4YAGS](https://gitee.com/openharmony/multimedia_camera_lite/issues/I4YAGS?from=project-issue) | 小型系统3516DV300-Linux进入系统相机,画面蓝屏。 |
| [I59FZ7](https://gitee.com/openharmony/telephony_core_service/issues/I59FZ7) | 标准系统电话测试用例无法进行测试验证。 |
-| [I4Z2MI](https://gitee.com/openharmony/xts_acts/issues/I4Z2MI) | 标准系统执行acts测试用例异常,actsWifiJSApiTest、ActsHotSpotJSApiTest、ActsP2PJSApiTest模块用例全部失败。 |
+| [I4Z2MI](https://gitcode.com/openharmony/xts_acts/issues/I4Z2MI) | 标准系统执行acts测试用例异常,actsWifiJSApiTest、ActsHotSpotJSApiTest、ActsP2PJSApiTest模块用例全部失败。 |
## <sup>修复安全漏洞列表</sup>
diff --git a/zh-cn/release-notes/OpenHarmony-v3.1.2-release.md b/zh-cn/release-notes/OpenHarmony-v3.1.2-release.md
index 6653ebb768e..c2b1589364d 100644
--- a/zh-cn/release-notes/OpenHarmony-v3.1.2-release.md
+++ b/zh-cn/release-notes/OpenHarmony-v3.1.2-release.md
@@ -126,7 +126,7 @@ API变更
| 子系统 | 问题描述 |
| -------- | -------- |
-| acts子系统 | - 修复ActsFeatureAbilityTest模块1条用例执行失败的问题([I5G8Q5](https://gitee.com/openharmony/xts_acts/issues/I5G8Q5))<br/>- 修复usb的sdk中的参数target未覆盖的问题([I5FU0F](https://gitee.com/openharmony/xts_acts/issues/I5FU0F))<br/>- 修复graphic/webGL/src/main/js/default/test下用例未覆盖的问题([I5FMJJ](https://gitee.com/openharmony/xts_acts/issues/I5FMJJ))<br/>- 修复ActsFeatureAbilityTest模块22条用例执行失败的问题([I5FILR](https://gitee.com/openharmony/xts_acts/issues/I5FILR))<br/>- 删除Webgl下graphic/webGL/src/main/js/default/test测试套未使用的引用'\@ohos.napi_context'([I5FAF7](https://gitee.com/openharmony/xts_acts/issues/I5FAF7))<br/>- 修复ActsAudioManagerJsTest的Test.json配置错误问题([I5EJPP](https://gitee.com/openharmony/xts_acts/issues/I5EJPP))<br/>- 修复ohos.multimedia.mediaLibrary测试用例导包大小写错误问题([I5EJ3W](https://gitee.com/openharmony/xts_acts/issues/I5EJ3W))<br/>- 修复通知子系统对应的4个测试套执行失败的问题([I5EA00](https://gitee.com/openharmony/xts_acts/issues/I5EA00))<br/>- 修复ActsUpdateJsTest模块index.js源码引入测试套的api异常问题([I5D5BV](https://gitee.com/openharmony/xts_acts/issues/I5D5BV))<br/>- 修复Test.json配置的命令无法创建push资源的目录问题([I5D50G](https://gitee.com/openharmony/xts_acts/issues/I5D50G))<br/>- 修复ActsAnsActiveTest测试套用例兼容性问题([I5BQB0](https://gitee.com/openharmony/xts_acts/issues/I5BQB0))<br/>- 修复ActsStServiceAbilityClientCaseTest模块五条用例执行失败问题([I5GHRE](https://gitee.com/openharmony/xts_acts/issues/I5GHRE))<br/>- 修复ActsSubscriberTestUnorderSystemTest模块两条用例执行失败的问题([I5GHP5](https://gitee.com/openharmony/xts_acts/issues/I5GHP5))<br/>- 修复ActsAudioRecorderJsTest、ActsMediaLibraryJsTest模块测试套无法执行问题([I5H431](https://gitee.com/openharmony/xts_acts/issues/I5H431)) |
+| acts子系统 | - 修复ActsFeatureAbilityTest模块1条用例执行失败的问题([I5G8Q5](https://gitcode.com/openharmony/xts_acts/issues/I5G8Q5))<br/>- 修复usb的sdk中的参数target未覆盖的问题([I5FU0F](https://gitcode.com/openharmony/xts_acts/issues/I5FU0F))<br/>- 修复graphic/webGL/src/main/js/default/test下用例未覆盖的问题([I5FMJJ](https://gitcode.com/openharmony/xts_acts/issues/I5FMJJ))<br/>- 修复ActsFeatureAbilityTest模块22条用例执行失败的问题([I5FILR](https://gitcode.com/openharmony/xts_acts/issues/I5FILR))<br/>- 删除Webgl下graphic/webGL/src/main/js/default/test测试套未使用的引用'\@ohos.napi_context'([I5FAF7](https://gitcode.com/openharmony/xts_acts/issues/I5FAF7))<br/>- 修复ActsAudioManagerJsTest的Test.json配置错误问题([I5EJPP](https://gitcode.com/openharmony/xts_acts/issues/I5EJPP))<br/>- 修复ohos.multimedia.mediaLibrary测试用例导包大小写错误问题([I5EJ3W](https://gitcode.com/openharmony/xts_acts/issues/I5EJ3W))<br/>- 修复通知子系统对应的4个测试套执行失败的问题([I5EA00](https://gitcode.com/openharmony/xts_acts/issues/I5EA00))<br/>- 修复ActsUpdateJsTest模块index.js源码引入测试套的api异常问题([I5D5BV](https://gitcode.com/openharmony/xts_acts/issues/I5D5BV))<br/>- 修复Test.json配置的命令无法创建push资源的目录问题([I5D50G](https://gitcode.com/openharmony/xts_acts/issues/I5D50G))<br/>- 修复ActsAnsActiveTest测试套用例兼容性问题([I5BQB0](https://gitcode.com/openharmony/xts_acts/issues/I5BQB0))<br/>- 修复ActsStServiceAbilityClientCaseTest模块五条用例执行失败问题([I5GHRE](https://gitcode.com/openharmony/xts_acts/issues/I5GHRE))<br/>- 修复ActsSubscriberTestUnorderSystemTest模块两条用例执行失败的问题([I5GHP5](https://gitcode.com/openharmony/xts_acts/issues/I5GHP5))<br/>- 修复ActsAudioRecorderJsTest、ActsMediaLibraryJsTest模块测试套无法执行问题([I5H431](https://gitcode.com/openharmony/xts_acts/issues/I5H431)) |
| SDK子系统 | - 解决了预览器相关的一些问题。<br/>- 解决了c++调试相关的一些问题。 |
| 应用子系统 | - 修复通知管理界面相关的问题([I5FLLB](https://gitee.com/openharmony/applications_systemui/issues/I5FLLB))<br/>- 修复备忘录的一些缺陷问题([5FJGJ](https://gitee.com/openharmony/applications_notes/issues/I5FJGJ))([I5FJ9L](https://gitee.com/openharmony/applications_notes/issues/I5FJ9L))([I5FJCS](https://gitee.com/openharmony/applications_notes/issues/I5FJCS)) |
diff --git a/zh-cn/release-notes/OpenHarmony-v3.1.7-release.md b/zh-cn/release-notes/OpenHarmony-v3.1.7-release.md
index c07d343c238..bdfcf118bc6 100644
--- a/zh-cn/release-notes/OpenHarmony-v3.1.7-release.md
+++ b/zh-cn/release-notes/OpenHarmony-v3.1.7-release.md
@@ -113,7 +113,7 @@ repo forall -c 'git lfs pull'
| 子系统 | 问题描述 |
| ------------ | ------------------------------------------------------------ |
-| 应用子系统 | 进入联系人页面时“无联系人”默认页面一闪而过,进入联系人列表([I5ET9R](https://gitee.com/openharmony/applications_contacts/issues/I5ET9R))<br/>新建卡片推包到rk版,将卡片添加到桌面,长按桌面卡片,弹出服务卡片和移除按钮的同时也打开了应用([I5YB1O](https://gitee.com/openharmony/applications_hap/issues/I5YB1O))<br/>通过工具测出CPPCrash问题([I65H83](https://gitee.com/openharmony/applications_permission_manager/issues/I65H83))<br/>通过工具测出CPPCrash问题([I65TVW](https://gitee.com/openharmony/applications_permission_manager/issues/I65TVW))<br/>Launcher 反复点击recent 按钮会出现内存泄漏([I67SRG](https://gitee.com/openharmony/xts_acts/issues/I67SRG)) |
+| 应用子系统 | 进入联系人页面时“无联系人”默认页面一闪而过,进入联系人列表([I5ET9R](https://gitee.com/openharmony/applications_contacts/issues/I5ET9R))<br/>新建卡片推包到rk版,将卡片添加到桌面,长按桌面卡片,弹出服务卡片和移除按钮的同时也打开了应用([I5YB1O](https://gitee.com/openharmony/applications_hap/issues/I5YB1O))<br/>通过工具测出CPPCrash问题([I65H83](https://gitee.com/openharmony/applications_permission_manager/issues/I65H83))<br/>通过工具测出CPPCrash问题([I65TVW](https://gitee.com/openharmony/applications_permission_manager/issues/I65TVW))<br/>Launcher 反复点击recent 按钮会出现内存泄漏([I67SRG](https://gitcode.com/openharmony/xts_acts/issues/I67SRG)) |
| 媒体子系统 | 打开图库应用,选择相册页签,点击相机,高概率闪退值桌面([I5QUSZ](https://gitee.com/openharmony/applications_hap/issues/I5QUSZ))<br/>通过工具测出CPPCrash问题([I65GZ1](https://gitee.com/openharmony/multimedia_medialibrary_standard/issues/I65GZ1)) |
| 全球化子系统 | 通过工具测出CPPCrash问题([I65GR8](https://gitee.com/openharmony/global_resmgr_standard/issues/I65GR8)) |
| 无障碍子系统 | 安全注入攻击测试,测试报告中存在服务接口ohos.accessibility.IAccessibleAbilityManagerServiceClient存在注入异常([I65PHE](https://gitee.com/openharmony/accessibility/issues/I65PHE)) |
@@ -153,4 +153,4 @@ repo forall -c 'git lfs pull'
| issue | 问题描述 | 影响 | 计划解决日期 |
| ------------------------------------------------------------ | -------------------------------------- | -------------- | ------------ |
-| [I6HAUC](https://gitee.com/openharmony/xts_acts/issues/I6HAUC) | 【3.1】调用Windows接口横竖屏鼠标会变形 | 影响开发者体验 | 2023-04-28 |
+| [I6HAUC](https://gitcode.com/openharmony/xts_acts/issues/I6HAUC) | 【3.1】调用Windows接口横竖屏鼠标会变形 | 影响开发者体验 | 2023-04-28 |
diff --git a/zh-cn/release-notes/OpenHarmony-v4.0.4-release.md b/zh-cn/release-notes/OpenHarmony-v4.0.4-release.md
index 4249936c49a..ef12d8bc4e6 100644
--- a/zh-cn/release-notes/OpenHarmony-v4.0.4-release.md
+++ b/zh-cn/release-notes/OpenHarmony-v4.0.4-release.md
@@ -132,7 +132,7 @@
| [IAMISK](https://gitee.com/openharmony/napi_generator/issues/IAMISK?from=project-issue) | napi_generator代码仓的OpenHarmony-4.0-Release分支的静态告警清零 |
| [IAP63C](https://gitee.com/openharmony/arkui_ace_engine/issues/IAP63C?from=project-issue) | 修复plugin加载绝对路径文件错误 |
| [IANK71](https://gitee.com/openharmony/applications_hap/issues/IANK71?from=project-issue) | 图库hap归档,解决按日删除异常问题 |
-| [IALIBN](https://gitee.com/openharmony/xts_hats/issues/IALIBN?from=project-issue) | xts_hats/hdf/INPUT模块用例逻辑优化 |
+| [IALIBN](https://gitcode.com/openharmony/xts_hats/issues/IALIBN?from=project-issue) | xts_hats/hdf/INPUT模块用例逻辑优化 |
| [IALKY4](https://gitee.com/openharmony/drivers_peripheral/issues/IALKY4?from=project-issue) | audio_manager_service_4.0新增安全编译选项SP-合入特殊分支 |
## 修复安全issue列表
diff --git a/zh-cn/release-notes/OpenHarmony-v4.1.2-release.md b/zh-cn/release-notes/OpenHarmony-v4.1.2-release.md
index 2289897f175..ebeaa2930a6 100644
--- a/zh-cn/release-notes/OpenHarmony-v4.1.2-release.md
+++ b/zh-cn/release-notes/OpenHarmony-v4.1.2-release.md
@@ -97,14 +97,14 @@ repo forall -c 'git lfs pull'
| [IB7KDL](https://gitee.com/openharmony/applications_screenlock/issues/IB7KDL?from=project-issue) | 【RK3568】锁屏密码取消后再次锁屏解锁还是要输入密码,且输入上次密码失效 |
| [IB7KDI](https://gitee.com/openharmony/applications_screenlock/issues/IB7KDI?from=project-issue) | 【RK3568】混合密码解锁界面,输入的第一个字符显示不完整 |
| [IB7KGX](https://gitee.com/openharmony/applications_launcher/issues/IB7KGX?from=project-issue) | 【RK3568】正常刷机桌面图标布局混乱 |
-| [IB8YCY](https://gitee.com/openharmony/xts_acts/issues/IB8YCY?from=project-issue) | 【RK3568】ACTS套件ActsNetManagerHttpEtsTest套件执行失败 |
+| [IB8YCY](https://gitcode.com/openharmony/xts_acts/issues/IB8YCY?from=project-issue) | 【RK3568】ACTS套件ActsNetManagerHttpEtsTest套件执行失败 |
| [IAPYJN](https://gitee.com/openharmony/multimedia_media_lite/issues/IAPYJN?from=project-issue) | 【小型系统liteos】相册中视频播放完毕后重新点击播放会出现蓝屏 |
-| [IB21XU](https://gitee.com/openharmony/xts_hats/issues/IB21XU?from=project-issue) | 【RK3568】HATS执行HatsHdfAudioIdlRenderAdditionalTest&HatsHdfAudioIdlCaptureAdditionalTest套件执行失败 |
-| [IB68WS](https://gitee.com/openharmony/xts_acts/issues/IB68WS?from=project-issue) | 【RK3568】ACTS套件ActsAceWebEnhancedTestTwo执行有一个fail |
+| [IB21XU](https://gitcode.com/openharmony/xts_hats/issues/IB21XU?from=project-issue) | 【RK3568】HATS执行HatsHdfAudioIdlRenderAdditionalTest&HatsHdfAudioIdlCaptureAdditionalTest套件执行失败 |
+| [IB68WS](https://gitcode.com/openharmony/xts_acts/issues/IB68WS?from=project-issue) | 【RK3568】ACTS套件ActsAceWebEnhancedTestTwo执行有一个fail |
| [I90N04](https://gitee.com/openharmony/applications_settings/issues/I90N04?from=project-issue) | 【RK3568】设置-系统-恢复出厂设置,点击进入恢复出厂设置页面,页面文本错乱,无重置按钮 |
-| [IAX7SV](https://gitee.com/openharmony/xts_acts/issues/IAX7SV?from=project-issue) | 【RK3568】acts执行ActsAceWebEnhancedTestTwo套件有一个用例fail |
+| [IAX7SV](https://gitcode.com/openharmony/xts_acts/issues/IAX7SV?from=project-issue) | 【RK3568】acts执行ActsAceWebEnhancedTestTwo套件有一个用例fail |
| [I9PQ6I](https://gitee.com/openharmony-sig/ability_form_runtime/issues/I9PQ6I?from=project-issue) | 【RK3568】添加静态卡片,几秒后透明 |
-| [IATPGW](https://gitee.com/openharmony/xts_acts/issues/IATPGW?from=project-issue) | 【RK3568】acts执行ActsRequestAuthorityTest套件有6个用例fail |
+| [IATPGW](https://gitcode.com/openharmony/xts_acts/issues/IATPGW?from=project-issue) | 【RK3568】acts执行ActsRequestAuthorityTest套件有6个用例fail |
| [I9NDZE](https://gitee.com/openharmony/accessibility/issues/I9NDZE?from=project-issue) | 【RK3568】重启手机、升级应用 切换账号等操作,已开启的服务不能重新自动拉起 |
| [I9SI9E](https://gitee.com/openharmony/web_webview/issues/I9SI9E?from=project-issue) | 【RK3568】过滚动功能失效 |
| [I9PQFE](https://gitee.com/openharmony/window_window_manager/issues/I9PQFE?from=project-issue) | 【RK3568】配置装饰栏后,点击分屏按钮,点击待分屏的快照,不能组成分屏 |
@@ -133,7 +133,7 @@ repo forall -c 'git lfs pull'
| [IAF5SS](https://gitee.com/openharmony/security_privacy_center/issues/IAF5SS?from=project-issue) | 【RK3568】用户证书弹窗,点击启用/禁用开关,弹窗会右移一部分,超出界面显示 |
| [I9GLKF](https://gitee.com/openharmony/applications_app_samples/issues/I9GLKF?from=project-issue) | 【RK3568】【Sample】手机拨打电话通话中,详细信息。通话状态,没有显示电话号码 |
| [I9OZC2](https://gitee.com/openharmony/multimodalinput_input/issues/I9OZC2?from=project-issue) | 【RK3568】设置鼠标光标样式值为41(对应pointer.PointerStyle.CURSOR_CIRCLE)时,鼠标光标不可见 |
-| [IA5EDU](https://gitee.com/openharmony/xts_acts/issues/IA5EDU?from=project-issue) | 【RK3568】4.1执行XTS测试ActsNativeAVScreenCaptureTest套件执行失败 |
+| [IA5EDU](https://gitcode.com/openharmony/xts_acts/issues/IA5EDU?from=project-issue) | 【RK3568】4.1执行XTS测试ActsNativeAVScreenCaptureTest套件执行失败 |
| [I9UKT8](https://gitee.com/openharmony/ability_dmsfwk/issues/I9UKT8?from=project-issue) | 【RK3568】版本兼容性DctsDmsHapTest测试套用例failed |
| [I9VJLA](https://gitee.com/openharmony/multimedia_audio_framework/issues/I9VJLA?from=project-issue) | 【RK3568】系统内录读取资源失败 |
| [I9F8M0](https://gitee.com/openharmony/applications_app_samples/issues/I9F8M0?from=project-issue) | 【RK3568】CertificateFramework,文本框最大输入字符限制为100,存在生成的数据长度大于100如592/100,显示不太友好 |
@@ -141,13 +141,13 @@ repo forall -c 'git lfs pull'
| [I93ONW](https://gitee.com/openharmony/drivers_peripheral/issues/I93ONW?from=project-issue) | 【RK3568】rkusb相机dumper出来的图片命名的分辨率与实际不符 |
| [I9SSRV](https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I9SSRV?from=project-issue) | 【RK3568】runtime_core_host_unittest UT测试存在失败项 |
| [I9PIQK](https://gitee.com/openharmony/applications_notes/issues/I9PIQK?from=project-issue) | 【RK3568】备忘录更改文本缩进后保存退出,再次打开文本无缩进 |
-| [I9QC3M](https://gitee.com/openharmony/xts_acts/issues/I9QC3M?from=project-issue) | 【RK3568】acts测试套优化 |
+| [I9QC3M](https://gitcode.com/openharmony/xts_acts/issues/I9QC3M?from=project-issue) | 【RK3568】acts测试套优化 |
| [I9R5MJ](https://gitee.com/openharmony/bundlemanager_bundle_framework/issues/I9R5MJ?from=project-issue) | 【RK3568】调用verifyAbc接口放置非法abc文件后,安装目录下存在abc文件 |
| [I934K9](https://gitee.com/openharmony/testfwk_arkxtest/issues/I934K9?from=project-issue) | 【RK3568】assertPromiseIs相关断言功能异常 |
| [I9PPPN](https://gitee.com/openharmony/systemabilitymgr_samgr/issues/I9PPPN?from=project-issue) | 【RK3568】打开日志落盘重启设备,重启后打印日志"SystemWaitParameter failed!" |
-| [I9Q6OD](https://gitee.com/openharmony/xts_dcts/issues/I9Q6OD?from=project-issue) | 【RK3568】4.1release测试套概率性出现测试套失败问题 |
+| [I9Q6OD](https://gitcode.com/openharmony/xts_dcts/issues/I9Q6OD?from=project-issue) | 【RK3568】4.1release测试套概率性出现测试套失败问题 |
| [I9NCRP](https://gitee.com/openharmony/drivers_hdf_core/issues/I9NCRP?from=project-issue) | 【RK3568】执行命令 ./hdf_dbg -q -1 回显异常 |
-| [I9OWYO](https://gitee.com/openharmony/xts_acts/issues/I9OWYO?from=project-issue) | 【RK3568】安全控件部分用例存在失败情况 |
+| [I9OWYO](https://gitcode.com/openharmony/xts_acts/issues/I9OWYO?from=project-issue) | 【RK3568】安全控件部分用例存在失败情况 |
**表4** 修复安全问题列表