# Documentation page for the XLSX.jl package is hacked

**URL:** https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046
**Category:** New to Julia
**Created:** [November 10, 2023, 5:22pm UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046 "2023-11-10T17:22:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![vsoler](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vsoler/32/30667_2.png) [@vsoler](https://discourse.julialang.org/u/vsoler)
#### Post date: [November 10, 2023, 5:22pm UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046/1 "2023-11-10T17:22:49Z")

</div>

I’m learning to use the XLSX.jl package. I want to read and write excel files.

When I try to open its documentation page at

```
https://felipenoris.github.io/XLSX.jl/stable/ 

```

… my Norton antivirus packge tells me that the page is dangerous.

What am I supposed to do? How can I report to the developer that his/her page has a problem?

 ![image](https://global.discourse-cdn.com/julialang/original/3X/f/3/f3151057018fcfc39a1124c2f1aa793e521a1dc1.png)

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [November 10, 2023, 5:30pm UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046/2 "2023-11-10T17:30:35Z")

</div>

> [@vsoler](#):
>
> `https://felipenoris.github.io/XLSX.jl/stable/ `

Probably this is a false positive… But I would not know how to prove that…

---

<div class="post-metadata">

### Author: ![mkitti](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mkitti/32/12459_2.png) [@mkitti](https://discourse.julialang.org/u/mkitti)
#### Post date: [November 10, 2023, 5:52pm UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046/3 "2023-11-10T17:52:14Z")

</div>

> [@vsoler](#):
>
> `https://felipenoris.github.io/XLSX.jl/stable/`

You could always just view  
[https://docs.juliahub.com/XLSX/gPxqz/0.7.2/](https://docs.juliahub.com/XLSX/gPxqz/0.7.2/)

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [November 10, 2023, 6:53pm UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046/4 "2023-11-10T18:53:23Z")

</div>

It looks like [Norton has flagged](https://safeweb.norton.com/report/show?url=https%3A%2F%2Ffelipenoris.github.io%2F) the entire `felipenoris.github.io` domain as a known dangerous site for unknown reasons. Other `*.github.io` domains seem to be fine, though.

I imagine it’s a false-positive and have submitted a dispute myself.

@felipenoris you should be aware of this and submit a dispute, too… and may as well take the time to review everything you’re hosting on GitHub pages just to be sure.

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [November 10, 2023, 8:43pm UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046/5 "2023-11-10T20:43:50Z")

</div>

Woo, that was quick:

![image](https://global.discourse-cdn.com/julialang/original/3X/3/a/3a515559eb2875cf7c6e058057b5e0ca2be5bad1.png)

---

<div class="post-metadata">

### Author: ![vsoler](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vsoler/32/30667_2.png) [@vsoler](https://discourse.julialang.org/u/vsoler)
#### Post date: [November 11, 2023, 8:59am UTC](https://discourse.julialang.org/t/documentation-page-for-the-xlsx-jl-package-is-hacked/106046/6 "2023-11-11T08:59:11Z")

</div>

It all works back again, thank you
