Skip to content

Commit 8e9a832

Browse files
authored
adding 6 new resources from 124-130 (#71)
1 parent c256ca8 commit 8e9a832

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

src/data/resourcesData.js

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,4 +2278,49 @@ export default [
22782278
repoOwner: 'Ryan Shipp',
22792279
category: ['web-dev']
22802280
},
2281+
{
2282+
id: 235,
2283+
link: 'https://raw.githubusercontent.com/ashishb/android-security-awesome/master/README.md',
2284+
repoName: 'android-security-awesome',
2285+
description: 'A collection of android security related resources',
2286+
repoOwnerName: 'ashishb',
2287+
repoOwner: 'Ashish Bhatia',
2288+
category: ['mob-dev', 'project']
2289+
},
2290+
{
2291+
id: 236,
2292+
link: 'https://raw.githubusercontent.com/carpedm20/awesome-hacking/master/README.md',
2293+
repoName: 'awesome-hacking',
2294+
description: 'A curated list of awesome Hacking tutorials, tools and resources',
2295+
repoOwnerName: 'carpedm20',
2296+
repoOwner: 'Taehoon Kim',
2297+
category: ['web-dev', 'productive']
2298+
},
2299+
{
2300+
id: 237,
2301+
link: 'https://raw.githubusercontent.com/meirwah/awesome-incident-response/master/README.md',
2302+
repoName: 'awesome-incident-response',
2303+
description: 'A curated list of tools for incident response',
2304+
repoOwnerName: 'meirwah',
2305+
repoOwner: 'Meir Wahnon',
2306+
category: ['project', 'productive']
2307+
},
2308+
{
2309+
id: 238,
2310+
link: 'https://raw.githubusercontent.com/qazbnm456/awesome-web-security/master/README.md',
2311+
repoName: 'awesome-web-security',
2312+
description: 'A curated list of Web Security materials and resources.',
2313+
repoOwnerName: 'qazbnm456',
2314+
repoOwner: 'Boik',
2315+
category: ['project', 'web-dev']
2316+
},
2317+
{
2318+
id: 239,
2319+
link: 'https://raw.githubusercontent.com/matiassingers/awesome-slack/master/README.md',
2320+
repoName: 'awesome-slack',
2321+
description: 'A curated list of awesome Slack related things',
2322+
repoOwnerName: 'matiassingers',
2323+
repoOwner: 'Matias Singers',
2324+
category: ['productive']
2325+
},
22812326
];

0 commit comments

Comments
 (0)