File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.25.1
4
+
5
+ ### Fixes
6
+
7
+ - Fixed vulnerability described in [ CVE-2021 -28470] ( https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-28470 )
8
+
3
9
## 0.25.0
4
10
5
11
### Changes
Original file line number Diff line number Diff line change 12
12
},
13
13
"enableProposedApi" : true ,
14
14
"preview" : true ,
15
- "version" : " 0.25.0 " ,
15
+ "version" : " 0.25.1 " ,
16
16
"publisher" : " GitHub" ,
17
17
"engines" : {
18
18
"vscode" : " ^1.55.0"
Original file line number Diff line number Diff line change @@ -201,7 +201,6 @@ export class GHPRComment implements vscode.Comment {
201
201
this . _rawComment = comment ;
202
202
this . commentId = comment . id . toString ( ) ;
203
203
this . body = new vscode . MarkdownString ( comment . body ) ;
204
- this . body . isTrusted = true ;
205
204
this . author = {
206
205
name : comment . user ! . login ,
207
206
iconPath : comment . user && comment . user . avatarUrl ? vscode . Uri . parse ( comment . user . avatarUrl ) : undefined ,
You can’t perform that action at this time.
0 commit comments