@@ -23,7 +23,7 @@ export const ArticleMetadata = z.object({
2323 . max ( 150 , "Summary should be less than 150 characters" ) ,
2424 cover : z . string ( ) . nonempty ( ) ,
2525 coverAlt : z . string ( ) . nonempty ( ) ,
26- author : z . enum ( [ "renbou" , "qwqoro" , "slonser" ] ) ,
26+ author : z . enum ( [ "neploxaudit" , " renbou", "qwqoro" , "slonser" ] ) ,
2727 publishedAt : z . string ( ) . datetime ( ) , // exposed in OpenGraph meta
2828 modifiedAt : z . string ( ) . datetime ( ) , // used for Sitemap
2929 question : z . string ( ) . nonempty ( ) ,
@@ -42,6 +42,19 @@ export type AuthorInfo = {
4242} ;
4343
4444export const authors : Record < ArticleMetadata [ "author" ] , AuthorInfo > = {
45+ neploxaudit : {
46+ name : "Neplox Team" ,
47+ email : "team@neplox.security" ,
48+ twitter : "neploxaudit" ,
49+ link : new URL ( "https://neplox.security" ) ,
50+ extraLinks : [
51+ new URL ( "https://x.com/neploxaudit" ) ,
52+ new URL ( "https://t.me/neploxaudit" ) ,
53+ new URL ( "https://github.com/neploxaudit" ) ,
54+ new URL ( "https://immunefi.com/profile/neploxaudit/" ) ,
55+ ] ,
56+ gender : "Male" ,
57+ } ,
4558 renbou : {
4659 name : "Artem" ,
4760 email : "renbou@neplox.security" ,
0 commit comments