Marc Schmid
Marc Schmid
It seems as someone else already did it. See https://github.com/OSSIndex/vulns/issues/307
Have a look at #317 I guess it's the same problem as you have. Maybe https://github.com/dperson/samba/issues/317#issuecomment-668859395 helps ....
@matryoshkababushka thanks for your Inputs. I will try this.
I am currently testing the fix in my own environment. Until now it looks fine to me. The fix m4rc77@448518c from my forked repo https://github.com/m4rc77/samba is available as **Docker Image**...
@samism91 There must be some way to configure the security headers with `grails-spring-security-plugin` as it is possible with spring security directly (see: https://docs.spring.io/spring-security/site/docs/5.0.x/reference/html/headers.html) .... but we could also not figure...
**Maybe this information helps someone having this issue ... or helps fixing it ...** I have a controller that looks as follows: ``` @Secured(['ROLE_sysadmin']) class AdminController { @Secured(['ROLE_sysadmin', 'ROLE_admin']) def...
Is there any good workaround for the this problem (`HHH90000022: Hibernate's legacy org.hibernate.Criteria API is deprecated; use the JPA javax.persistence.criteria.CriteriaQuery instead`) other than adding `` to `conf/logback.xml` as this might...
We get Requests on our server from IP **52.142.26.175** with the user-agent String `'DuckDuckBot-Https/1.1; (+https://duckduckgo.com/duckduckbot)'` **including the single quotes (')** ! According to https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/ the IP 52.142.26.175 is a valid...
@pamapa I simplified the code as follows in order to try to track down the issue. ``` const manager = new UserManager({ ... accessTokenExpiringNotificationTimeInSeconds: 90, automaticSilentRenew: true, filterProtocolClaims: false, mergeClaims:...
@pamapa we have traced the problem and it is definitely related to https://github.com/authts/oidc-client-ts/issues/1312 respectively https://github.com/authts/oidc-client-ts/pull/1313. The `await` in the following line is the culprit causing the effect we see: https://github.com/authts/oidc-client-ts/blob/34528bf610ce18ad38147f2477270a23f0870c83/src/utils/Event.ts#L38...