-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews_data.js
More file actions
94 lines (94 loc) · 5.71 KB
/
news_data.js
File metadata and controls
94 lines (94 loc) · 5.71 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
// News data array
const newsData = [
{
title: "Border Control Denies Entry Over Deleted Photos",
description: "A Brown University doctor was denied entry to the U.S. because of photos that had been deleted from her phone but were still recoverable.",
link: "https://www.cbsnews.com/boston/news/brown-university-rasha-alawieh-denied-entry-us-hezbollah/",
logo_image: "images/news/news_logo_cbs.png",
header_image: "images/news/news_header_cbs.png"
},
{
title: "Apple's \"Deleted\" Photos Persist for Years",
description: "A bug in iOS revealed that photos users thought were deleted years ago were still stored on their devices, accessible through a glitch.",
link: "https://www.theverge.com/2024/5/20/24160983/apple-iphone-ipad-deleted-photo-reappear-bug-ios-17-5-1",
logo_image: "images/news/news_logo_verge.png",
header_image: "images/news/news_verge_header.webp"
},
{
title: "Google Account Termination Over Medical Photos",
description: "Google refuses to reinstate man's account after he took medical images of son's groin.",
link: "https://www.theguardian.com/technology/2022/aug/22/google-csam-account-blocked",
logo_image: "images/news/news_logo_guardian.png",
header_image: "images/news/news_header_guardian.avif"
},
{
title: "Police browse women's nude photos at traffic stop",
description: "Missouri officers accused of pulling over women, searching phones for nude pictures.",
link: "https://apnews.com/article/missouri-officers-indicted-nude-photos-7f489530022d7b7664c9567ecbd4cb9b",
logo_image: "images/news/news_logo_ap.svg",
header_image: "images/news/news_header_4.webp"
},
{
title: "Samsung Secure Folder Bug Exposes Private Media",
description: "Your private photos and videos could be accessed even in locked folders as millions warned over new Samsung bug.",
link: "https://www.thesun.co.uk/tech/33595162/photos-videos-secure-folder-samsung-phone-bug-flaw/",
logo_image: "images/news/news_logo_sun.svg",
header_image: "images/news/news_header_5.webp"
},
{
title: "Halsey's Private Photos Viewed Without Consent",
description: "Halsey reveals ‘powerful’ music exec looked through their nude photos without consent: ‘I was just frozen’.",
link: "https://pagesix.com/2024/10/30/celebrity-news/halsey-reveals-music-exec-looked-at-their-nude-photos-without-consent/",
logo_image: "images/news/news_logo_pagesix.png",
header_image: "images/news/news_header_6.webp"
},
{
title: "CBP Stores Data from Thousands of Phones Searched at Border",
description: "US Customs and Border Protection has been copying texts, photos, and more from travelers' phones without warrants, storing the data for 15 years.",
link: "https://www.theregister.com/2022/09/15/wyden_cbp_phone_database/",
logo_image: "images/news/news_logo_theregister.png",
header_image: "images/news/news_header_bordersearch.jpg"
},
{
title: "iOS 18's 'Enhanced Visual Search' Shares Photos by Default",
description: "This sneaky iOS 18 setting shares your photos with Apple",
link: "https://nypost.com/2024/12/31/tech/sneaky-ios-18-setting-shares-photos-with-apple-how-to-turn-it-off/",
logo_image: "images/news/news_logo_newyorkpost.png",
header_image: "images/news/news_header_7.webp"
},
{
title: "CHP Officers Stole and Shared Women's Nude Photos",
description: "California Highway Patrol officers were caught stealing and sharing nude photos from female arrestees' phones.",
link: "https://abc30.com/chp-sean-harrington-nude-pictures-photos/366690/",
logo_image: "images/news/news_logo_abc.png",
header_image: "images/news/news_header_chp.jpg"
},
{
title: "Police in MENA Target LGBTQ+ Individuals Using Phone Photos",
description: "Security forces in MENA countries use seized phone photos to arrests, torture, and prosecutions LGBTQ+ people. Seized photos were then used to entrap others.",
link: "https://www.hrw.org/report/2023/02/21/all-terror-because-photo/digital-targeting-and-its-offline-consequences-lgbt",
logo_image: "images/news/news_logo_hrw.png",
header_image: "images/news/news_header_mena_lgbtq.jpg"
},
{
title: "Samsung Bug Sends Gallery Photos to Random Contacts",
description: "A Samsung Messages app bug caused phones to send photos to random contacts without user consent or notification.",
link: "https://www.theguardian.com/technology/2018/jul/03/samsung-galaxy-s8-s9-phones-sent-photos-random-contacts",
logo_image: "images/news/news_logo_guardian.png",
header_image: "images/news/news_header_samsung_bug.jpg"
},
{
title: "Google Takeout Bug Sent Users Private Videos to Strangers",
description: "Google Photos users received private videos from strangers due to a Takeout bug mixing up exported archives.",
link: "https://www.bbc.com/news/technology-51375350",
logo_image: "images/news/news_logo_bbc.png",
header_image: "images/news/news_header_google_takeout.webp"
},
{
title: "Marine detained says Feds copied his phone without a warrant",
description: "He was observing after Alex Pretti’s killing. He says feds detained him at gunpoint, sampled his DNA, scanned his face, and cloned his phone. ",
link: "https://theintercept.com/2026/02/12/minneapolis-federal-agents-phone-surveillance-alex-pretti/",
logo_image: "images/news/news_logo_intercept.webp",
header_image: "images/news/news_header_8.webp"
},
];