Skip to content

Commit 461894a

Browse files
committed
article: attacking-crypto-wallets
1 parent 7116a82 commit 461894a

41 files changed

Lines changed: 548 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žapp/(articles)/index.tsβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

4444
export 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",

β€Žarticles/blog/attacking-crypto-wallets/README.mdxβ€Ž

Lines changed: 515 additions & 0 deletions
366 KB
212 KB
324 KB
279 KB
255 KB
348 KB
231 KB
209 KB

0 commit comments

Comments
Β (0)