Skip to content

Instantly share code, notes, and snippets.

/**
* MIT License
*
* Copyright (c) 2018 Chris Passarello <www.insecurity.co>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
My AWS Secrets:
AKIAI0SFODNN7OKEMLPE
AKIAI0SFODNN7OKEMLPE
My other AWS Secret: AKIAI2SFODNN7OKEMLPE
Some high entropy strings:
vJalrXUtnFEMI/K7MDENG/bPxRfiCYKMDNHKROOI, vJalrXUtnFEMI/K7MDENG/bPxRfiCYKMDNHKROOI
wJalrXUtnFEMI/K7MDENG/bPxRfiCYKMDNHKROOI
"NEW_SECRET": 'GUfiHfs3pCXtHEtZzRwnLaYTAidVBxR32dffuwKkYeTDzvEAuxDuLUBm3WF'
@milo-minderbinder
milo-minderbinder / blacklist.gradle
Created November 29, 2017 05:56
Gradle init script that adds a new task to all projects, `checkBlacklist`, which can be used to check if any of the project's resolvable dependencies are included in a configurable blacklist.
/**
* This init script modifies the Gradle project by adding a new task to all projects, `checkBlacklist`, which
* can be used to check if any of the project's resolvable dependencies are included in a configurable blacklist.
*
* To add it dynamically with a Gradle build command, add the `-I` option with the path to this file, e.g.:
* > gradle -I /path/to/blacklist.gradle checkBlacklist
*/
gradle.allprojects {