Open marketplace application for buying and selling items with digital cash.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
lalanza808 e44cb91b10 dockerizing the remaining components, prepping for stage deployment 5 years ago
bids init 5 years ago
bin dockerizing the remaining components, prepping for stage deployment 5 years ago
core init 5 years ago
items init 5 years ago
sales init 5 years ago
web init 5 years ago
xmrauctions init 5 years ago
.dockerignore dockerizing the remaining components, prepping for stage deployment 5 years ago
.gitignore init 5 years ago
Dockerfile-monero dockerizing the remaining components, prepping for stage deployment 5 years ago
Dockerfile-xmrauctions dockerizing the remaining components, prepping for stage deployment 5 years ago
Makefile dockerizing the remaining components, prepping for stage deployment 5 years ago
README.md adding readme with security info 5 years ago
docker-compose.stage.yaml dockerizing the remaining components, prepping for stage deployment 5 years ago
docker-compose.yaml init 5 years ago
manage.py init 5 years ago
requirements.txt dockerizing the remaining components, prepping for stage deployment 5 years ago

README.md

xmrauctions

I'll be filling this in over the following days. Stay tuned.

Security Go-Live Checklist

In no particular order, nice to haves, and should likely haves:

  • Bad bot spam prevention (fail2ban)
  • DDoS mitigation
  • Secrets in SSM with env setting
  • Email spam prevention
  • Cloudtrail configured all regions
  • Web server access logs syncing to S3
  • Log rotate on access logs
  • Security ELK dashboard
  • Malicious Image upload abuse prevention
  • SES metric alarms
  • Budget alarms
  • Unit Tests