Andres Riancho
Andres Riancho
@fta2012 I'm in a similar situation as @HasanShaikh , but with a larger interval. In my case I've got: ``` String token = ((Integer)ThreadLocalRandom.current().nextInt(10000000, 100000000)).toString(); ``` As far as I...
While this gets implemented is there any workaround to get timeouts to work?
Understood, thanks for the clarification, will follow your advice and report an info level finding. If I have time I'll check what can be done with these specific perms I'm...
Just run a small test with the privileges enumerated above, and the user with those privileges is not able to create a new user: ``` User: arn:aws:iam::33412345672:user/modifier is not authorized...
`arn:aws:iam::010337476630:saml-provider/DAA` was obscured and belongs to the organization I'm doing the security assessment for.
Yeah, I kinda figured that out from the code, but the default should be a little bit friendlier. Maybe add a default logo and name, use those when the provider...
> This is likely happens because of lack of validation. You alphabet is 0-255, but the data contain values outside this alphabet. Are you sure? I mean... those special characters...
> you may give https://github.com/kmike/DAWG a shot Will try it out, thanks for the link. If nothing works, I might end up working on 3), does that make sense to...
After some minor tests: DAWG won't be useful in my case since my values are instances, not bytes. ``` python >>> class A(): ... pass ... >>> a = A()...
Source required to do 3) is in C. Haven't touched that in ages. Won't be able to help.