You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
links with blob/main/ in the path are accepted.
example: - [General cheat sheets](https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/blob/main/#general-cheat-sheets)
and links with direkt link ending with hash are marked as double link
example 2: - [Active Directory](https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#active-directory)
the last link from is a valid html link, but awesome-lint can not validate it. Is that the expected behaviour of the tool?
The text was updated successfully, but these errors were encountered:
I want to second this: links with different fragment (after the hash) should not be counted as duplicates.
Eg in the awesome-semantic-shapes list we have sections SHACL, SHEX, etc. There is a tool rudof` that implements both SHACL and SHEX, so we list it in two sections, with appropriate precise links into its documentation. But these are reported as duplicate.
How to reproduce.
Affected repo: https://github.com/ByteSnipers/awesome-pentest-cheat-sheets
npx awesome-lint https://github.com/ByteSnipers/awesome-pentest-cheat-sheets
output:
✖ 9:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-security-talks-and-videos remark-lint:double-link
✖ 11:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-mobile-pentesting remark-lint:double-link
✖ 12:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#%EF%B8%8F-cloud-pentesting remark-lint:double-link
✖ 13:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#active-directory remark-lint:double-link
✖ 14:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-pentest-methodology remark-lint:double-link
✖ 15:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-privilege-escalation remark-lint:double-link
✖ 16:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#%EF%B8%8F-web-pentesting remark-lint:double-link
✖ 17:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#binary-exploitation remark-lint:double-link
✖ 18:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#learning-platforms remark-lint:double-link
✖ 19:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#bug-bounty remark-lint:double-link
✖ 20:3 https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#tools remark-lint:double-link
links with
blob/main/
in the path are accepted.example:
- [General cheat sheets](https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/blob/main/#general-cheat-sheets)
and links with direkt link ending with hash are marked as double link
example 2:
- [Active Directory](https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#active-directory)
the last link from is a valid html link, but awesome-lint can not validate it. Is that the expected behaviour of the tool?
The text was updated successfully, but these errors were encountered: