Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLVSCODE-855 analyzer updates 4.11 #626

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.11

* Update IaC analyzer 1.33 -> [1.34](https://github.com/SonarSource/sonar-iac/releases/tag/1.34.0.12019) -> [1.35](https://github.com/SonarSource/sonar-iac/releases/tag/1.35.0.12330) -> [1.36](https://github.com/SonarSource/sonar-iac/releases/tag/1.36.0.12431), FP & FN fixes, improved detection logic, support for detecting Micronaut configuration issues in YAML & properties files, parsing improvements for AzureResourceManager
* Update JS/TS/CSS analyzer 10.14 -> [10.15](https://sonarsource.atlassian.net/issues/?jql=project%20=%2011216%20AND%20fixVersion=15600%20ORDER%20BY%20priority%20DESC,%20key%20ASC) -> [10.16](https://sonarsource.atlassian.net/issues/?jql=project%20=%2011216%20AND%20fixVersion=15968%20ORDER%20BY%20priority%20DESC,%20key%20ASC), new rules, improvements
* Update CFamily analyzer 6.58 -> [6.59](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010166%20AND%20fixVersion%3D15909%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC), improvements, bug fixes
* Update Go analyzer 1.15 -> [1.15.1](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010144%20AND%20fixVersion=15900%20ORDER%20BY%20priority%20DESC,%20key%20ASC) -> [1.15.2](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010144%20AND%20fixVersion=15906%20ORDER%20BY%20priority%20DESC,%20key%20ASC) -> [1.16](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010144%20AND%20fixVersion=15325%20ORDER%20BY%20priority%20DESC,%20key%20ASC) -> [1.16.1](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010144%20AND%20fixVersion=15980%20ORDER%20BY%20priority%20DESC,%20key%20ASC) -> [1.17](https://sonarsource.atlassian.net/issues/?jql=project%20=%2011251%20AND%20fixVersion=15919%20ORDER%20BY%20priority%20DESC,%20key%20ASC) -> [1.17.1](https://sonarsource.atlassian.net/issues/?jql=project%20=%2011251%20AND%20fixVersion=15991%20ORDER%20BY%20priority%20DESC,%20key%20ASC)
* Update Python analyzer 4.21 -> [4.22](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010127%20AND%20fixVersion=15898%20ORDER%20BY%20priority%20DESC,%20key%20ASC) 7 new rules related to Pytorch
* Update Secrets analyzer 2.15 -> [2.16](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010173%20AND%20fixVersion%3D15923%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC), bug fixes
* Update PHP analyzer 3.37 -> [3.38](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010124%20AND%20fixVersion%3D15889%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC), new rule, improvements

## 4.10

* Update text and secrets analyzer 2.13 -> [2.14](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2015846%20ORDER%20BY%20created%20ASC) -> [2.15](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015894%20ORDER%20BY%20created%20ASC), FP fixes, improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"order": 13,
"type": "string",
"default": "",
"markdownDescription": "Files whose name match this [glob pattern](https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob) will not be processed by analyzers. In [Connected Mode](command:SonarLint.HelpAndFeedbackLinkClicked?%22connectedModeDocs%22) with SonarQube or SonarCloud, this property will be ignored and server exclusion settings will be applied. No rules are evaluated on excluded files. Example: `**/lib/**,**/*generated*`",
"markdownDescription": "Files whose name match this [glob pattern](https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob) will not be processed by analyzers. In [Connected Mode](command:SonarLint.HelpAndFeedbackLinkClicked?%22connectedModeDocs%22) with SonarQube or SonarCloud, this property will be ignored and the server's exclusion settings will be applied. No rules are evaluated on excluded files. Example: `**/lib/**,**/*generated*`",
"scope": "resource"
},
"sonarlint.ls.javaHome": {
Expand Down
16 changes: 8 additions & 8 deletions scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
{
"groupId": "org.sonarsource.sonarlint.ls",
"artifactId": "sonarlint-language-server",
"version": "3.11.0.75514",
"version": "3.11.0.75521",
"output": "server/sonarlint-ls.jar"
},
{
"groupId": "org.sonarsource.slang",
"artifactId": "sonar-go-plugin",
"version": "1.15.0.4655",
"version": "1.17.1.145",
"output": "analyzers/sonargo.jar"
},
{
"groupId": "org.sonarsource.javascript",
"artifactId": "sonar-javascript-plugin",
"version": "10.14.0.26080",
"version": "10.16.0.27621",
"output": "analyzers/sonarjs.jar"
},
{
Expand All @@ -32,13 +32,13 @@
{
"groupId": "org.sonarsource.php",
"artifactId": "sonar-php-plugin",
"version": "3.37.0.12086",
"version": "3.38.0.12239",
"output": "analyzers/sonarphp.jar"
},
{
"groupId": "org.sonarsource.python",
"artifactId": "sonar-python-plugin",
"version": "4.21.0.16473",
"version": "4.22.0.16914",
"output": "analyzers/sonarpython.jar"
},
{
Expand All @@ -56,20 +56,20 @@
{
"groupId": "org.sonarsource.text",
"artifactId": "sonar-text-plugin",
"version": "2.15.0.3845",
"version": "2.16.0.4008",
"output": "analyzers/sonartext.jar"
},
{
"groupId": "com.sonarsource.cpp",
"artifactId": "sonar-cfamily-plugin",
"version": "6.58.0.74356",
"version": "6.59.0.75237",
"output": "analyzers/sonarcfamily.jar",
"requiresCredentials": true
},
{
"groupId": "org.sonarsource.iac",
"artifactId": "sonar-iac-plugin",
"version": "1.33.1.11833",
"version": "1.36.0.12431",
"output": "analyzers/sonariac.jar"
},
{
Expand Down
Loading