blob: 1b27ad3b603e183d7cceae8eef1d9602d378f2c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dacctal</title>
<link rel="stylesheet" href="../../../style.css">
<link rel="icon" type="image/x-icon" href="images/erm.png">
</head>
<body>
<h1>[ <span
class="color_blue"
>-</span><span
class="color_green"
>></span>█ / ... / the_aur_disaster ]</h1>
<br>
<h2>original video:
<a href="https://youtu.be/f-E9culhQGM">
YouTube
</a>
</h2>
<br>
<section class="block">
<h3>Arch Linux official news post</h3>
<p>
<a href="https://archlinux.org/news/active-aur-malicious-packages-incident/">
https://archlinux.org/news/active-aur-malicious-packages-incident/
</a>
</p>
</section>
<br>
<section class="block">
<h3>
Compromised package list (probably outdated)
</h3>
<p>
<a href="https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318">
https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318
</a>
</p>
</section>
<br>
<section class="block">
<h3>
Previous AUR disaster
</h3>
<p>
<a href="https://cybersecuritynews.com/malicious-aur-packages/">
https://cybersecuritynews.com/malicious-aur-packages/
</a>
</p>
</section>
<br>
<section class="block">
<h3>pkgit</h3>
<p>
<a href="https://git.symlinx.net/pkgit/about/">
https://git.symlinx.net/pkgit/about/
</a>
</p>
</section>
<br>
</body>
</html>
|