Skip to content

Commit c7c12d7

Browse files
authored
Merge pull request #199 from hust-open-atom-club/add_priority
add a priority field for some articles
2 parents 10980f0 + df910df commit c7c12d7

28 files changed

+28
-0
lines changed

sources/aflplusplus/INSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Building and installing AFL++"
44
author: AFLplusplus Community
55
collector: Souls-R
66
collected_date: 20240827
7+
priority: 10
78
link: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md
89
---
910
# Building and installing AFL++

sources/aflplusplus/afl-fuzz_approach.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "The afl-fuzz approach"
44
author: AFLplusplus Community
55
collector: Souls-R
66
collected_date: 20240827
7+
priority: 10
78
link: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/afl-fuzz_approach.md
89
---
910
# The afl-fuzz approach

sources/aflplusplus/fuzzing_binary-only_targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Fuzzing binary-only targets"
44
author: AFLplusplus Community
55
collector: Souls-R
66
collected_date: 20240827
7+
priority: 10
78
link: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_binary-only_targets.md
89
---
910
# Fuzzing binary-only targets

sources/aflplusplus/fuzzing_in_depth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Fuzzing with AFL++"
44
author: AFLplusplus Community
55
collector: Souls-R
66
collected_date: 20240827
7+
priority: 10
78
link: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md
89
---
910
# Fuzzing with AFL++

sources/general/What is a "good" Linux Kernel bug.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "What is a good Linux Kernel bug?"
44
author: Ben Hawkes
55
collector: tttturtle-russ
66
collected_date: 20240827
7+
priority: 10
78
link: https://blog.isosceles.com/what-is-a-good-linux-kernel-bug
89
---
910
I found my first Linux kernel vulnerability in 2006, but it wasn't a particularly good one. At the time I was just copying everything that my colleague Ilja van Sprundel was doing, and that was good enough to find something. If you watch Ilja's video from CCC, [Unusual Bugs (2006)](https://media.ccc.de/v/23C3-1456-en-unusual_bugs?ref=blog.isosceles.com), you'll understand why copying Ilja was generally a good thing to do.

sources/kernel/fault-injection/fault-injection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Fault injection capabilities infrastructure
44
author: Linux Kernel Community
55
collector: mudongliang
66
collected_date: 20240424
7+
priority: 10
78
link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/fault-injection/fault-injection.rst
89
---
910

sources/kernel/kbuild/kbuild.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Kbuild"
44
author: Linux Kernel Community
55
collector: tttturtle-russ
66
collected_date: 20240425
7+
priority: 10
78
link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/kbuild/kbuild.rst
89
---
910

sources/kernel/kbuild/kconfig-language.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Kconfig Language"
44
author: Linux Kernel Community
55
collector: tttturtle-russ
66
collected_date: 20240425
7+
priority: 10
78
link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/kbuild/kconfig-language.rst
89
---
910

sources/kernel/kbuild/kconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Configuration targets and editors"
44
author: Linux Kernel Community
55
collector: tttturtle-russ
66
collected_date: 20240425
7+
priority: 10
78
link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/kbuild/kconfig.rst
89
---
910

sources/kernel/kbuild/llvm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: "Building Linux with Clang/LLVM"
44
author: Linux Kernel Community
55
collector: tttturtle-russ
66
collected_date: 20240425
7+
priority: 10
78
link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/kbuild/llvm.rst
89
---
910

0 commit comments

Comments
 (0)