CycodeLabs / CycodeLabs/raven

Validate if symlink edgecase still exist when indexing

Open
#63 1 comment 0 reactions 0 assignees View on GitHub
bug downloader good first issue Low Priority
Dominant language
Python
Stars
747
Forks
45
PR merge metrics
No merged PRs in 30d

Description

```
if isinstance(obj, str):
# TODO: This is a symlink. We should handle it.
# Only examples at the moment are for https://github.com/edgedb/edgedb-pkg
# E.g. https://github.com/edgedb/edgedb-pkg/blob/master/integration/linux/build/centos-8/action.yml
logger.debug(f"[-] Symlink detected: {content}. Skipping...")
return
```
This code block appears twice in indexer.py.
We should validate if this bug still exists, and if so, fix it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.