-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: change pipenv to poetry (#32)
- Loading branch information
Showing
170 changed files
with
8,692 additions
and
9,703 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. This file uses change log convention from [keep a CHANGELOG](http://keepachangelog.com/en/0.3.0/). | ||
|
||
{{ range .Versions }} | ||
<a name="{{ .Tag.Name }}"></a> | ||
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} | ||
|
||
> {{ datetime "2006-01-02" .Tag.Date }} | ||
{{ range .CommitGroups -}} | ||
|
||
### {{ .Title }} | ||
|
||
{{ range .Commits -}} | ||
* {{ .Subject }} | ||
{{ end }} | ||
{{ end -}} | ||
|
||
{{- if .RevertCommits -}} | ||
|
||
### Reverts | ||
|
||
{{ range .RevertCommits -}} | ||
* {{ .Revert.Header }} | ||
{{ end }} | ||
{{ end -}} | ||
|
||
{{- if .NoteGroups -}} | ||
{{ range .NoteGroups -}} | ||
### {{ .Title }} | ||
|
||
{{ range .Notes }} | ||
{{ .Body }} | ||
{{ end }} | ||
{{ end -}} | ||
{{ end -}} | ||
{{ end -}} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
style: github | ||
template: CHANGELOG.tpl.md | ||
info: | ||
title: CHANGELOG | ||
repository_url: https://github.com/hadenlabs/zsh-alacritty | ||
options: | ||
commits: | ||
filters: | ||
Type: | ||
- chore | ||
- feat | ||
- fix | ||
- perf | ||
- refactor | ||
commit_groups: | ||
title_maps: | ||
chore: Features | ||
feat: Features | ||
fix: Bug Fixes | ||
perf: Performance Improvements | ||
refactor: Code Refactoring | ||
header: | ||
pattern: "^(\\w*)\\:\\s(.*)$" | ||
pattern_maps: | ||
- Type | ||
- Subject | ||
notes: | ||
keywords: | ||
- BREAKING CHANGE |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
warn_list: | ||
- '204' # Lines should be less than 160 characters | ||
- '701' # meta/main.yml should contain relevant info | ||
skip_list: | ||
- '106' # Role name must match ^[a-z][a-z0-9_]+$ pattern | ||
- 'yaml' | ||
- 'role-name' |
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module.exports = { | ||
parser: "@typescript-eslint/parser", | ||
env: { | ||
node: true, | ||
es2021: true | ||
}, | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
sourceType: "module" // Allows for the use of imports | ||
}, | ||
extends: [ | ||
"plugin:prettier/recommended", | ||
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin | ||
"plugin:import/warnings" | ||
], | ||
plugins: ["@typescript-eslint"], | ||
rules: { | ||
"@typescript-eslint/semicolon": "off", | ||
"@typescript-eslint/member-delimiter-style": "off", | ||
"@typescript-eslint/naming-convention": "warn", | ||
"@typescript-eslint/semi": "off", | ||
"no-throw-literal": "warn", | ||
curly: "warn", | ||
eqeqeq: "warn", | ||
semi: "off" | ||
}, | ||
ignorePatterns: ["**/*.d.ts"] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,248 @@ | ||
title = "gitleaks config" | ||
|
||
[[rules]] | ||
description = "AWS Access Key" | ||
regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}''' | ||
tags = ["key", "AWS"] | ||
[rules.allowlist] | ||
description = "ignore value fake" | ||
regexes = [ | ||
'''AIDAQEAAAAAAAAAAAAAA''', | ||
] | ||
|
||
[[rules]] | ||
description = "AWS cred file info" | ||
regex = '''(?i)(aws_access_key_id|aws_secret_access_key)(.{0,20})?=.[0-9a-zA-Z\/+]{20,40}''' | ||
tags = ["AWS"] | ||
|
||
[[rules]] | ||
description = "AWS Secret Key" | ||
regex = '''(?i)aws(.{0,20})?(?-i)['\"][0-9a-zA-Z\/+]{40}['\"]''' | ||
tags = ["key", "AWS"] | ||
|
||
[[rules]] | ||
description = "AWS MWS key" | ||
regex = '''amzn\.mws\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}''' | ||
tags = ["key", "AWS", "MWS"] | ||
|
||
[[rules]] | ||
description = "Facebook Secret Key" | ||
regex = '''(?i)(facebook|fb)(.{0,20})?(?-i)['\"][0-9a-f]{32}['\"]''' | ||
tags = ["key", "Facebook"] | ||
|
||
[[rules]] | ||
description = "Facebook Client ID" | ||
regex = '''(?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}['\"]''' | ||
tags = ["key", "Facebook"] | ||
|
||
[[rules]] | ||
description = "Facebook access token" | ||
regex = '''EAACEdEose0cBA[0-9A-Za-z]+''' | ||
tags = ["key", "Facebook"] | ||
|
||
[[rules]] | ||
description = "Twitter Secret Key" | ||
regex = '''(?i)twitter(.{0,20})?['\"][0-9a-z]{35,44}['\"]''' | ||
tags = ["key", "Twitter"] | ||
|
||
[[rules]] | ||
description = "Twitter Client ID" | ||
|
||
regex = '''(?i)twitter(.{0,20})?['\"][0-9a-z]{18,25}['\"]''' | ||
tags = ["client", "Twitter"] | ||
|
||
[[rules]] | ||
description = "Github" | ||
regex = '''(?i)github(.{0,20})?(?-i)['\"][0-9a-zA-Z]{35,40}['\"]''' | ||
tags = ["key", "Github"] | ||
|
||
[[rules]] | ||
description = "LinkedIn Client ID" | ||
regex = '''(?i)linkedin(.{0,20})?(?-i)['\"][0-9a-z]{12}['\"]''' | ||
tags = ["client", "LinkedIn"] | ||
|
||
[[rules]] | ||
description = "LinkedIn Secret Key" | ||
regex = '''(?i)linkedin(.{0,20})?['\"][0-9a-z]{16}['\"]''' | ||
tags = ["secret", "LinkedIn"] | ||
|
||
[[rules]] | ||
description = "Slack" | ||
regex = '''xox[baprs]-([0-9a-zA-Z]{10,48})?''' | ||
tags = ["key", "Slack"] | ||
|
||
[[rules]] | ||
description = "EC" | ||
regex = '''-----BEGIN EC PRIVATE KEY-----''' | ||
tags = ["key", "EC"] | ||
|
||
[[rules]] | ||
description = "Google API key" | ||
regex = '''AIza[0-9A-Za-z\\-_]{35}''' | ||
tags = ["key", "Google"] | ||
|
||
[[rules]] | ||
description = "Google Cloud Platform API key" | ||
regex = '''(?i)(google|gcp|youtube|drive|yt)(.{0,20})?['\"][AIza[0-9a-z\\-_]{35}]['\"]''' | ||
tags = ["key", "Google", "GCP"] | ||
|
||
[[rules]] | ||
description = "Google OAuth" | ||
regex = '''(?i)(google|gcp|auth)(.{0,20})?['"][0-9]+-[0-9a-z_]{32}\.apps\.googleusercontent\.com['"]''' | ||
tags = ["key", "Google", "OAuth"] | ||
|
||
[[rules]] | ||
description = "Google OAuth access token" | ||
regex = '''ya29\.[0-9A-Za-z\-_]+''' | ||
tags = ["key", "Google", "OAuth"] | ||
|
||
[[rules]] | ||
description = "Heroku API key" | ||
regex = '''(?i)heroku(.{0,20})?['"][0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}['"]''' | ||
tags = ["key", "Heroku"] | ||
|
||
[[rules]] | ||
description = "MailChimp API key" | ||
regex = '''(?i)(mailchimp|mc)(.{0,20})?['"][0-9a-f]{32}-us[0-9]{1,2}['"]''' | ||
tags = ["key", "Mailchimp"] | ||
|
||
[[rules]] | ||
description = "Mailgun API key" | ||
regex = '''(?i)(mailgun|mg)(.{0,20})?['"][0-9a-z]{32}['"]''' | ||
tags = ["key", "Mailgun"] | ||
|
||
[[rules]] | ||
description = "PayPal Braintree access token" | ||
regex = '''access_token\$production\$[0-9a-z]{16}\$[0-9a-f]{32}''' | ||
tags = ["key", "Paypal"] | ||
|
||
[[rules]] | ||
description = "Picatic API key" | ||
regex = '''sk_live_[0-9a-z]{32}''' | ||
tags = ["key", "Picatic"] | ||
|
||
[[rules]] | ||
description = "Slack Webhook" | ||
regex = '''https://hooks.slack.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8}/[a-zA-Z0-9_]{24}''' | ||
tags = ["key", "slack"] | ||
|
||
[[rules]] | ||
description = "Stripe API key" | ||
regex = '''(?i)stripe(.{0,20})?['\"'][sk|rk]_live_[0-9a-zA-Z]{24}''' | ||
tags = ["key", "Stripe"] | ||
|
||
[[rules]] | ||
description = "Square access token" | ||
regex = '''sq0atp-[0-9A-Za-z\-_]{22}''' | ||
tags = ["key", "square"] | ||
|
||
[[rules]] | ||
description = "Square OAuth secret" | ||
regex = '''sq0csp-[0-9A-Za-z\\-_]{43}''' | ||
tags = ["key", "square"] | ||
|
||
[[rules]] | ||
description = "Twilio API key" | ||
regex = '''(?i)twilio(.{0,20})?['\"][0-9a-f]{32}['\"]''' | ||
tags = ["key", "twilio"] | ||
|
||
[[rules]] | ||
description = "Password in URL" | ||
regex = '''[a-zA-Z]{3,10}:\/\/[^\/\s:@]{3,20}:[^\/\s:@]{3,20}@.{1,100}\/?.?''' | ||
tags = ["key", "URL", "generic"] | ||
|
||
|
||
[[rules]] | ||
description = "Env Var" | ||
regex = '''(?i)(apikey|secret|key|api|password|pass)=[0-9a-zA-Z-_.{}]{4,120}''' | ||
tags = ["env"] | ||
[rules.allowlist] | ||
description = "ignore value fake" | ||
regexes = [ | ||
'''host=HOST''', | ||
'''--private-key={{.PRIVATE_KEY_FILE}}''', | ||
'''PASSWORD=XXXXXX''', | ||
] | ||
|
||
|
||
[[rules]] | ||
description = "High Entropy" | ||
regex = '''[0-9a-zA-Z-_!{}/=]{4,120}''' | ||
file = '''(?i)(dump.sql|high-entropy-misc.txt)$''' | ||
tags = ["entropy"] | ||
[[rules.Entropies]] | ||
Min = "4.3" | ||
Max = "7.0" | ||
[rules.allowlist] | ||
description = "ignore some" | ||
files = ['''(.*pub|env)$'''] | ||
paths = ['''(security.*)'''] | ||
|
||
[[rules]] | ||
description = "Potential bash var" | ||
regex='''(?i)(=)([0-9a-zA-Z-_!{}=]{4,120})''' | ||
tags = ["key", "bash", "API", "generic"] | ||
[[rules.Entropies]] | ||
Min = "3.5" | ||
Max = "4.5" | ||
Group = "1" | ||
|
||
[[rules]] | ||
description = "WP-Config" | ||
regex='''define(.{0,20})?(DB_CHARSET|NONCE_SALT|LOGGED_IN_SALT|AUTH_SALT|NONCE_KEY|DB_HOST|DB_PASSWORD|AUTH_KEY|SECURE_AUTH_KEY|LOGGED_IN_KEY|DB_NAME|DB_USER)(.{0,20})?['|"'].{10,120}['|"']''' | ||
tags = ["key", "API", "generic"] | ||
|
||
[[rules]] | ||
description = "Generic API Key" | ||
regex = '''[a|A][p|P][i|I][_]?[k|K][e|E][y|Y].*['|\"][0-9a-zA-Z]{32,45}['|\"]''' | ||
|
||
[[rules]] | ||
description = "Generic Secret" | ||
regex = '''[s|S][e|E][c|C][r|R][e|E][t|T].*['|\"][0-9a-zA-Z]{32,45}['|\"]''' | ||
|
||
|
||
[[rules]] | ||
description = "Files with keys and credentials" | ||
file = '''(?i)(id_rsa|passwd|id_rsa.pub|pgpass)$''' | ||
tags = ["key", "files"] | ||
|
||
[[rules]] | ||
description = "Extension Files with keys and credentials" | ||
file = '''(.*?)(pub|pem|ppk|key)$''' | ||
tags = ["key", "files"] | ||
|
||
# Global allowlist | ||
[allowlist] | ||
description = "Whitelisted files" | ||
paths = [ | ||
'''^vendor/''', | ||
'''^bower_components/''', | ||
'''^public/''', | ||
'''^node_modules/''', | ||
'''^theme/''', | ||
] | ||
files = [ | ||
'''(.*?)(jpg|gif|png|doc|pdf|bin|mp3|mp4|mov|ttf|woff|woff2|eot|lock)$''', | ||
'''^\.gitignore$''', | ||
'''^\.gitleaks.toml$''', | ||
'''^yarn.lock$''', | ||
'''^vendor/(.*?)$''', | ||
'''^sonar-project.properties$''', | ||
'''^node_modules/(.*?)$''', | ||
] | ||
commits = [] | ||
|
||
[whitelist] | ||
description = "image and html allowlists" | ||
files = [ | ||
'''(.*?)(jpg|gif|png|doc|pdf|bin|mp3|mp4|mov|ttf|woff|woff2|eot|lock)$''', | ||
'''^\.gitignore$''', | ||
'''^\.gitleaks.toml$''', | ||
'''^\.gitignore$''', | ||
'''^yarn.lock$''', | ||
'''^sonar-project.properties$''', | ||
] | ||
paths = [ | ||
'''^vendor/(.*?)$''', | ||
'''^node_modules/(.*?)$''', | ||
] |
Oops, something went wrong.