Add Travis-CI environment variable names to wordlist#1336
Open
Functionhx wants to merge 5 commits into
Open
Conversation
Add 942 Travis-CI [secure] obfuscated variable names sourced from EdOverflow's CI security research (https://edoverflow.com/2019/ci-knew- there-would-be-bugs-here/), collected from 5,302,677 Travis-CI build logs. Closes danielmiessler#1330 Signed-off-by: Functionhx <2994114386@qq.com> Signed-off-by: Yuchen Fan <functionhx@gmail.com>
- Re-sort uppercase and mixed-case sections with ASCII locale order - Move CamelCase entries (ExcludeRestorePackageImports, ManagementAPIAccessToken, MapboxAccessToken, RestoreUseCustomAfterTargets) to mixed-case section - Leading-0 entries verified as real against source gist Signed-off-by: Yuchen Fan <functionhx@gmail.com>
Remove 52 entries identified by isolation review: - 7 leading-0 parsing artifacts from data scraping - 19 Selenium/WebDriver browser capabilities (not env vars) - 7 other non-environment-variable entries (MQTT, Java, MSBuild, Gradle) - 19 garbage/typo/random-string entries Closes danielmiessler#1330 Signed-off-by: Yuchen Fan <functionhx@gmail.com>
…list Remove 15 noise entries: env.* prefix artifacts, dot-notation config references, concatenation artifact (ENV_SDFCAcct...), mixed-format entries, hyphenated entry, and non-env-var boolean/config values. Also fixes sort error from misplaced ENV_SDFCAcct... concatenation. Signed-off-by: Yuchen Fan <functionhx@gmail.com>
Remove placeholder entries (ABC, FOO, SOMEVAR, SOME_VAR, TEST, TEST_TEST, foo, test), typo entries (CC_TEST_REPOTER_ID, PYPI_PASSOWRD), parsing artifact (NON_TOKEN), concatenation run-on (RANDRMUSICAPIACCESSTOKEN), garbage (YO0), and hyphenated entry (zendesk-travis-github). Signed-off-by: Yuchen Fan <functionhx@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1330. Added 942 environment variable names sourced from Travis-CI build logs, extracted from EdOverflow's research on 5.3M builds.