A clear and concise description of what the bug is.
A clear and concise description of what you expected to happen.
What is the impact of this bug on the user, how critical is to fix? P0, P1 .. P4
#!/bin/bash | |
# Check if a command is passed | |
if [ -z "$1" ]; then | |
echo "Started internet watchdog!" | |
else | |
echo "Usage: $0; <command>" | |
exit 1 | |
fi |
#!/bin/bash | |
# Ensure the script runs in the directory where SVG files are located | |
cd /path/to/your/svg/files | |
# Loop through all SVG files in the current directory | |
for file in *.svg; do | |
# Add fill="currentColor" to each SVG file using sed | |
sed -i 's/<svg /<svg fill="currentColor" /g' "$file" | |
done |
let getSeconds = secondsText => { | |
let spl = secondsText.split(':'); | |
return parseInt(spl[0]) * 60 + parseInt(spl[1]); | |
}; | |
let getEmbedUrl = url => { | |
let vIndex = url.indexOf('?v='); | |
let lIndex = url.indexOf('&list='); | |
return 'https://www.youtube.com/embed/' + url.substring(vIndex + 3, lIndex); | |
}; |
google dork -> site:.co.uk inurl:"responsible disclosure" | |
https://registry.internetnz.nz/about/vulnerability-disclosure-policy/ | |
http://www.123contactform.com/security-acknowledgements.htm | |
https://18f.gsa.gov/vulnerability-disclosure-policy/ | |
https://support.1password.com/security-assessments/ | |
https://www.23andme.com/security-report/ | |
https://www.abnamro.com/en/footer/responsible-disclosure.html | |
https://www.accenture.com/us-en/company-accenture-responsible-disclosure | |
https://www.accredible.com/white_hat/ | |
https://www.acquia.com/how-report-security-issue |
[ | |
{ | |
"name": "g", | |
"title": "Github", | |
"description": "All of my open-source and personal work", | |
"public": true, | |
"url": "https://github.com/rishiosaur" | |
}, | |
{ | |
"name": "t", |
responsible disclosure reward r=h:UK | |
site:*.*.nl intext:security report reward | |
inurl:responsible disclosure reward | |
inurl:responsible disclosure bounty | |
inurl:responsible disclosure swag | |
site:*.*.nl intext:responsible disclosure reward | |
responsible disclosure reward r=h:eu |
set inputVolume to input volume of (get volume settings)
if inputVolume = 0 then
set inputVolume to 100
display notification "Volume set to 100" with title "✅ Microphone is on"
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist