radekk

Results 6 issues of radekk

There is an API call which returns the list of users with information about TFA state. It should be rather straightforward to implement this monitor. Required scope is `users:read` ```...

enhancement
help wanted

When user is removed from the account either it's AWS or Github the tool is going to send information that user enabled/disabled TFA. It's because internal diff calculation sees that...

bug

Current gulp installation which is v3 introduces some security issue with minimatch library. **Details:** https://snyk.io/test/github/gulpjs/gulp ![image](https://cloud.githubusercontent.com/assets/502493/16599968/2e94aa8a-4305-11e6-8a87-2f25a4f94294.png) It looks like Gulp developers are not going to fix that in v3: -...

enhancement
security

There should be a possibility to reconfigure only specific webtask monitor like `AWS` or `Github` without going through configuration of all of them. On the other hand there is configuration...

enhancement

More verbose output for Webtask cronjob. It should display events about: - Triggered scan - Number of issues that were found - If nothing found then information about that Purpose...

enhancement

### Description This PR is meant to reduce the number of false positives. Multiple improvements include: - Ignoring non-printable ASCII characters. - Reducing 35% of words detected in a secret...

enhancement