Putinas Piliponis

Results 12 issues of Putinas Piliponis

I got a question, what would be approach with E__TypeSpecific_Functionality if lets say there should be more than one action associated with Enum. e.g. ``` class LogParser { switch(LogType) case...

There is no good reason to log the database password into a log file. The culprit is lines like these: echo >&2 "Database Password: $MAUTIC_DB_PASSWORD" Reference doc: https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html#data-to-exclude --- Want...

hardening

Hello, It seems that okta login no longer works. I am putting error log (I replaced there sensitive information) ``` username@MAC ~ % awsprocesscreds-saml --verbose -e https://organization.okta.com/app/amazon_aws/randomstringg/sso/saml -u '[email protected]' -p...

## Description of the problem, including code/CLI snippet I am trying to "guess" what would be format of --positiion POSITION syntax for CLI. My one of attempts `gitlab -o yaml...

docs
help wanted

**Describe the bug** When deploying CFT if parameter is specified like this: ``` - parameter_key: AssumeRoleRequired parameter_value: Yes ``` Parameter value gets modified to '`true`' and stack fails to launch...

bug

**Describe the bug** When deploying CFT if parameter is specified like this: ``` - parameter_key: RoleType parameter_value: 'Standard (read only, custom policy)' ``` Parameter value gets modified to '`Standard (read...

bug

There is significant lag on a tables with 5000+ rows and 30 or so columns. So I propose couple of optimisations. First, break loop on first non empty column found...

Hello, As this project seems a little bit dead, but I am using this plugin daily - I am going register it to bower repository (my fork).

Hello, It would be nice to have a similar set of features for windows and linux scripts, e.g. support for AWS SSM parameters. Now one way to distribute agent for...

enhancement
powershell
bash

Its not a feature request, but bug report. Didnt found any better fit: Add this to /etc/hosts: 127.0.0.1 api0.prismacloud.io Try running checkov on empty json `checkov -f empty.json --prisma-api-url "https://api.eu.prismacloud.io"`...

contribution requested