Skip to content

Releases: SecurityRAT/SecurityRAT

v1.8.7

22 Aug 14:59
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where the application creates wrong import links for the Jira comments ( #195 ).

v1.8.6

15 Aug 13:25
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where link on Secrat Logo and Editor is incorrect when application is hosted behind a reverse proxy with its path ( #185 ).
  • Building the frontend now works again ( #192 ).
  • Jira ticket link is displayed without status in the requirement list when this link is inaccessible (e.g. due to missing rights)

Changes

  • Use a HTML tag on the "View" button under the Browse all requirements interface.
  • Various vulnerability updates.

v1.8.5

09 Apr 21:24
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where Secrat link is incorrect in jira ticket when application is hosted behind a reverse proxy with its path ( #165 , #166 ).

Changes

  • Updated the Spring dependencies to fix the spring4shell vulnerability.
  • Minor code refactoring.

v1.8.4

15 Jul 12:42
Compare
Choose a tag to compare

Bug Fixes

  • Fixed minor issue where displayed link to authenticate to JIRA (during import) is REST API link instead of origin.

v1.8.3

12 Jul 15:55
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where artifact settings are deleted when the "showProperties" feature is deactivated ( #164 ) .
  • Removed the "transactional" Spring annotation on GET resources. This should prevent any unexpected entity update in database.
  • Minor UI tweaks

v1.8.2

08 Jul 16:42
Compare
Choose a tag to compare

Changes

  • Switched from Java8 to Java11.
  • Restructured the project:
    • Separated frontend from backend.
    • Now using maven multi-module project.
  • Updated backend dependencies.
  • Application is now released as JAR instead of WAR.

Bug Fixes

  • Resolved an issue where creating Jira ticket (in batch mode) without labels did not work.
  • Fixed issues when using SecurityRAT with a Jira instance running on a URL path.

v1.8.1

07 Jul 14:37
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where user roles does not work properly when using CAS authentication ( #163 )

v1.8.0

03 Apr 09:17
Compare
Choose a tag to compare

Changes

  • Switched from Java8 to Java11.
  • Added a column in the requirement list view, which displays the selected artifact properties corresponding to each requirement. The visibility of this column can be changed using the constant showProperties in the admin interface.
  • Restructured the project:
    • Separated frontend from backend.
    • Now using maven multi-module project.
  • Updated backend dependencies.
  • Application is now released as JAR instead of WAR.

Bug Fixes

  • Resolved an issue where creating Jira ticket (in batch mode) without labels did not work.
  • Fixed issues when using SecurityRAT with a Jira instance running on a URL path.

v1.7.13

14 Aug 13:18
Compare
Choose a tag to compare

Changes

  • Update backend dependencies ( #145 )

v1.7.12

13 May 11:33
Compare
Choose a tag to compare

Changes

Fixed issue where user cannot update requirements ( #141 )