This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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 { |
NewerOlder