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

[Dependency] update bzip2 1.0.6 -> 1.0.8 #1066

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

bzip2 1.0.6 -> 1.0.8

090d0dc
Select commit
Loading
Failed to load commit list.
Open

[Dependency] update bzip2 1.0.6 -> 1.0.8 #1066

bzip2 1.0.6 -> 1.0.8
090d0dc
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 11, 2024 in 0s

14 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 14
           

See the complete overview on Codacy

Annotations

Check notice on line 908 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L908

Check buffer boundaries if used in a loop including recursive loops (CWE-120, CWE-20).  

Check failure on line 1417 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L1417

Does not check for buffer overflows when concatenating to destination [MS-banned] (CWE-120).  Consider using strcat_s, strncat, strlcat, or snprintf (warning: strncat is easily misused). 

Check failure on line 1417 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L1417

The `StrCat` family of functions do not guarantee the final string to be null terminated.

Check failure on line 1418 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L1418

Does not check for buffer overflows when concatenating to destination [MS-banned] (CWE-120).  Consider using strcat_s, strncat, strlcat, or snprintf (warning: strncat is easily misused). Risk is low because the source is a constant character.

Check failure on line 1418 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L1418

The `strcat` family of functions are unable to limit how many bytes are copied to the destination buffer.

Check failure on line 1421 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L1421

The `strcat` family of functions are unable to limit how many bytes are copied to the destination buffer.

Check failure on line 1422 in dep/bzip2/src/bzlib.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib.c#L1422

The `StrCat` family of functions do not guarantee the final string to be null terminated.

Check failure on line 65 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L65

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification. 

Check failure on line 74 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L74

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification. 

Check failure on line 76 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L76

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification. 

Check failure on line 78 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L78

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification. 

Check failure on line 80 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L80

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification. 

Check failure on line 82 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L82

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification. 

Check failure on line 84 in dep/bzip2/src/bzlib_private.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

dep/bzip2/src/bzlib_private.h#L84

If format strings can be influenced by an attacker, they can be exploited (CWE-134).  Use a constant for the format specification.