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

[RFC] Add support for encrypted images #2297

Draft
wants to merge 279 commits into
base: criu-dev
Choose a base branch
from

scripts: add criu-keygen script

3936cbf
Select commit
Loading
Failed to load commit list.
Draft

[RFC] Add support for encrypted images #2297

scripts: add criu-keygen script
3936cbf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 10, 2024 in 5s

16 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors
  • 13 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 96 in crit/crit/__main__.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 warning on line 158 in crit/crit/__main__.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 warning on line 161 in crit/crit/__main__.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 warning on line 213 in crit/crit/__main__.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 warning on line 278 in crit/crit/__main__.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 warning on line 281 in crit/crit/__main__.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 warning on line 283 in crit/crit/__main__.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 warning on line 289 in crit/crit/__main__.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 warning on line 319 in crit/crit/__main__.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 warning on line 323 in crit/crit/__main__.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 warning on line 373 in crit/crit/__main__.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 warning on line 377 in crit/crit/__main__.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 warning on line 378 in crit/crit/__main__.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 92 in scripts/criu-keygen

See this annotation in the file changed.

Code scanning / CodeQL

Wrong number of arguments in a call Error

Call to
function generate_ec_key
with too few arguments; should be no fewer than 1.

Check notice on line 44 in criu/tls.c

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note

Static function _cleanup_gnutls_datum is unreachable

Check failure on line 1499 in criu/mem.c

See this annotation in the file changed.

Code scanning / CodeQL

Inconsistent nullness check Error

The result of this call to rst_mem_alloc is not checked for null, but 91% of calls to rst_mem_alloc check for null.