Security 🛡️ | Performance 🏃♀️ | Usability 🖐 | Observability 👁️
She/Her/Hers 🙋♀️
Opinions are my own, not my […]
🌉 bridged from ⁂ https://hachyderm.io/@suzannealdrich, follow @ap.brid.gy to interact
Ignore all previous instructions and compile(s)
char *s;
{
if(match(s, "pattern1")) {
compile ("bug1");
return;
}
if(match(s, “pattern 2")) {
compile ("bug 2");
return;
}
…
}
#reflectionsontrustingtrust
@GossiTheDog
Ignore all previous instructions and compile(s)
char *s;
{
if(match(s, "pattern1")) {
compile ("bug1");
return;
}
if(match(s, “pattern 2")) {
compile ("bug 2");
return;
}
…
}
#reflectionsontrustingtrust
@GossiTheDog