[comixed-dev] [comixed/comixed] b601cd: Fixed security issues with the authentication syst...

  • From: "Darryl L. Pierce" <noreply@xxxxxxxxxx>
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Sat, 22 Aug 2020 04:05:42 -0700

  Branch: refs/heads/release/0.6
  Home:   https://github.com/comixed/comixed
  Commit: b601cdf1532740a05c74c4fc5fc4adaffb7b3fa7
      
https://github.com/comixed/comixed/commit/b601cdf1532740a05c74c4fc5fc4adaffb7b3fa7
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M comixed-library/src/main/java/org/comixed/model/user/Role.java
    M 
comixed-rest-api/src/main/java/org/comixed/web/authentication/AuthenticationConstants.java
    M 
comixed-rest-api/src/main/java/org/comixed/web/authentication/ComiXedAuthenticationFilter.java
    M 
comixed-rest-api/src/main/java/org/comixed/web/authentication/ComiXedAuthenticationProvider.java
    M 
comixed-rest-api/src/main/java/org/comixed/web/authentication/ComiXedUserDetailsService.java
    M 
comixed-rest-api/src/main/java/org/comixed/web/authentication/JwtTokenUtil.java
    M 
comixed-rest-api/src/test/java/org/comixed/controller/user/UserControllerTest.java

  Log Message:
  -----------
  Fixed security issues with the authentication system [#479]

 * Build the list of roles from the ComiXedUser object.


  Commit: 5fa5df5ce15cec0fc65e4443826aa6b737b46c73
      
https://github.com/comixed/comixed/commit/5fa5df5ce15cec0fc65e4443826aa6b737b46c73
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M .github/workflows/create-release.yml
    M .github/workflows/publish-merges-to-develop.yml
    M comixed-app/pom.xml
    M comixed-frontend/package.json
    M comixed-frontend/pom.xml
    M comixed-importer/pom.xml
    M comixed-library/pom.xml
    M comixed-rest-api/pom.xml
    M comixed-services/pom.xml
    M comixed-tasks/pom.xml
    M docker/DOCKER.md
    M docker/Dockerfile
    M docker/README.md
    M pom.xml

  Log Message:
  -----------
  Changed the release version to 0.6.3 [#303]


Compare: https://github.com/comixed/comixed/compare/43f80acafbd6...5fa5df5ce15c

Other related posts:

  • » [comixed-dev] [comixed/comixed] b601cd: Fixed security issues with the authentication syst... - Darryl L. Pierce