Commit Graph

3118 Commits

Author SHA1 Message Date
Wouter Admiraal
0e66ef03f6 SONAR-11973 Update Xoo plugin for new sonarsourceSecurity facet testing 2019-05-07 09:54:30 +02:00
Duarte Meneses
a517a4c1b6 SONAR-11969 Make Edition available for analyzers in the Scanner API 2019-05-06 11:01:03 +02:00
Janos Gyerik
232ce8639c Remove wildcard imports in tests 2019-02-11 20:20:55 +01:00
Julien Lancelot
1361ba5fb9 SONAR-10199 Fix search of issues by author containing comma 2019-02-11 09:11:42 +01:00
Benoît Gianinetti
d4dc6786fb SONAR-11621 Implement IgnoreCommand in Xoo plugin 2019-01-22 20:21:02 +01:00
Stas Vilchik
bd541850bc change year in file headers 2019-01-16 09:43:11 +01:00
Julien HENRY
532850a387 Fix quality flaws 2019-01-16 09:43:06 +01:00
Julien HENRY
4660315c13 SONAR-11465 Add project level Sensor EP 2019-01-16 09:43:05 +01:00
Julien HENRY
7be847605d SONAR-11509 Ignore module and folder level measures in Sensor API 2019-01-16 09:43:03 +01:00
Julien HENRY
e4c0b858c7 SONAR-11488 Stop loading module level settings in scanner 2019-01-16 09:43:02 +01:00
Julien HENRY
aec83bafc9 SONAR-11465 Introduce a new annotation for project level extensions
and deprecate issue filters
2019-01-16 09:42:59 +01:00
Duarte Meneses
6cb9e95dcb Fix license headers for 2019 2019-01-02 20:21:02 +01:00
Sébastien Lesaint
489d04fd70 SONAR-11238 Xoo plugin supports recent symbol/highlighting location 2018-10-10 09:23:03 +02:00
Julien Lancelot
04963a43f1 SONAR-11210 Display organization specific ad hoc rule info 2018-09-24 20:20:58 +02:00
Julien HENRY
cfba7fcb65 SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issues 2018-09-24 20:20:58 +02:00
Julien HENRY
1241f18a7b SONAR-11259 Improve source offset handling on Windows
* Trying to create a range in the middle of a \r\n sequence will now
automatically be adapted to exclude the eol
* Fix a few other tests on Windows
2018-09-24 20:20:57 +02:00
Simon Brandhof
f605330920 SONAR-9904 guess author of issue based on all its locations 2018-08-16 09:45:58 +02:00
Janos Gyerik
494faa4ab6 SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)
* Add security standards for Xoo hotspot sensor (when API supports it)

* Re-generate issues/SearchRequest

* Verify security standards in issue search

* Store security standards when registering rules
2018-07-17 20:21:24 +02:00
Sébastien Lesaint
7945610fd5 fix varargs and unchecked called warnings 2018-07-09 10:39:33 +02:00
Julien HENRY
1fa82d8470 SONAR-10867 Add a rule in Xoo to report security hotspots 2018-07-04 09:31:04 +02:00
Duarte Meneses
ca183f7f3f SONAR-10138 Remove support for API < 5.6 2018-06-29 09:10:16 +02:00
Janos Gyerik
86f3d45c37 Fix malformed license headers 2018-06-14 20:20:53 +02:00
Duarte Meneses
c72965048f SONAR-10809 Analyzers need to declare whether a rule is external 2018-06-01 20:20:47 +02:00
Duarte Meneses
f076df6420 SONAR-10647 Add ITs 2018-05-09 20:20:46 +02:00
Julien HENRY
9cd551c80b SONAR-10648 Fix InputFile::relativePath for global sensors
SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton.
2018-04-27 20:20:44 +02:00
Duarte Meneses
557b62ed27 SONAR-10544 Apply feedback 2018-04-26 20:20:53 +02:00
Duarte Meneses
2552e0dcff SONAR-10544 fix tests 2018-04-26 20:20:52 +02:00
Duarte Meneses
6c5aad9a2d SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from scanner 2018-04-26 20:20:51 +02:00
Duarte Meneses
29c541dc48 SONAR-10543 Fix mandatory fields 2018-04-26 20:20:50 +02:00
Duarte Meneses
7bd31bc52d SONAR-10543 Sensor Java API should allow to add external rule engine issues 2018-04-26 20:20:49 +02:00
David Rautureau
f71e993f3e Fix publication 2018-04-04 14:40:50 +02:00
David Rautureau
81e92fa096 Fix build 2018-04-04 14:39:44 +02:00
David Rautureau
a70aa466e5 BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches 2018-04-04 14:25:32 +02:00
Julien Lancelot
6e10e188b2 Fix gradle configuration 2018-03-22 12:37:49 +01:00
Simon Brandhof
35749faa8b Fix some Java compiler warnings 2018-03-12 09:24:23 +01:00
David Rautureau
1a17e4302e Move To Gradle 2018-03-09 11:33:38 +01:00
Duarte Meneses
cc9b6d04f4 Add missing license headers 2018-02-07 11:32:38 +01:00
Duarte Meneses
8b3584e7ad SONAR-10321 Add scope to rule definition API 2018-02-07 11:32:38 +01:00
Duarte Meneses
e019c97d31 SONAR-10321 Add scope field to rule search ws 2018-02-07 11:32:38 +01:00
Simon Brandhof
3c42d5d2e6 Add Java API Plugin.Context#getBootConfiguration()
That allows plugins to check configuration when providing the list
of extensions.
2018-02-06 09:13:51 +01:00
Simon Brandhof
b34ff21d16 Set version 7.1-SNAPSHOT 2018-01-24 17:13:45 +01:00
Simon Brandhof
d55f047c44 Cleanup code based on Intellij inspections 2018-01-14 20:37:37 +01:00
Simon Brandhof
baccb26f1a SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send webhooks 2018-01-10 06:48:47 +01:00
Simon Brandhof
c0d2705e61 Fix license headers for 2018 2018-01-07 12:40:52 +01:00
Julien Lancelot
37af5c9084 Prepare for next development iteration 2017-10-27 17:56:31 +02:00
Simon Brandhof
6810d4b437 Set version to 6.7-SNAPSHOT 2017-10-09 13:34:43 +02:00
Julien HENRY
4c5d6a2722 SONAR-5236 Create new API to register built-in quality profiles 2017-09-25 15:17:37 +02:00
Simon Brandhof
1a6b9d21db Bring 6.6-SNAPSHOT back 2017-09-12 10:52:16 +02:00
Simon Brandhof
c0943b57d9 Release 6.6-M1 2017-09-12 10:51:02 +02:00
Teryk Bellahsene
d27e074202 Xoo MeasureSensor supports language Xoo2 2017-08-30 16:24:53 +02:00