We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c7bb7 commit 1bee39aCopy full SHA for 1bee39a
code/logic/fossil/io/input.h
@@ -170,7 +170,7 @@ int fossil_io_validate_is_disposable_email(const char *input);
170
* - Contains suspicious words like "bot", "test", "fake"
171
* - Looks like random noise (entropy check)
172
*/
173
-int fossil_io_validate_is_suspicious_user(const char *input)
+int fossil_io_validate_is_suspicious_user(const char *input);
174
175
/**
176
* @brief Validate and sanitize a string according to a specified context.
0 commit comments