384 – Inappropriate coding practices - Wildcard export
Description
When exporting libraries, the wildcard operator (asterisk) is used, which exports all the functions of that library. This is a bad practice that complicates the use and maintenance of the module.
Impact
- Export functions and procedures that will not be used. - Cause suboptimal performance of the application.
Recommendation
Explicitly export the libraries and packages necessary for the correct operation of the application.
Threat
Attacker authenticated in the application from the Internet.
Expected Remediation Time
Score 4.0
Default score using CVSS 4.0. It may change depending on the context of the src.
Base 4.0
- Attack vector: N
- Attack complexity: H
- Attack Requirements: N
- Privileges required: L
- User interaction: N
- Confidentiality (VC): N
- Integrity (VI): L
- Availability (VA): N
- Confidentiality (SC): N
- Integrity (SI): N
- Availability (SA): N
Threat 4.0
- Exploit maturity: P