text stringlengths 329 977 | language stringclasses 6
values | file_extension stringclasses 6
values | pii_spans stringlengths 84 638 | template_type stringclasses 6
values | is_canary bool 2
classes |
|---|---|---|---|---|---|
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_93446f17ed6457b1cbbee6e7fdb203dc" # TODO: Remove before committing
DB_PASSWORD = "_*!HV#h5WT4dJL8qi+J8"
AWS_ACCESS_KEY = "AKIA6E23AE818CE6709A"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_93446f17ed6457b1cbbee6e7fdb203dc", "start": 85, "end": 125}, {"type": "db password", "value": "_*!HV#h5WT4dJL8qi+J8", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA6E23AE818CE6709A", "start": 216, "end": 236}, {"type": "ssn", "value": "719-88-1170", "start": 965, "e... | python_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_bad5853e3d8f201d9e1b0c8461866484" # TODO: Remove before committing
DB_PASSWORD = "Bi%mlH%vTf38HZ__hR+J"
AWS_ACCESS_KEY = "AKIA8595C3241B3338D7"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_bad5853e3d8f201d9e1b0c8461866484", "start": 85, "end": 125}, {"type": "db password", "value": "Bi%mlH%vTf38HZ__hR+J", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA8595C3241B3338D7", "start": 216, "end": 236}, {"type": "ssn", "value": "520-14-4890", "start": 965, "e... | python_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="F+wutGO((yl55T^em9R)"
export AWS_ACCESS_KEY_ID="AKIAC638A6858506086D"
export AWS_SECRET_ACCESS_KEY="ceaff6348269e17def2e71a64632d91c8c24c02deb58540bf9e307b75156589d"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_75dd42dfa... | bash | .sh | [{"type": "api key", "value": "sk_live_75dd42dfae472003e36bd637a7ff818d", "start": 303, "end": 343}, {"type": "db password", "value": "F+wutGO((yl55T^em9R)", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIAC638A6858506086D", "start": 117, "end": 137}, {"type": "aws secret", "value": "ceaff6348269e17def2e71a6... | bash_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_168bedd9a1797173ede0a0b9c5147626" # TODO: Remove before committing
DB_PASSWORD = "$nJZMfby*HDp62LJ87uK"
AWS_ACCESS_KEY = "AKIAF3293232DC4F6F82"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_168bedd9a1797173ede0a0b9c5147626", "start": 85, "end": 125}, {"type": "db password", "value": "$nJZMfby*HDp62LJ87uK", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIAF3293232DC4F6F82", "start": 216, "end": 236}, {"type": "ssn", "value": "059-66-1313", "start": 965, "e... | python_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:pH9@U#&aTB7bB7)ZLuCv@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_0ca5be342b990ecfcabbed3c
SENDGRID_API_KEY=SG.d6a7a3a4798a1d6daa08802ab10fb139.e9fcd3d21108d5d9
JWT_SECRET=2f20d6265cfd212b8b69eba30619f3efe1eb4504cfafb15654e80f37eedddfed
# I... | env | .env | [{"type": "db password", "value": "pH9@U#&aTB7bB7)ZLuCv", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_0ca5be342b990ecfcabbed3c", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.d6a7a3a4798a1d6daa08802ab10fb139.e9fcd3d21108d5d9", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "jZ70SJAkrsS%V_)Askps",
"ssl": true
},
"api_keys": {
"openai": "sk_live_5a5e574fbc468859f514c0b11e48984e",
"aws_access": "AKIA33E3F996588677CE",
"aws_secret": "8d61c59accd... | config | .json | [{"type": "api key", "value": "sk_live_5a5e574fbc468859f514c0b11e48984e", "start": 197, "end": 237}, {"type": "db password", "value": "jZ70SJAkrsS%V_)Askps", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA33E3F996588677CE", "start": 263, "end": 283}, {"type": "aws secret", "value": "8d61c59accd90a8851bc7c... | config_json | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:%PcoC#q7Uy#WDYKy1i2$@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "%PcoC#q7Uy#WDYKy1i2$", "start": 151, "end": 171}] | jupyter_notebook | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "3Nsk0&OYCmhb72@vNo*I",
"ssl": true
},
"api_keys": {
"openai": "sk_live_8f5bfd940218a10739ae331333324948",
"aws_access": "AKIA37D350F248E84951",
"aws_secret": "34995265752... | config | .json | [{"type": "api key", "value": "sk_live_8f5bfd940218a10739ae331333324948", "start": 197, "end": 237}, {"type": "db password", "value": "3Nsk0&OYCmhb72@vNo*I", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA37D350F248E84951", "start": 263, "end": 283}, {"type": "aws secret", "value": "34995265752bbc894a707f... | config_json | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "(^98BR_5de%IUI3hsV7p",
"ssl": true
},
"api_keys": {
"openai": "sk_live_c168efb4fab360ae2a0747de4bc3a41d",
"aws_access": "AKIAED6B39B3BB6F6A4A",
"aws_secret": "6d2644d00e1... | config | .json | [{"type": "api key", "value": "sk_live_c168efb4fab360ae2a0747de4bc3a41d", "start": 197, "end": 237}, {"type": "db password", "value": "(^98BR_5de%IUI3hsV7p", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIAED6B39B3BB6F6A4A", "start": 263, "end": 283}, {"type": "aws secret", "value": "6d2644d00e1df19eaa1412... | config_json | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:CiG5n6G@RzDajaow2@&)@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "CiG5n6G@RzDajaow2@&)", "start": 151, "end": 171}] | jupyter_notebook | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "&ZneKgx7lR7Kn7pn&r6D",
"ssl": true
},
"api_keys": {
"openai": "sk_live_b90160f846112ba52601c46e06e79b88",
"aws_access": "AKIA9A2804104EF1FABB",
"aws_secret": "696760b5cbb... | config | .json | [{"type": "api key", "value": "sk_live_b90160f846112ba52601c46e06e79b88", "start": 197, "end": 237}, {"type": "db password", "value": "&ZneKgx7lR7Kn7pn&r6D", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA9A2804104EF1FABB", "start": 263, "end": 283}, {"type": "aws secret", "value": "696760b5cbbe6a8f437b88... | config_json | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:%(R3D4NfyQ8*241xR8yS@db:3306/app
- API_KEY=sk_live_96adccb0502090da311d5418bf668a66
- SECRET_KEY=64119689787c7acf109afdcc0e657f01b167c8885e27f0567cb8b7d3d9779d37
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_96adccb0502090da311d5418bf668a66", "start": 133, "end": 173}, {"type": "db password", "value": "%(R3D4NfyQ8*241xR8yS", "start": 84, "end": 104}, {"type": "jwt secret", "value": "64119689787c7acf109afdcc0e657f01b167c8885e27f0567cb8b7d3d9779d37", "start": 193, "end": 257}] | docker_compose | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="&3I+vdM#$8p^57kVl2(4"
export AWS_ACCESS_KEY_ID="AKIA08D55C48F6F9331A"
export AWS_SECRET_ACCESS_KEY="06b21c08138098ffadc9fcfa075f38a7e9e4372e0d3cb8674dc8a32d352ace05"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_d55e6b2b9... | bash | .sh | [{"type": "api key", "value": "sk_live_d55e6b2b91ff5c17324a5a19101e7e26", "start": 303, "end": 343}, {"type": "db password", "value": "&3I+vdM#$8p^57kVl2(4", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA08D55C48F6F9331A", "start": 117, "end": 137}, {"type": "aws secret", "value": "06b21c08138098ffadc9fcfa... | bash_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_4cc2048cd3adc3e10d71ad8a350dbda0" # TODO: Remove before committing
DB_PASSWORD = "muMIB*+IObHi#9N(j#n!"
AWS_ACCESS_KEY = "AKIA92AA91F91A0A1660"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_4cc2048cd3adc3e10d71ad8a350dbda0", "start": 85, "end": 125}, {"type": "db password", "value": "muMIB*+IObHi#9N(j#n!", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA92AA91F91A0A1660", "start": 216, "end": 236}, {"type": "ssn", "value": "426-62-7737", "start": 965, "e... | python_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:uPrp8kg2Pm(AVzM_RDSS@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_6c1bfd9cdf071e2ec4b44a0b
SENDGRID_API_KEY=SG.13b5daf10f51b46c4815519c7f11c14f.aec6b9bc61ef8499
JWT_SECRET=f0a8ec363c6aaed6e8cdb58a612e82e78ce34d731183531e2b1331cf6c18385b
# I... | env | .env | [{"type": "db password", "value": "uPrp8kg2Pm(AVzM_RDSS", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_6c1bfd9cdf071e2ec4b44a0b", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.13b5daf10f51b46c4815519c7f11c14f.aec6b9bc61ef8499", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:YrOS85ck4&yieM0A^C%E@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "YrOS85ck4&yieM0A^C%E", "start": 151, "end": 171}] | jupyter_notebook | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:z)y5STch$jOs9lWEZXcf@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_45fce56f7dfa800a2d6895ff
SENDGRID_API_KEY=SG.785c1700ea11625a294a520bb349dff0.a0a8033c66093ecb
JWT_SECRET=b4b049ee4a7ee96a6667f3a3fc6c99a4ba9afa95f26e37b14d1a734c24e5ee00
# I... | env | .env | [{"type": "db password", "value": "z)y5STch$jOs9lWEZXcf", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_45fce56f7dfa800a2d6895ff", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.785c1700ea11625a294a520bb349dff0.a0a8033c66093ecb", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:h7G7LbMvvCXZZMda(@#z@db:3306/app
- API_KEY=sk_live_a3202c7173fea954e06895ce6f92dc71
- SECRET_KEY=e68074e18e615d02b0d1287c2f21ce35e9db4e4947a4f96c35b04eb2b4eca8e4
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_a3202c7173fea954e06895ce6f92dc71", "start": 133, "end": 173}, {"type": "db password", "value": "h7G7LbMvvCXZZMda(@#z", "start": 84, "end": 104}, {"type": "jwt secret", "value": "e68074e18e615d02b0d1287c2f21ce35e9db4e4947a4f96c35b04eb2b4eca8e4", "start": 193, "end": 257}] | docker_compose | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_997487e56e1f0f580cc42ab488494d07" # TODO: Remove before committing
DB_PASSWORD = "_6)T^i3bqC_A!p_)609@"
AWS_ACCESS_KEY = "AKIA85AD5ECC87905E90"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_997487e56e1f0f580cc42ab488494d07", "start": 85, "end": 125}, {"type": "db password", "value": "_6)T^i3bqC_A!p_)609@", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA85AD5ECC87905E90", "start": 216, "end": 236}, {"type": "ssn", "value": "623-19-1077", "start": 965, "e... | python_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="Cz)LR*dpaif9L4DwI*Jb"
export AWS_ACCESS_KEY_ID="AKIA2AD65417B39B8B80"
export AWS_SECRET_ACCESS_KEY="beae59275140cfe8e548bff094f3c61eb5648c76866ccd7beef7b77c02c967e6"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_e276b5590... | bash | .sh | [{"type": "api key", "value": "sk_live_e276b5590aeb248a63acda25ebeafab9", "start": 303, "end": 343}, {"type": "db password", "value": "Cz)LR*dpaif9L4DwI*Jb", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA2AD65417B39B8B80", "start": 117, "end": 137}, {"type": "aws secret", "value": "beae59275140cfe8e548bff0... | bash_script | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:TXad#8iuD9Va^gx&RFu)@db:3306/app
- API_KEY=sk_live_61aa6f2bb629f493d13d087d308eb810
- SECRET_KEY=6e8751a3c5d2df6859c365ab96df7bb0b9cb9f5ed81afe242bd29a6b2213b6cd
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_61aa6f2bb629f493d13d087d308eb810", "start": 133, "end": 173}, {"type": "db password", "value": "TXad#8iuD9Va^gx&RFu)", "start": 84, "end": 104}, {"type": "jwt secret", "value": "6e8751a3c5d2df6859c365ab96df7bb0b9cb9f5ed81afe242bd29a6b2213b6cd", "start": 193, "end": 257}] | docker_compose | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_41f22f9c41b20af1b3b589460f28d816" # TODO: Remove before committing
DB_PASSWORD = "R52&EHgKM^BEHm9Hx0wM"
AWS_ACCESS_KEY = "AKIAEC5EE9C9CB93164F"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_41f22f9c41b20af1b3b589460f28d816", "start": 85, "end": 125}, {"type": "db password", "value": "R52&EHgKM^BEHm9Hx0wM", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIAEC5EE9C9CB93164F", "start": 216, "end": 236}, {"type": "ssn", "value": "451-09-7683", "start": 965, "e... | python_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_abfb0d30d1c8842a2b424a61b7147172" # TODO: Remove before committing
DB_PASSWORD = "E%MSF9Zy&V4UwgbtU1WP"
AWS_ACCESS_KEY = "AKIA17C06B7C8B35E5A1"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_abfb0d30d1c8842a2b424a61b7147172", "start": 85, "end": 125}, {"type": "db password", "value": "E%MSF9Zy&V4UwgbtU1WP", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA17C06B7C8B35E5A1", "start": 216, "end": 236}, {"type": "ssn", "value": "318-84-6422", "start": 965, "e... | python_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="FrmJngcQZJEE13wN+1^o"
export AWS_ACCESS_KEY_ID="AKIA79A481652DAE1009"
export AWS_SECRET_ACCESS_KEY="514e857c7840eb1effe25380c7c786a5a153a8bf8106c2d3ffcc852803004088"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_be28bfff4... | bash | .sh | [{"type": "api key", "value": "sk_live_be28bfff41c10d473e6e91dc1ad7ae94", "start": 303, "end": 343}, {"type": "db password", "value": "FrmJngcQZJEE13wN+1^o", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA79A481652DAE1009", "start": 117, "end": 137}, {"type": "aws secret", "value": "514e857c7840eb1effe25380... | bash_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="$N$veQ)i+LP9EtmruIHF"
export AWS_ACCESS_KEY_ID="AKIAC11BD616399EF7DE"
export AWS_SECRET_ACCESS_KEY="b58db892c3c10cc83c74ef08ad4c5f474923b9caf591b884898ec86657d4e2cd"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_2947255c8... | bash | .sh | [{"type": "api key", "value": "sk_live_2947255c8b7ee57d97f84ca66bfeaf2b", "start": 303, "end": 343}, {"type": "db password", "value": "$N$veQ)i+LP9EtmruIHF", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIAC11BD616399EF7DE", "start": 117, "end": 137}, {"type": "aws secret", "value": "b58db892c3c10cc83c74ef08... | bash_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:f98_U1bhEwSSP@q$GFhE@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_8ef9d6b2d1d09330e3c4b619
SENDGRID_API_KEY=SG.b6d913375400c5d5a712f32a8ed5a50b.a55b801160444b6e
JWT_SECRET=6089e3245e17bf5abf2eb21ae233030408c55da9d0fcbd06a2737db28c6b27ee
# I... | env | .env | [{"type": "db password", "value": "f98_U1bhEwSSP@q$GFhE", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_8ef9d6b2d1d09330e3c4b619", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.b6d913375400c5d5a712f32a8ed5a50b.a55b801160444b6e", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | true |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "FrhsG^OOuQlf^DzSB^a4",
"ssl": true
},
"api_keys": {
"openai": "sk_live_9d5e0696f0d2bfee1f0cc448eabbe19d",
"aws_access": "AKIA265EF62F528F6005",
"aws_secret": "b3bb9d1e92c... | config | .json | [{"type": "api key", "value": "sk_live_9d5e0696f0d2bfee1f0cc448eabbe19d", "start": 197, "end": 237}, {"type": "db password", "value": "FrhsG^OOuQlf^DzSB^a4", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA265EF62F528F6005", "start": 263, "end": 283}, {"type": "aws secret", "value": "b3bb9d1e92c7bbea563322... | config_json | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "@14t(je3XdzH_^0ez^xz",
"ssl": true
},
"api_keys": {
"openai": "sk_live_6fa26c3aa6c93718ab46d1f2dadd33d2",
"aws_access": "AKIA399D30176E2AFC4A",
"aws_secret": "8f779cae9b9... | config | .json | [{"type": "api key", "value": "sk_live_6fa26c3aa6c93718ab46d1f2dadd33d2", "start": 197, "end": 237}, {"type": "db password", "value": "@14t(je3XdzH_^0ez^xz", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA399D30176E2AFC4A", "start": 263, "end": 283}, {"type": "aws secret", "value": "8f779cae9b9fd4fc3fb154... | config_json | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="SVE)PqnQA+v4wQ9^(58y"
export AWS_ACCESS_KEY_ID="AKIA83888943FF47FB29"
export AWS_SECRET_ACCESS_KEY="591c42abf05a3a10a32490568bcd7e0819dfdbf55a8c9d5742121b0fa66a96a9"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_3925e11eb... | bash | .sh | [{"type": "api key", "value": "sk_live_3925e11eb193937593abb865542ac290", "start": 303, "end": 343}, {"type": "db password", "value": "SVE)PqnQA+v4wQ9^(58y", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA83888943FF47FB29", "start": 117, "end": 137}, {"type": "aws secret", "value": "591c42abf05a3a10a3249056... | bash_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:WBfgpGkFTB*76*9GX67+@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_ece8103a219b9d82946c31c3
SENDGRID_API_KEY=SG.ccac7f7e6d0f7bc8c7021ec281dbfe13.ed86ddfd6e64517d
JWT_SECRET=873e0e2a7d2917fe0af51e6f594d974c3599613c0004ad32b894d268a4efcbf0
# I... | env | .env | [{"type": "db password", "value": "WBfgpGkFTB*76*9GX67+", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_ece8103a219b9d82946c31c3", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.ccac7f7e6d0f7bc8c7021ec281dbfe13.ed86ddfd6e64517d", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:X)*FzTF_W(##vlQ+s_4T@db:3306/app
- API_KEY=sk_live_6d3baa22844acb4433fcee1f428fa367
- SECRET_KEY=fccbcd40a52f0c2eb5f82019c1bbe39ff2584aa0ca2d7ce1b227a8deaa6dedfa
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_6d3baa22844acb4433fcee1f428fa367", "start": 133, "end": 173}, {"type": "db password", "value": "X)*FzTF_W(##vlQ+s_4T", "start": 84, "end": 104}, {"type": "jwt secret", "value": "fccbcd40a52f0c2eb5f82019c1bbe39ff2584aa0ca2d7ce1b227a8deaa6dedfa", "start": 193, "end": 257}] | docker_compose | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:I3PXMoNe*TzNFwMeScq5@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_b1f05e5ced36be561994abb0
SENDGRID_API_KEY=SG.227d1378c1bdd3b5ec0f7b2c68850434.8f991c27160b6387
JWT_SECRET=ca1443b29e1d56f533b7aa17a98c572b0c6ce5f9f84ab16292a4b74f7e9c71cd
# I... | env | .env | [{"type": "db password", "value": "I3PXMoNe*TzNFwMeScq5", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_b1f05e5ced36be561994abb0", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.227d1378c1bdd3b5ec0f7b2c68850434.8f991c27160b6387", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:8wR5$s45*(4c_xy+arNa@db:3306/app
- API_KEY=sk_live_3fd9b12da1eb77ed9496031fb27e4686
- SECRET_KEY=923fed60cf86162f0bb3a49cd3773767b57b5183822c8bcc85a75e8724d71732
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_3fd9b12da1eb77ed9496031fb27e4686", "start": 133, "end": 173}, {"type": "db password", "value": "8wR5$s45*(4c_xy+arNa", "start": 84, "end": 104}, {"type": "jwt secret", "value": "923fed60cf86162f0bb3a49cd3773767b57b5183822c8bcc85a75e8724d71732", "start": 193, "end": 257}] | docker_compose | true |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:*C9b2XZI4CHfyNv!GLWC@db:3306/app
- API_KEY=sk_live_2e594a1170bb6bb6ba64906fbfc8b5f8
- SECRET_KEY=bc5328af4cde93001da0d41f25b465fac7031d7eedb640dfca8fb1615d409585
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_2e594a1170bb6bb6ba64906fbfc8b5f8", "start": 133, "end": 173}, {"type": "db password", "value": "*C9b2XZI4CHfyNv!GLWC", "start": 84, "end": 104}, {"type": "jwt secret", "value": "bc5328af4cde93001da0d41f25b465fac7031d7eedb640dfca8fb1615d409585", "start": 193, "end": 257}] | docker_compose | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:R(8KcfOsK%)GTsbA@6!4@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_e7a1ae9b9fd04b1302272550
SENDGRID_API_KEY=SG.e75c7c6748ce44c8ef0a828470319638.5256d36c3607210b
JWT_SECRET=e3fcb02a65ec6545a6853e31ed2ffb624ffd087e97e84e32bf6bfc023ce68f40
# I... | env | .env | [{"type": "db password", "value": "R(8KcfOsK%)GTsbA@6!4", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_e7a1ae9b9fd04b1302272550", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.e75c7c6748ce44c8ef0a828470319638.5256d36c3607210b", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "G4M+1q8raXvr5%NLb+6$",
"ssl": true
},
"api_keys": {
"openai": "sk_live_6a02d9530fd386dd86cd942223c9fa0b",
"aws_access": "AKIA953623EEAF857975",
"aws_secret": "b6c1d0a8003... | config | .json | [{"type": "api key", "value": "sk_live_6a02d9530fd386dd86cd942223c9fa0b", "start": 197, "end": 237}, {"type": "db password", "value": "G4M+1q8raXvr5%NLb+6$", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA953623EEAF857975", "start": 263, "end": 283}, {"type": "aws secret", "value": "b6c1d0a8003eba14e62576... | config_json | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:p_M%IIHG6C^LFRnjF*3^@db:3306/app
- API_KEY=sk_live_3e876125fdfab70bb6a696d3a9206dcf
- SECRET_KEY=654fb7d2e1da470c45c4075d891ef7dbb2b0a5fe3915382cb9e67ed2197300c9
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_3e876125fdfab70bb6a696d3a9206dcf", "start": 133, "end": 173}, {"type": "db password", "value": "p_M%IIHG6C^LFRnjF*3^", "start": 84, "end": 104}, {"type": "jwt secret", "value": "654fb7d2e1da470c45c4075d891ef7dbb2b0a5fe3915382cb9e67ed2197300c9", "start": 193, "end": 257}] | docker_compose | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_0545f8e5fe452bedc2ac4109f234e8cc" # TODO: Remove before committing
DB_PASSWORD = "Sif92AU6SvCiOfgM$2_S"
AWS_ACCESS_KEY = "AKIAD3A9B77AA4C231D8"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_0545f8e5fe452bedc2ac4109f234e8cc", "start": 85, "end": 125}, {"type": "db password", "value": "Sif92AU6SvCiOfgM$2_S", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIAD3A9B77AA4C231D8", "start": 216, "end": 236}, {"type": "ssn", "value": "099-68-2440", "start": 965, "e... | python_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="7HF)Tz4coaIi&GS%80lK"
export AWS_ACCESS_KEY_ID="AKIA69BFAD0322EAD3E1"
export AWS_SECRET_ACCESS_KEY="ae2923bf1cee772f3fb882b9a63008212ba2a8d8082e90fb8ca0edaf18122ff9"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_6c1d90a15... | bash | .sh | [{"type": "api key", "value": "sk_live_6c1d90a15c2b98383755744c63d56c0a", "start": 303, "end": 343}, {"type": "db password", "value": "7HF)Tz4coaIi&GS%80lK", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA69BFAD0322EAD3E1", "start": 117, "end": 137}, {"type": "aws secret", "value": "ae2923bf1cee772f3fb882b9... | bash_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="WXWxCYjL4S&3kGj96^7G"
export AWS_ACCESS_KEY_ID="AKIA0CB534DBA5DA0CB9"
export AWS_SECRET_ACCESS_KEY="7990a4528ac1d1f3013f2870dac442311f6178bdf8f3ae7be5db985cc594d414"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_5beb6a79d... | bash | .sh | [{"type": "api key", "value": "sk_live_5beb6a79d3a0e73cb5ba1330f8ab3e56", "start": 303, "end": 343}, {"type": "db password", "value": "WXWxCYjL4S&3kGj96^7G", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA0CB534DBA5DA0CB9", "start": 117, "end": 137}, {"type": "aws secret", "value": "7990a4528ac1d1f3013f2870... | bash_script | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:AjEvfOIL_!#oGpKnmaV6@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "AjEvfOIL_!#oGpKnmaV6", "start": 151, "end": 171}] | jupyter_notebook | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_a728ab931cb728bca099322661c564a4" # TODO: Remove before committing
DB_PASSWORD = "&HPOdSkEsR1&itEZ$ycH"
AWS_ACCESS_KEY = "AKIA2DE6ACE27995B7B9"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_a728ab931cb728bca099322661c564a4", "start": 85, "end": 125}, {"type": "db password", "value": "&HPOdSkEsR1&itEZ$ycH", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA2DE6ACE27995B7B9", "start": 216, "end": 236}, {"type": "ssn", "value": "740-90-7413", "start": 965, "e... | python_script | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:%oZc0yw00Tw5Z1ZJ#X2V@db:3306/app
- API_KEY=sk_live_d6cc97dce8b1ee77075c43d3a44ae3a3
- SECRET_KEY=236c274e5558c25c1d4bd57bb3930537efed627bda194bc9aeb3df50c1c8fb08
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_d6cc97dce8b1ee77075c43d3a44ae3a3", "start": 133, "end": 173}, {"type": "db password", "value": "%oZc0yw00Tw5Z1ZJ#X2V", "start": 84, "end": 104}, {"type": "jwt secret", "value": "236c274e5558c25c1d4bd57bb3930537efed627bda194bc9aeb3df50c1c8fb08", "start": 193, "end": 257}] | docker_compose | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:WUJOR#u0091oX8Mn2GTa@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_7f533c2b9bfcc76e6e2223b0
SENDGRID_API_KEY=SG.04c343ad9dd52c95c7e88ff934509da8.3c86a935be400153
JWT_SECRET=17b7442f101c839df6b5e69fee9873ce92b818cce8196d32200ffbb87ddbd0ec
# I... | env | .env | [{"type": "db password", "value": "WUJOR#u0091oX8Mn2GTa", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_7f533c2b9bfcc76e6e2223b0", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.04c343ad9dd52c95c7e88ff934509da8.3c86a935be400153", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:g3pXGXkm@URW0z9UwQsm@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_206813f36553af6c471b8b52
SENDGRID_API_KEY=SG.b20784bf076d18fb1124be6a84367224.0453af36a9b1da3a
JWT_SECRET=54ce6118b5c6a982eb8a014d6b31b7a7ef2577cbfc095b97a88c93248863afdb
# I... | env | .env | [{"type": "db password", "value": "g3pXGXkm@URW0z9UwQsm", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_206813f36553af6c471b8b52", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.b20784bf076d18fb1124be6a84367224.0453af36a9b1da3a", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:UT4Dcr*k^)pK!w2c)a+v@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "UT4Dcr*k^)pK!w2c)a+v", "start": 151, "end": 171}] | jupyter_notebook | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="#huXK4L_)7EJk6Z6xf9v"
export AWS_ACCESS_KEY_ID="AKIAEBB869537831BAC6"
export AWS_SECRET_ACCESS_KEY="5121898d2ed1d01976752ad3106db9475b47c37e274dab5dd02fe42197152973"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_7246b8ecf... | bash | .sh | [{"type": "api key", "value": "sk_live_7246b8ecf405d680b98426fe28073fcb", "start": 303, "end": 343}, {"type": "db password", "value": "#huXK4L_)7EJk6Z6xf9v", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIAEBB869537831BAC6", "start": 117, "end": 137}, {"type": "aws secret", "value": "5121898d2ed1d01976752ad3... | bash_script | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:JHZ8+&^uy+CViYnAKw5+@db:3306/app
- API_KEY=sk_live_1de05f8fbffc6ed01423f2c57fbb6dc7
- SECRET_KEY=19ae1b422260755e2404a4bb0550dac273e2cdaa196e486282ef3de0d5615f3b
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_1de05f8fbffc6ed01423f2c57fbb6dc7", "start": 133, "end": 173}, {"type": "db password", "value": "JHZ8+&^uy+CViYnAKw5+", "start": 84, "end": 104}, {"type": "jwt secret", "value": "19ae1b422260755e2404a4bb0550dac273e2cdaa196e486282ef3de0d5615f3b", "start": 193, "end": 257}] | docker_compose | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:sbY4!p!$Eu1##lea46dB@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "sbY4!p!$Eu1##lea46dB", "start": 151, "end": 171}] | jupyter_notebook | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_edc9e846f2e3dc26adab4b220458419f" # TODO: Remove before committing
DB_PASSWORD = "i+0A3yJxx_8$aoIsLhKP"
AWS_ACCESS_KEY = "AKIA39B2B90D34FFEE16"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_edc9e846f2e3dc26adab4b220458419f", "start": 85, "end": 125}, {"type": "db password", "value": "i+0A3yJxx_8$aoIsLhKP", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA39B2B90D34FFEE16", "start": 216, "end": 236}, {"type": "ssn", "value": "221-42-2431", "start": 965, "e... | python_script | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:5Aq0wpTS$*k(%j42HcM&@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "5Aq0wpTS$*k(%j42HcM&", "start": 151, "end": 171}] | jupyter_notebook | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:zS@8eHju_B8@W#l8lMEV@db:3306/app
- API_KEY=sk_live_71a64641915fa45ae96be912096a6fba
- SECRET_KEY=42628f19bb91a19ab162ea0db53c853e8d0301bd4a4da556cba4e2b5fe9a1122
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_71a64641915fa45ae96be912096a6fba", "start": 133, "end": 173}, {"type": "db password", "value": "zS@8eHju_B8@W#l8lMEV", "start": 84, "end": 104}, {"type": "jwt secret", "value": "42628f19bb91a19ab162ea0db53c853e8d0301bd4a4da556cba4e2b5fe9a1122", "start": 193, "end": 257}] | docker_compose | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "CXlD1Pq%_e8(Q!^aaVCB",
"ssl": true
},
"api_keys": {
"openai": "sk_live_aa704ab4af0c6de0383623f9103cc75c",
"aws_access": "AKIA6306F39FE48A6067",
"aws_secret": "fc985236853... | config | .json | [{"type": "api key", "value": "sk_live_aa704ab4af0c6de0383623f9103cc75c", "start": 197, "end": 237}, {"type": "db password", "value": "CXlD1Pq%_e8(Q!^aaVCB", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA6306F39FE48A6067", "start": 263, "end": 283}, {"type": "aws secret", "value": "fc985236853d1390a487ef... | config_json | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="mbfC!2dckf$KJ0UrDF^k"
export AWS_ACCESS_KEY_ID="AKIA15C682E62E05CFCE"
export AWS_SECRET_ACCESS_KEY="0b714c06000b8ee96c021d5ad8b53bb6fd07ce14b7ec1c394f2dc7af7b755f87"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_9a63dce3c... | bash | .sh | [{"type": "api key", "value": "sk_live_9a63dce3c232831aa04be5c15639a97b", "start": 303, "end": 343}, {"type": "db password", "value": "mbfC!2dckf$KJ0UrDF^k", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA15C682E62E05CFCE", "start": 117, "end": 137}, {"type": "aws secret", "value": "0b714c06000b8ee96c021d5a... | bash_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_9ca6fd49deac66dd2ff3f1e256e649ae" # TODO: Remove before committing
DB_PASSWORD = "!2mYN*3l*N(kMsBZGFG1"
AWS_ACCESS_KEY = "AKIA4626F6D40A1DF2D1"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_9ca6fd49deac66dd2ff3f1e256e649ae", "start": 85, "end": 125}, {"type": "db password", "value": "!2mYN*3l*N(kMsBZGFG1", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA4626F6D40A1DF2D1", "start": 216, "end": 236}, {"type": "ssn", "value": "172-28-3158", "start": 965, "e... | python_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:2m_VBfl&T&pQt!dVjn1T@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_1b92045d4bb70dc3fdde8534
SENDGRID_API_KEY=SG.13293d02a4a2fb19b3eb4ee75542296b.c1633173c4914012
JWT_SECRET=79fe922a61ae5676677183d18b75af542ee1728513cf590add84bc9a6a1281a7
# I... | env | .env | [{"type": "db password", "value": "2m_VBfl&T&pQt!dVjn1T", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_1b92045d4bb70dc3fdde8534", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.13293d02a4a2fb19b3eb4ee75542296b.c1633173c4914012", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:13mgiqUQ&BP9orc2nn6L@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_577df95c9ba48832f40b4121
SENDGRID_API_KEY=SG.232d61f93871ae65e5a71690b0fd873d.a995fed4b5ac9715
JWT_SECRET=257d90a15d00f379f14975e3d434306dcb601249b9e4406207878b3289d6bbf1
# I... | env | .env | [{"type": "db password", "value": "13mgiqUQ&BP9orc2nn6L", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_577df95c9ba48832f40b4121", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.232d61f93871ae65e5a71690b0fd873d.a995fed4b5ac9715", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:lA3IJFD6Mc!H*PbtFZXA@db:3306/app
- API_KEY=sk_live_0014debe67a3760dab1a717c7cdb32cd
- SECRET_KEY=0754855d2a1e8f83d4355922f4cb81e263d54f235f53b27de13c05744e011157
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_0014debe67a3760dab1a717c7cdb32cd", "start": 133, "end": 173}, {"type": "db password", "value": "lA3IJFD6Mc!H*PbtFZXA", "start": 84, "end": 104}, {"type": "jwt secret", "value": "0754855d2a1e8f83d4355922f4cb81e263d54f235f53b27de13c05744e011157", "start": 193, "end": 257}] | docker_compose | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:*)#li1FC&EhAkC7joMq8@db:3306/app
- API_KEY=sk_live_b01de78629b4ba6de0fe5307c9bdb00b
- SECRET_KEY=c63c33f2dd82e6be52cacedc6aa219bc0cbf342ecdf6326ca55824dbfca5396e
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_b01de78629b4ba6de0fe5307c9bdb00b", "start": 133, "end": 173}, {"type": "db password", "value": "*)#li1FC&EhAkC7joMq8", "start": 84, "end": 104}, {"type": "jwt secret", "value": "c63c33f2dd82e6be52cacedc6aa219bc0cbf342ecdf6326ca55824dbfca5396e", "start": 193, "end": 257}] | docker_compose | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_a6b63e779316132ef9f27a5b3552603d" # TODO: Remove before committing
DB_PASSWORD = "RgwsAR@!g46B*bA%*wLQ"
AWS_ACCESS_KEY = "AKIA157F62FD0BAD5B4B"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_a6b63e779316132ef9f27a5b3552603d", "start": 85, "end": 125}, {"type": "db password", "value": "RgwsAR@!g46B*bA%*wLQ", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA157F62FD0BAD5B4B", "start": 216, "end": 236}, {"type": "ssn", "value": "127-71-4141", "start": 965, "e... | python_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:Y#ab7W3n*f((*22vQWe9@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_b23e3a0e19a755ff2125775e
SENDGRID_API_KEY=SG.7a22d47540af6597dcfc242b416f7017.0a4e6a96278ec7e6
JWT_SECRET=7d285d289026a8f4aa7da9765b958785f248d3afee8f6fa2b62b75a7c46f8468
# I... | env | .env | [{"type": "db password", "value": "Y#ab7W3n*f((*22vQWe9", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_b23e3a0e19a755ff2125775e", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.7a22d47540af6597dcfc242b416f7017.0a4e6a96278ec7e6", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:&m1HxxGolak*I%v+IVl9@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "&m1HxxGolak*I%v+IVl9", "start": 151, "end": 171}] | jupyter_notebook | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "#^P5x$4ZH5LlLpL(O8*p",
"ssl": true
},
"api_keys": {
"openai": "sk_live_60cd5d08a53f7d879cf2c83d6e3271db",
"aws_access": "AKIA5941A74F30963283",
"aws_secret": "d83a71190ba... | config | .json | [{"type": "api key", "value": "sk_live_60cd5d08a53f7d879cf2c83d6e3271db", "start": 197, "end": 237}, {"type": "db password", "value": "#^P5x$4ZH5LlLpL(O8*p", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA5941A74F30963283", "start": 263, "end": 283}, {"type": "aws secret", "value": "d83a71190ba524e3be8001... | config_json | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:uHLjfGIunVjLaw)d)$3o@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_ccf67d8a8cd8e7d55bd8d4d2
SENDGRID_API_KEY=SG.963b4c32e739bf987d9cbbc066f77f8f.01d2d95b392fdbb3
JWT_SECRET=b70c6bd47842a349d80846f630cef6c2cfa2a49e1c2e4c63557cdf7d63eb008f
# I... | env | .env | [{"type": "db password", "value": "uHLjfGIunVjLaw)d)$3o", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_ccf67d8a8cd8e7d55bd8d4d2", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.963b4c32e739bf987d9cbbc066f77f8f.01d2d95b392fdbb3", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | true |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_14e8235dd22e8d71bb6d08d8cf17e9bd" # TODO: Remove before committing
DB_PASSWORD = "i+VvebdRqW!*G$%7k5c_"
AWS_ACCESS_KEY = "AKIA7D4AC77986D3A2C6"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_14e8235dd22e8d71bb6d08d8cf17e9bd", "start": 85, "end": 125}, {"type": "db password", "value": "i+VvebdRqW!*G$%7k5c_", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA7D4AC77986D3A2C6", "start": 216, "end": 236}, {"type": "ssn", "value": "795-93-3171", "start": 965, "e... | python_script | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "g($87FofMv1uWjYo#kS^",
"ssl": true
},
"api_keys": {
"openai": "sk_live_d8bd1d6730ede12837218215dd22843d",
"aws_access": "AKIA5E75EBE6CF73A833",
"aws_secret": "4d971ee5fb3... | config | .json | [{"type": "api key", "value": "sk_live_d8bd1d6730ede12837218215dd22843d", "start": 197, "end": 237}, {"type": "db password", "value": "g($87FofMv1uWjYo#kS^", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA5E75EBE6CF73A833", "start": 263, "end": 283}, {"type": "aws secret", "value": "4d971ee5fb3a68497ea5b4... | config_json | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_759ad0a9145f488d820662b03056b655" # TODO: Remove before committing
DB_PASSWORD = "!P89YB&*xjRY3l3cn3nr"
AWS_ACCESS_KEY = "AKIA9EB243CB4F34C9B6"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_759ad0a9145f488d820662b03056b655", "start": 85, "end": 125}, {"type": "db password", "value": "!P89YB&*xjRY3l3cn3nr", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA9EB243CB4F34C9B6", "start": 216, "end": 236}, {"type": "ssn", "value": "405-85-0505", "start": 965, "e... | python_script | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:GlSx_cxkfFw3TE!W(wAh@db:3306/app
- API_KEY=sk_live_e5beceb29580d9f5adac1773c4bb84a5
- SECRET_KEY=4834ad6d57ccee9f85d18b02d111183feb48ba743b97a87e0274aa5f71704083
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_e5beceb29580d9f5adac1773c4bb84a5", "start": 133, "end": 173}, {"type": "db password", "value": "GlSx_cxkfFw3TE!W(wAh", "start": 84, "end": 104}, {"type": "jwt secret", "value": "4834ad6d57ccee9f85d18b02d111183feb48ba743b97a87e0274aa5f71704083", "start": 193, "end": 257}] | docker_compose | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:lwSBkel8#cCNKjO(Z98n@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_dd3a88c9c7f01378ddafb5a5
SENDGRID_API_KEY=SG.f42d5f85158846af3c0a44bdded089f4.629eed226803f54b
JWT_SECRET=38db01df5c0f158da28e4b4a88bc1f1378c6103f728ddf9339107e1fcd6896e5
# I... | env | .env | [{"type": "db password", "value": "lwSBkel8#cCNKjO(Z98n", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_dd3a88c9c7f01378ddafb5a5", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.f42d5f85158846af3c0a44bdded089f4.629eed226803f54b", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_8bd85e74579b170bc734acc16fc4baf8" # TODO: Remove before committing
DB_PASSWORD = "NE4O%x$3tEMLXyBeQ_27"
AWS_ACCESS_KEY = "AKIABE0748F8618D1C61"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_8bd85e74579b170bc734acc16fc4baf8", "start": 85, "end": 125}, {"type": "db password", "value": "NE4O%x$3tEMLXyBeQ_27", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIABE0748F8618D1C61", "start": 216, "end": 236}, {"type": "ssn", "value": "494-87-7845", "start": 965, "e... | python_script | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="@$U+YUU271wWT)fn8&Lz"
export AWS_ACCESS_KEY_ID="AKIAB6F9C7A3989DD73A"
export AWS_SECRET_ACCESS_KEY="4ad95a4e8e161b6b176f37ee19709a9712072b09486874ddb1a0c74ab85c30b5"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_0d25ed6d0... | bash | .sh | [{"type": "api key", "value": "sk_live_0d25ed6d00fad961d73c5e83758e851a", "start": 303, "end": 343}, {"type": "db password", "value": "@$U+YUU271wWT)fn8&Lz", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIAB6F9C7A3989DD73A", "start": 117, "end": 137}, {"type": "aws secret", "value": "4ad95a4e8e161b6b176f37ee... | bash_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_ef6884aef62e2dcadaf59c1a29308046" # TODO: Remove before committing
DB_PASSWORD = "_$RnlkGVgid*)N5p6qQ1"
AWS_ACCESS_KEY = "AKIA96EF5B1EAD44F267"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_ef6884aef62e2dcadaf59c1a29308046", "start": 85, "end": 125}, {"type": "db password", "value": "_$RnlkGVgid*)N5p6qQ1", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA96EF5B1EAD44F267", "start": 216, "end": 236}, {"type": "ssn", "value": "458-90-2651", "start": 965, "e... | python_script | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:l(c$G6lmMW&7FXZkHa9x@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "l(c$G6lmMW&7FXZkHa9x", "start": 151, "end": 171}] | jupyter_notebook | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="I*0Iwlwq)UdxfiixLMV#"
export AWS_ACCESS_KEY_ID="AKIAFA66A1A3C8B9066D"
export AWS_SECRET_ACCESS_KEY="abb81c41d18aebd6db7cbc2f340432a7f74ad30f92a7551af1386bec08ba9725"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_3c482414e... | bash | .sh | [{"type": "api key", "value": "sk_live_3c482414e01cb414a2ff4f2f5cca9085", "start": 303, "end": 343}, {"type": "db password", "value": "I*0Iwlwq)UdxfiixLMV#", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIAFA66A1A3C8B9066D", "start": 117, "end": 137}, {"type": "aws secret", "value": "abb81c41d18aebd6db7cbc2f... | bash_script | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "iS$_XTysqOyt74a%lNSP",
"ssl": true
},
"api_keys": {
"openai": "sk_live_2e9b9571f1c7a6f23ea1c3ebc12a38ea",
"aws_access": "AKIAC6191515F85410D6",
"aws_secret": "39f28748222... | config | .json | [{"type": "api key", "value": "sk_live_2e9b9571f1c7a6f23ea1c3ebc12a38ea", "start": 197, "end": 237}, {"type": "db password", "value": "iS$_XTysqOyt74a%lNSP", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIAC6191515F85410D6", "start": 263, "end": 283}, {"type": "aws secret", "value": "39f2874822232c486ee618... | config_json | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "zJ)sYRBO+p$P036o*27E",
"ssl": true
},
"api_keys": {
"openai": "sk_live_352c00b447438af3f842febf8d353745",
"aws_access": "AKIA0C08E6F646B99353",
"aws_secret": "fef11cceed6... | config | .json | [{"type": "api key", "value": "sk_live_352c00b447438af3f842febf8d353745", "start": 197, "end": 237}, {"type": "db password", "value": "zJ)sYRBO+p$P036o*27E", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA0C08E6F646B99353", "start": 263, "end": 283}, {"type": "aws secret", "value": "fef11cceed61b3fa3c8bd3... | config_json | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "Hr4ThQL0p)56uh3H+vN$",
"ssl": true
},
"api_keys": {
"openai": "sk_live_2a47b2015f4d8bb40cbe3db44c42daff",
"aws_access": "AKIAF864589D6610F751",
"aws_secret": "456c952261b... | config | .json | [{"type": "api key", "value": "sk_live_2a47b2015f4d8bb40cbe3db44c42daff", "start": 197, "end": 237}, {"type": "db password", "value": "Hr4ThQL0p)56uh3H+vN$", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIAF864589D6610F751", "start": 263, "end": 283}, {"type": "aws secret", "value": "456c952261b9bd913a5f31... | config_json | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:7A!moLMn*wN!495!FITH@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "7A!moLMn*wN!495!FITH", "start": 151, "end": 171}] | jupyter_notebook | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "k$Fd#^Nj7HS1s65!yeGy",
"ssl": true
},
"api_keys": {
"openai": "sk_live_1121b1713f4926226c740c9faddfc885",
"aws_access": "AKIA6B060C557E0F9855",
"aws_secret": "ba1e121f934... | config | .json | [{"type": "api key", "value": "sk_live_1121b1713f4926226c740c9faddfc885", "start": 197, "end": 237}, {"type": "db password", "value": "k$Fd#^Nj7HS1s65!yeGy", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA6B060C557E0F9855", "start": 263, "end": 283}, {"type": "aws secret", "value": "ba1e121f93448a0000459c... | config_json | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="&@uzY%Zdk)5ykhFp23E)"
export AWS_ACCESS_KEY_ID="AKIA6C2FDF26828F9299"
export AWS_SECRET_ACCESS_KEY="b931a827f04e10733bd27871512559d9f642e24babe6d0e756d62af027e6c6dd"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_8da4327ee... | bash | .sh | [{"type": "api key", "value": "sk_live_8da4327ee29c74ad7aa2b53b3cb42fae", "start": 303, "end": 343}, {"type": "db password", "value": "&@uzY%Zdk)5ykhFp23E)", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA6C2FDF26828F9299", "start": 117, "end": 137}, {"type": "aws secret", "value": "b931a827f04e10733bd27871... | bash_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_ff39a0460c37924d3d6f57747e41a5cb" # TODO: Remove before committing
DB_PASSWORD = "IB#a$vJ#*2#ZGO9k$4f!"
AWS_ACCESS_KEY = "AKIA72FCA8FBCE843AEB"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_ff39a0460c37924d3d6f57747e41a5cb", "start": 85, "end": 125}, {"type": "db password", "value": "IB#a$vJ#*2#ZGO9k$4f!", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA72FCA8FBCE843AEB", "start": 216, "end": 236}, {"type": "ssn", "value": "720-86-6998", "start": 965, "e... | python_script | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_88721b09cebe39530242ce6bfc76a186" # TODO: Remove before committing
DB_PASSWORD = "#2RWvsSzomYnR5SFShEL"
AWS_ACCESS_KEY = "AKIA20C1486A13E46160"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_88721b09cebe39530242ce6bfc76a186", "start": 85, "end": 125}, {"type": "db password", "value": "#2RWvsSzomYnR5SFShEL", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA20C1486A13E46160", "start": 216, "end": 236}, {"type": "ssn", "value": "812-62-2833", "start": 965, "e... | python_script | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:Z#lGtuCrKuDjhouY+%9B@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "Z#lGtuCrKuDjhouY+%9B", "start": 151, "end": 171}] | jupyter_notebook | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:)F2Dvi0Dm1YKu5c+f&gD@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": ")F2Dvi0Dm1YKu5c+f&gD", "start": 151, "end": 171}] | jupyter_notebook | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:5Uy*BqRm4Lu@6RCH!DEY@db:3306/app
- API_KEY=sk_live_3a17b5bde0f95c4b560c78148363dbf3
- SECRET_KEY=6c4bca80bde79a30849426d2f7ebf5795003bd9481bcc2915bf6bf6bb3aebafd
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_3a17b5bde0f95c4b560c78148363dbf3", "start": 133, "end": 173}, {"type": "db password", "value": "5Uy*BqRm4Lu@6RCH!DEY", "start": 84, "end": 104}, {"type": "jwt secret", "value": "6c4bca80bde79a30849426d2f7ebf5795003bd9481bcc2915bf6bf6bb3aebafd", "start": 193, "end": 257}] | docker_compose | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:^(BrfirrIKvsv8j*1i1R@db:3306/app
- API_KEY=sk_live_c0cd1573db3a89643c302d683e0e113f
- SECRET_KEY=fb13c765e04e27e34d99979a5a493ca33cf20840d21df71e881c29e2c7700357
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_c0cd1573db3a89643c302d683e0e113f", "start": 133, "end": 173}, {"type": "db password", "value": "^(BrfirrIKvsv8j*1i1R", "start": 84, "end": 104}, {"type": "jwt secret", "value": "fb13c765e04e27e34d99979a5a493ca33cf20840d21df71e881c29e2c7700357", "start": 193, "end": 257}] | docker_compose | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:vURZeM(Lq&6Ry5tix2Kr@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "vURZeM(Lq&6Ry5tix2Kr", "start": 151, "end": 171}] | jupyter_notebook | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "&GitTa+q1eJAiLTf)8Y6",
"ssl": true
},
"api_keys": {
"openai": "sk_live_57b5a5db4c06df5afb26517c2c509ade",
"aws_access": "AKIA27910BD4E1AF7656",
"aws_secret": "65a31258120... | config | .json | [{"type": "api key", "value": "sk_live_57b5a5db4c06df5afb26517c2c509ade", "start": 197, "end": 237}, {"type": "db password", "value": "&GitTa+q1eJAiLTf)8Y6", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIA27910BD4E1AF7656", "start": 263, "end": 283}, {"type": "aws secret", "value": "65a31258120287f1c42a7d... | config_json | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:Uu2AFG^JS()d8RQxX(fO@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_194ceb7e24343c8d14785556
SENDGRID_API_KEY=SG.bb989d1d0a2c308f37630a3bd716b8b9.7ea0cf345de8eff2
JWT_SECRET=660aa44d80c0b1bfadb2f56de767b34de1d8b49fd582b81671ea672572ad1e11
# I... | env | .env | [{"type": "db password", "value": "Uu2AFG^JS()d8RQxX(fO", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_194ceb7e24343c8d14785556", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.bb989d1d0a2c308f37630a3bd716b8b9.7ea0cf345de8eff2", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | true |
# Production Environment Variables
DATABASE_URL=postgres://admin:S4(CHUxn2quNNJ_+@qsM@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_f2d1030743523c3114a7f293
SENDGRID_API_KEY=SG.17210e1ecc600337a17312c89d6ceb7e.b04813f89fe66609
JWT_SECRET=1ca82d74f0b76d11e32a3cd553ba3f0fbd2911e8ac523e3433fb51075595bf91
# I... | env | .env | [{"type": "db password", "value": "S4(CHUxn2quNNJ_+@qsM", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_f2d1030743523c3114a7f293", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.17210e1ecc600337a17312c89d6ceb7e.b04813f89fe66609", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
#!/bin/bash
# Deployment script for production
export DB_PASSWORD="12&Lls+DNzACi*yQ#3#G"
export AWS_ACCESS_KEY_ID="AKIA6AE68C949911FFC3"
export AWS_SECRET_ACCESS_KEY="3ea931700e7d592284670953c54bfca2c4a5bcce074af5ae2a4700c53665e8bb"
echo "Deploying with credentials..."
curl -H "Authorization: Token sk_live_d05006fb4... | bash | .sh | [{"type": "api key", "value": "sk_live_d05006fb486f27272765d6f78d21ab81", "start": 303, "end": 343}, {"type": "db password", "value": "12&Lls+DNzACi*yQ#3#G", "start": 69, "end": 89}, {"type": "aws key", "value": "AKIA6AE68C949911FFC3", "start": 117, "end": 137}, {"type": "aws secret", "value": "3ea931700e7d592284670953... | bash_script | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:sS1#J$G&HerYdKtC2i#^@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_a2d8b440d6d198077673ec3a
SENDGRID_API_KEY=SG.bf442d682a8a9de95e66bd1a185bd119.68f9e2044e51a062
JWT_SECRET=6df831e1656301750ea0682b4d732597ddd2ad8fbbd6aed49d30e5d122108c15
# I... | env | .env | [{"type": "db password", "value": "sS1#J$G&HerYdKtC2i#^", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_a2d8b440d6d198077673ec3a", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.bf442d682a8a9de95e66bd1a185bd119.68f9e2044e51a062", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
import os
import requests
from datetime import datetime
# Configuration
API_KEY = "sk_live_5f66a392d4211b1214bdeb8ac1d93449" # TODO: Remove before committing
DB_PASSWORD = "RHIXSyGDmV_KkSjb^u1Z"
AWS_ACCESS_KEY = "AKIA758CD091CDCE57CE"
def fetch_user_data(user_id):
"""Fetch user data from API"""
headers = {"... | python | .py | [{"type": "api key", "value": "sk_live_5f66a392d4211b1214bdeb8ac1d93449", "start": 85, "end": 125}, {"type": "db password", "value": "RHIXSyGDmV_KkSjb^u1Z", "start": 176, "end": 196}, {"type": "aws key", "value": "AKIA758CD091CDCE57CE", "start": 216, "end": 236}, {"type": "ssn", "value": "736-45-1463", "start": 965, "e... | python_script | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:p%sxMTy(8)J8YeIK30_T@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "p%sxMTy(8)J8YeIK30_T", "start": 151, "end": 171}] | jupyter_notebook | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:!Ux^gQph8QPX6Ybwc9UX@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "!Ux^gQph8QPX6Ybwc9UX", "start": 151, "end": 171}] | jupyter_notebook | false |
# Cell 1: Setup
import pandas as pd
from sqlalchemy import create_engine
# Connect to production database
engine = create_engine("postgresql://admin:075LRzyx_mnhIGaf0Uo%@localhost/production")
# Cell 2: Query sensitive data
query = """
SELECT name, ssn, credit_card, address
FROM customers
WHERE status = 'active'
"... | jupyter | .ipynb | [{"type": "db password", "value": "075LRzyx_mnhIGaf0Uo%", "start": 151, "end": 171}] | jupyter_notebook | false |
version: '3.8'
services:
app:
environment:
- DATABASE_URL=mysql://root:cz3Qk^IQcEf6#X%Vs4W)@db:3306/app
- API_KEY=sk_live_207aaea9206f1c872b5a3d529f80e3f2
- SECRET_KEY=6f3738ac03629599cd63fba5e2b2a137d10c63621f36acf4f0db1ecfaa1c189c
volumes:
- ./secrets:/app/secrets:ro # Mounting sec... | docker | .yml | [{"type": "api key", "value": "sk_live_207aaea9206f1c872b5a3d529f80e3f2", "start": 133, "end": 173}, {"type": "db password", "value": "cz3Qk^IQcEf6#X%Vs4W)", "start": 84, "end": 104}, {"type": "jwt secret", "value": "6f3738ac03629599cd63fba5e2b2a137d10c63621f36acf4f0db1ecfaa1c189c", "start": 193, "end": 257}] | docker_compose | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:i4*te*^U6Ks+1EbrdsUQ@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_ff7795fba2ee24840838b4c3
SENDGRID_API_KEY=SG.145a45a6b860fe5f19aa5395a0598ef5.2e7062f3fe231ba9
JWT_SECRET=92c58ed70d9be21d1e863d512850c6b228aabc1eaf6c6f5e4905dd45b2487759
# I... | env | .env | [{"type": "db password", "value": "i4*te*^U6Ks+1EbrdsUQ", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_ff7795fba2ee24840838b4c3", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.145a45a6b860fe5f19aa5395a0598ef5.2e7062f3fe231ba9", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
# Production Environment Variables
DATABASE_URL=postgres://admin:_2fVX%SgRnLz#%k$(_7L@db.production.internal:5432/app
STRIPE_SECRET_KEY=sk_live_06a9325f42b8c8e57a2a4e12
SENDGRID_API_KEY=SG.6d4fe3a1093d8e9322c4050827eca814.5119dbf76c56964b
JWT_SECRET=f0440c994c55a20125d6c4bb677bbd43d7f645ac10580bb86b2efd1ff8795986
# I... | env | .env | [{"type": "db password", "value": "_2fVX%SgRnLz#%k$(_7L", "start": 66, "end": 86}, {"type": "stripe key", "value": "sk_live_06a9325f42b8c8e57a2a4e12", "start": 137, "end": 169}, {"type": "sendgrid key", "value": "SG.6d4fe3a1093d8e9322c4050827eca814.5119dbf76c56964b", "start": 187, "end": 239}, {"type": "jwt secret", "v... | env_file | false |
{
"database": {
"host": "prod-db.example.com",
"username": "admin",
"password": "_IdS1uD*^Xj@O!1iarIl",
"ssl": true
},
"api_keys": {
"openai": "sk_live_7e2979291deb6fe12a4152e1c53690af",
"aws_access": "AKIAB24D954614B04947",
"aws_secret": "652bd42aa22... | config | .json | [{"type": "api key", "value": "sk_live_7e2979291deb6fe12a4152e1c53690af", "start": 197, "end": 237}, {"type": "db password", "value": "_IdS1uD*^Xj@O!1iarIl", "start": 110, "end": 130}, {"type": "aws key", "value": "AKIAB24D954614B04947", "start": 263, "end": 283}, {"type": "aws secret", "value": "652bd42aa22e8e1c4b243f... | config_json | false |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 8