go
Lack of protection against brute force attacks - Credentials - Go
Need Implementation of strong authentication mechanisms to prevent brute force attacks on promotional codes. Context Usage of Go 1.16 for building high-performance and scalable applications Usage of Gin framework for building web applications in Go ...
Insecure or unset HTTP headers - Content-Type - Go
Need Enforcement of secure and appropriate Content-Type headers in server responses Context Usage of Go 1.16 for building high-performance and concurrent applications Usage of gin-gonic/gin for building web applications and APIs in Go Description Non ...
Insecure object reference - Session management - Go
Need Secure session management Context Usage of Go 1.16 for building efficient and scalable applications Usage of Gin framework for building web applications in Go Usage of net/http for creating a web server in a Node.js application Description Non ...
Insecure functionality - User management - Go
Need Secure user management and access control Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of Gin for building web applications in Go Usage of net/http for creating HTTP servers in a Node.js application ...
Insecurely generated token - Lifespan - Go
Need Secure token generation and management Context Usage of Go 1.16 for building high-performance and efficient applications Usage of Gin for building web applications in Go Usage of jwt-go for JSON Web Token (JWT) authentication and authorization ...
Lack of data validation - HTML code - Go
Need Implementation of robust data validation for HTML code Context Usage of Go 1.16 for building efficient and scalable applications Usage of Gin framework for building web applications in Go Description Non compliant code package main import ( ...
Insecurely generated token - Validation - Go
Need Secure token generation and validation Context Usage of Go 1.16 for building high-performance and scalable applications Usage of Gin framework for building web applications in Go Usage of jwt-go for JSON Web Token (JWT) authentication in Go ...
Improper resource allocation - Memory leak - Go
Need Proper resource management and deallocation Context Usage of Go 1.16 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of net/http for creating HTTP servers in a ...
Insecurely generated token - JWT - Go
Need Secure token generation for user creation service Context Usage of Go 1.15 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of jwt-go for JSON Web Token (JWT) ...
Enabled default configuration - Go
Need Disable default configurations to prevent unauthorized access and information disclosure Context Usage of Go 1.16 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications and APIs in Go Description ...
Insecure object reference - Data - Go
Need Secure object reference and data access control Context Usage of Go 1.16 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications in Go Description Non compliant code package main import ( ...
Insecure object reference - Files - Go
Need Secure and validate object references to prevent unauthorized access to files Context Usage of Go 1.16 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of net/http for ...
Security controls bypass or absence - Data creation - Go
Need Enforcement of security controls for data creation Context Usage of Go 1.16 for building efficient and scalable applications Usage of Gin framework for building web applications in Go Description Non compliant code package main import ( ...
Insecure functionality - Session management - Go
Need Secure session management Context Usage of Go 1.16 for building efficient and scalable applications Usage of sessions package from github.com/gin-contrib for managing user sessions in Gin framework Usage of Gin for building web applications in ...
Concurrent sessions control bypass - Go
Need Enhancement of concurrent session control mechanism Context Usage of Go 1.15 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for building HTTP servers in a ...
Authentication mechanism absence or evasion - Redirect - Go
Need Implementation of a robust and secure authentication mechanism Context Usage of Go 1.15 for developing high-performance and scalable applications Usage of gin-gonic/gin for building web applications in Go Description Non compliant code package ...
SQL injection - Code - Go
Need Implementation of proper input validation and the use of parameterized statements or stored procedures to prevent SQL injection attacks. Context Usage of Go 1.16 for building high-performance and scalable applications Usage of gin-gonic/gin for ...
Weak credential policy - Password Change Limit - Go
Need Enforce a password change limit policy to prevent abuse and unauthorized access Context Usage of Go 1.16 for building high-performance and efficient applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of ...
Insecure session management - Change Password - Go
Need Secure session management after password change Context Usage of Go 1.16 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for creating HTTP servers in a Node.js ...
Business information leak - Financial Information - Go
Need Protection of sensitive financial information from unauthorized access or disclosure Context Usage of Go 1.16 for developing high-performance applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for creating ...
Technical information leak - IPs - Go
Need Prevention of internal IP address exposure Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of net/http for creating HTTP servers in a ...
Technical information leak - Logs - Go
Need Protection of sensitive technical information from unauthorized access Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of io/ioutil for ...
Insecure object reference - Financial information - Go
Need Secure access to financial information Context Usage of Go 1.15 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of net/http for handling HTTP requests and responses in a ...
Insecure object reference - Corporate information - Go
Need Secure handling of object references and access control for corporate information Context Usage of Go 1.16 for developing high-performance and concurrent applications Usage of Gin framework for building web applications in Go Usage of ...
Insecure object reference - Personal information - Go
Need Secure access control and proper authorization mechanisms Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of gin-gonic/gin for building web applications in Go Description Non compliant code package main ...
Non-encrypted confidential information - Base 64 - Go
Need Secure storage of confidential information Context Usage of Go 1.16 for building high-performance and concurrent applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for creating HTTP servers in a Node.js ...
Automatic information enumeration - Personal Information - Go
Need Protection of user privacy and prevention of unauthorized access to personal information Context Usage of Go 1.16 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications in Go Description Non ...
Insecure encryption algorithm - ECB - Go
Need Implementation of a secure encryption algorithm Context Usage of Go 1.16 for building high-performance and scalable applications Usage of Gin for building web applications in Go Usage of crypto/aes for AES encryption and decryption Usage of ...
Session Fixation - Go
Need Prevention of session hijacking Context Usage of Go 1.16 for developing high-performance and concurrent applications Usage of Gin framework for building web applications in Go Description Non compliant code package main import ( ...
Weak credential policy - Password Expiration - Go
Need Implementation of a strong credential policy with password expiration Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of AWS SDK for Go to interact with AWS services Usage of AWS SDK Go's session package ...
Sensitive information sent via URL parameters - Session - Go
Need Secure transmission of sensitive information in session tokens Context Usage of Go 1.16 for building high-performance and concurrent applications Usage of Gin framework for building web applications in Go Description Non compliant code package ...
Restricted fields manipulation - Go
Need Prevention of unauthorized access and manipulation of restricted fields Context Usage of Go 1.16 for developing high-performance and scalable applications Usage of Gin framework for building web applications in Go Usage of net/http for building ...
Insecure functionality - Fingerprint - Go
Need Secure and controlled user data updates Context Usage of Go 1.16 for building high-performance and efficient applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for handling HTTP requests and responses in a ...
Insecure functionality - Masking - Go
Need Secure data masking Context Usage of Go 1.16 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications in Go Description Non compliant code package main import ( "github.com/gin-gonic/gin" ) ...
Insecure functionality - Password management - Go
Need Secure password management Context Usage of Go 1.16 for building high-performance and scalable applications Usage of Gin framework for building web applications in Go Description Non compliant code package main import ( ...
Insecure functionality - File Creation - Go
Need Enhancement of secure functionality - File Creation restriction enforcement Context Usage of Go 1.16 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of the os ...
Insecure encryption algorithm - Blowfish - Go
Need Secure encryption algorithm for protecting sensitive information Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of gin-gonic/gin for building web applications in Go Usage of blowfish encryption ...
Insecure encryption algorithm - AES - Go
Need Implementation of secure encryption algorithms Context Usage of Go 1.16 for building high-performance and efficient applications Usage of crypto/aes for AES encryption and decryption Usage of crypto/cipher for cryptographic encryption and ...
Insecure encryption algorithm - TripleDES - Go
Need Implementation of secure encryption algorithms and modes Context Usage of Go 1.16 for developing scalable and efficient applications Usage of crypto/cipher for encryption and decryption operations Usage of crypto/des for Data Encryption Standard ...
Insecure encryption algorithm - MD5 - Go
Need Implementation of secure encryption algorithms for password hashing Context Usage of Go 1.16 for building high-performance and efficient applications Usage of gin-gonic/gin for building web applications and APIs in Go Description Non compliant ...
Next page