Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: refactor #460

Merged
merged 43 commits into from
Jan 14, 2025

rename

e30324b
Select commit
Loading
Failed to load commit list.
Merged

WIP: refactor #460

rename
e30324b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 14, 2025 in 6s

6 new alerts including 6 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 6 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 19 in src/engine/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
youtube.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 21 in src/engine/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
www.instagram.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 23 in src/engine/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
pixeldrain.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 25 in src/engine/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
krakenfiles.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 92 in src/engine/generic.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
https://drive.google.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 20 in src/engine/krakenfiles.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
krakenfiles.com
may be at an arbitrary position in the sanitized URL.