@RemcoVermeulen Sorry for the late reply! Yes, you can shoot me a DM with your email and I'll add you. With that said, it was really inactive the last time I was on Slack.
Gonna give a small amount (11%) of my pre-tax income from now on. Took the @givingwhatwecan Pledge.
Donating to these this year:
https://t.co/buZZHYEY67
https://t.co/YoEkuEzCpH
@the_st0rm If you want to find issues like this yourself, the first Pysa exercises are up:
https://t.co/5NgvimQVZo
They're brand new, and probably need refinement, so feedback is appreciated. They're also best done with the docs open on another screen:
https://t.co/RpLUA6yXJK
Prowler 2.1! Find passwords, secrets and keys in your #AWS infrastructure: ec2 userdata, cfn outputs, lambda vars and code! new integration with Yelp detect-secrets: use `./prowler -g secrets` thanks @KevinHock2, and @0xdabbad00 for the link. Cheers @awscloud#reinforce!
#Python tip: If your data is in a dictionary, perhaps from a JSON file, then str.format_map() is your new best friend.
Pretty way:
print('{name} works at {status} {company}'.format_map(info))
Less pretty:
print(f'{info["name"]} works at {info["status"]} {info["company"]}')
Worried about committing secrets into your projects' repositories? We've open sourced detect-secrets, a framework to help prevent and detect secrets committed in code. https://t.co/smAQM7Mgtg