Spectra Assure
Community
Docs
warningRisk: Hardening
Scanned: 17 days ago

@napi-rs/snappy-android-arm64

Fastest Snappy compression library in Node.js
License: Permissive (MIT)
Published: almost 4 years ago


SAFE Assessment

Compliance

Licenses
No license compliance issues
Secrets
No sensitive information found

Security

Vulnerabilities
No known vulnerabilities detected
Hardening
2 misconfigured toolchains detected

Threats

Tampering
No evidence of software tampering
Malware
No evidence of malware inclusion

Popularity

5.88M
Recorded Downloads Since 2021
Contributors
Declared Dependencies
5
Dependents

Top issues

Problem

Buffer overrun protection on Linux is achieved in two ways. The most common solution is to use the stack canary (also called cookie). The stack canary is a special value written onto the stack that allows the operating system to detect and terminate the program if a stack overrun occurs. In most cases, compilers will apply the stack canary conservatively in order to avoid a negative performance impact. Therefore, stack canaries are often used together with another stack overrun mitigation - fortified functions. Fortified functions are usually wrappers around standard glibc functions (such as memcpy) which perform boundary checks either at compile time or run time to determine if a memory violation has occurred. The compiler needs additional context to generate such calls (for example, array size that needs to be known at compile time). Because of this, the compiler will virtually never substitute all viable functions with their fortified counterparts in complex programs. However, when combined with the stack canary, fortified functions provide a good measure of buffer overrun protection.

Prevalence in npm community

0 packages
found in
Top 100
1 packages
found in
Top 1k
84 packages
found in
Top 10k
11078 packages
in community

Next steps

Presence of unfortified memory functions may indicate use of unsafe programming practices, and you should avoid it if possible.
In GCC, enable fortified functions with -fstack-protector and -D_FORTIFY_SOURCE=2 flag, while using at least -O1 optimization level.

Problem

Buffer overrun protection on Linux is achieved in two ways. The most common solution is to use the stack canary (also called cookie). The stack canary is a special value written onto the stack that allows the operating system to detect and terminate the program if a stack overrun occurs. In most cases, compilers will apply the stack canary conservatively in order to avoid a negative performance impact. Therefore, stack canaries are often used together with another stack overrun mitigation - fortified functions. Fortified functions are usually wrappers around standard glibc functions (such as memcpy) which perform boundary checks either at compile time or run time to determine if a memory violation has occurred. The compiler needs additional context to generate such calls (for example, array size that needs to be known at compile time). Because of this, the compiler will virtually never substitute all viable functions with their fortified counterparts in complex programs. However, when combined with the stack canary, fortified functions provide a good measure of buffer overrun protection.

Prevalence in npm community

0 packages
found in
Top 100
1 packages
found in
Top 1k
71 packages
found in
Top 10k
9294 packages
in community

Next steps

Presence of some input functions may indicate use of unsafe programming practices, and you should avoid it if possible.
In GCC, enable fortified functions with -fstack-protector and -D_FORTIFY_SOURCE=2 flag, while using at least -O1 optimization level.

Top behaviors

Prevalence in npm community

Behavior often found in this community (Common)
3 packages
found in
Top 100
30 packages
found in
Top 1k
512 packages
found in
Top 10k
315846 packages
in community

Prevalence in npm community

Behavior often found in this community (Common)
0 packages
found in
Top 100
0 packages
found in
Top 1k
85 packages
found in
Top 10k
16391 packages
in community

Prevalence in npm community

Behavior often found in this community (Common)
29 packages
found in
Top 100
108 packages
found in
Top 1k
1580 packages
found in
Top 10k
539480 packages
in community

Prevalence in npm community

Behavior often found in this community (Common)
0 packages
found in
Top 100
4 packages
found in
Top 1k
209 packages
found in
Top 10k
35331 packages
in community

Prevalence in npm community

Behavior often found in this community (Common)
0 packages
found in
Top 100
5 packages
found in
Top 1k
198 packages
found in
Top 10k
40149 packages
in community

Top vulnerabilities

No vulnerabilities found.