Skip to content

Commit f81e40a

Browse files
committed
because we care
1 parent f48b9f2 commit f81e40a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

contentctl/contentctl.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,18 @@ def test_common_func(config: test_common):
158158

159159
def get_random_compliment():
160160
compliments = [
161-
"Your code is as elegant as a perfectly balanced binary tree! 🌳",
162-
"You're the human equivalent of well-documented code! ⭐",
163-
"Bug-free code? Must be your work! 🚀",
164-
"You make debugging look like an art form! 🎨",
165-
"Your commits are poetry in motion! 📝",
166-
"You're the exception handler of excellence! 🛡️",
167-
"Your code reviews are legendary! 👑",
168-
"You're the MVP of the repository! 🏆",
161+
"Your detection rules are like a zero-day shield! 🛡️",
162+
"You catch threats like it's child's play! 🎯",
163+
"Your correlation rules are pure genius! 🧠",
164+
"Threat actors fear your detection engineering! ⚔️",
165+
"You're the SOC's secret weapon! 🦾",
166+
"Your false positive rate is impressively low! 📊",
167+
"Malware trembles at your detection logic! 🦠",
168+
"You're the threat hunter extraordinaire! 🔍",
169+
"Your MITRE mappings are a work of art! 🎨",
170+
"APTs have nightmares about your detections! 👻",
171+
"Your content testing is bulletproof! 🎯",
172+
"You're the detection engineering MVP! 🏆",
169173
]
170174
return random.choice(compliments)
171175

0 commit comments

Comments
 (0)