diff options
Diffstat (limited to 'dacctal/sources/the_aur_disaster/index.html')
| -rw-r--r-- | dacctal/sources/the_aur_disaster/index.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/dacctal/sources/the_aur_disaster/index.html b/dacctal/sources/the_aur_disaster/index.html new file mode 100644 index 0000000..b2b01ca --- /dev/null +++ b/dacctal/sources/the_aur_disaster/index.html @@ -0,0 +1,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> + |
