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

Release/2.1.0 #1

Merged
merged 400 commits into from
Nov 6, 2024

Merge pull request #201 from Security-Tools-Alliance/fix-little-bugs

2b79276
Select commit
Loading
Failed to load commit list.
Merged

Release/2.1.0 #1

Merge pull request #201 from Security-Tools-Alliance/fix-little-bugs
2b79276
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 18, 2024 in 4s

19 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 3 medium

Other Alerts:

  • 9 warnings
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 324 in web/recon_note/static/note/js/todo.js

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.

Check notice on line 59 in web/scanEngine/templates/scanEngine/settings/api.html

See this annotation in the file changed.

Code scanning / CodeQL

Syntax error Note

Error: Unexpected token

Check warning on line 1894 in web/static/custom/custom.js

See this annotation in the file changed.

Code scanning / CodeQL

Self assignment Warning

This expression assigns variable h1_handle to itself.

Check warning on line 1894 in web/static/custom/custom.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to h1_handle here is unused.

Check warning on line 1894 in web/static/custom/custom.js

See this annotation in the file changed.

Code scanning / CodeQL

Self assignment Warning

This expression assigns variable description to itself.

Check warning on line 1894 in web/static/custom/custom.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to description here is unused.

Check warning on line 1894 in web/static/custom/custom.js

See this annotation in the file changed.

Code scanning / CodeQL

Self assignment Warning

This expression assigns variable organization to itself.

Check warning on line 1894 in web/static/custom/custom.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to organization here is unused.

Check notice on line 68 in web/static/custom/mitch.js

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable subdomain_count.

Check warning on line 1275 in web/api/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 1433 in web/api/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 572 in web/reNgine/common_func.py

See this annotation in the file changed.

Code scanning / CodeQL

File is not always closed Warning

File is opened but is not closed.

Check failure on line 1275 in web/reNgine/common_func.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled command line Critical

This command line depends on a
user-provided value
.

Check notice on line 4 in web/reNgine/definitions.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'os' is not used.

Check warning on line 33 in web/reNgine/settings.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'RENGINE_CURRENT_VERSION' is unnecessary as it is
redefined
before this value is used.

Check notice on line 33 in web/reNgine/settings.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'RENGINE_CURRENT_VERSION' is not used.

Check warning on line 50 in web/scanEngine/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'form' is unnecessary as it is
redefined
before this value is used.
This assignment to 'form' is unnecessary as it is
redefined
before this value is used.

Check notice on line 510 in web/scanEngine/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 241 in web/targetApp/views.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable domain is not used.