summaryrefslogtreecommitdiff
path: root/dacctal/sources/the_aur_disaster/index.html
blob: b2b01ca1a373d1170699d89a1f5ef4cb6daaa526 (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
<!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><center>The AUR Disaster</center></h1>
    <br>

    <h2>original video:
			<a href="https://youtu.be/f-E9culhQGM">
				YouTube
			</a>
		</h2>
    <br>

    <h3>Arch Linux official news post</h3>
    <a href="https://archlinux.org/news/active-aur-malicious-packages-incident/">
    https://archlinux.org/news/active-aur-malicious-packages-incident/
    </a>
    <br>

    <h3>
    Compromised package list (probably outdated)
    </h3>
    <a href="https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318">
    https://gist.github.com/tharbad08/69739773b5960f2f0166748a75f29318
    </a>
    <br>

    <h3>
    Previous AUR disaster
    </h3>
    <a href="https://cybersecuritynews.com/malicious-aur-packages/">
    https://cybersecuritynews.com/malicious-aur-packages/
    </a>
    <br>

    <h3>
    pkgit
    </h3>
    <a href="https://git.symlinx.net/pkgit/about/">
    https://git.symlinx.net/pkgit/about/
    </a>
    <br>

  </body>
</html>