Skip to content
View seanieb's full-sized avatar
🦔
Trying to build suff!
🦔
Trying to build suff!

Organizations

@endengine
Block or Report

Block or report seanieb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Prevent CSV Injection when suing use... Prevent CSV Injection when suing user generated data
    1
    
                  
    2
    def escape_csv(user_generated_string):
    3
    	""" 
    4
    	CSV injection esacaping for Python. Excel treats a string as active content when it encounters a 
    5
    	"trigger" character at the start of the string. This method returns the string with 
  2. Install ssh only google-authenticato... Install ssh only google-authenticator for users using EC2 User Data on first boot.
    1
    #!/bin/bash
    2
    
                  
    3
    # Ubuntu 18.04 account creation and Google 2FA/MFA for use on EC2 User data at instance launch 
    4
    # Create users when launching an Ubuntu server EC2 instance
    5