Skip to content

Commit

Permalink
Update rspec before release (#8018)
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource authored Sep 15, 2023
1 parent 6196eda commit 6c52c54
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions analyzers/rspec/cs/S3884.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<p>This rule is deprecated, and will eventually be removed.</p>
<h2>Why is this an issue?</h2>
<p><code>CoSetProxyBlanket</code> and <code>CoInitializeSecurity</code> both work to set the permissions context in which the process invoked
immediately after is executed. Calling them from within that process is useless because it’s too late at that point; the permissions context has
Expand Down
2 changes: 1 addition & 1 deletion analyzers/rspec/cs/S3884.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"attribute": "LOGICAL"
},
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
Expand Down
1 change: 0 additions & 1 deletion analyzers/rspec/cs/Sonar_way_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
"S3877",
"S3878",
"S3881",
"S3884",
"S3885",
"S3887",
"S3889",
Expand Down
1 change: 1 addition & 0 deletions analyzers/rspec/vbnet/S3884.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<p>This rule is deprecated, and will eventually be removed.</p>
<h2>Why is this an issue?</h2>
<p><code>CoSetProxyBlanket</code> and <code>CoInitializeSecurity</code> both work to set the permissions context in which the process invoked
immediately after is executed. Calling them from within that process is useless because it’s too late at that point; the permissions context has
Expand Down
2 changes: 1 addition & 1 deletion analyzers/rspec/vbnet/S3884.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"attribute": "LOGICAL"
},
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "20min"
Expand Down
1 change: 0 additions & 1 deletion analyzers/rspec/vbnet/Sonar_way_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"S3869",
"S3871",
"S3878",
"S3884",
"S3889",
"S3903",
"S3904",
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CSharp/sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"CSH"
],
"latest-update": "2023-08-31T14:13:06.687135300Z",
"latest-update": "2023-09-15T08:16:01.410937900Z",
"options": {
"no-language-in-filenames": true
}
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.VisualBasic/sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"VBNET"
],
"latest-update": "2023-08-31T14:13:28.419689600Z",
"latest-update": "2023-09-15T08:16:17.980191400Z",
"options": {
"no-language-in-filenames": true
}
Expand Down

0 comments on commit 6c52c54

Please sign in to comment.