go
Insecure encryption algorithm - SHA1 - Go
Need Upgrade to a secure encryption algorithm Context Usage of Go 1.16 for developing efficient and scalable applications Usage of gin-gonic/gin for building web applications in Go Description Non compliant code package main import ( "crypto/sha1" ...
Insecure encryption algorithm - DSA - Go
Need Implementation of a secure encryption algorithm Context Usage of Go 1.16 for building high-performance and scalable applications Usage of crypto/dsa for Digital Signature Algorithm (DSA) cryptography operations Usage of crypto/rand for ...
Insecure functionality - Pass the hash - Go
Need Secure authentication and authorization mechanisms 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 creating HTTP servers in a ...
Automatic information enumeration - Credit Cards - Go
Need Enhancement of credit card validation and security measures Context Usage of Go 1.16 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for creating a web server in a ...
Automatic information enumeration - Open ports - Go
Need Restriction of open ports to only necessary services Context Usage of Go 1.16 for building efficient and scalable applications Usage of Gin for building web applications in Go Usage of net/http for creating HTTP servers in a Node.js application ...
Non-encrypted hard drives - Go
Need Implementation of full disk encryption Context Usage of Go 1.16 for building high-performance and efficient applications Usage of io/ioutil for reading and writing files in Node.js Usage of log for logging messages and information Description ...
Non-encrypted confidential information - Credentials - Go
Need Secure storage and transmission of confidential information 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 ( ...
Non-encrypted confidential information - LDAP - Go
Need Secure storage and transmission of LDAP service credentials 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 gopkg.in/ldap.v2 for LDAP ...
Non-encrypted confidential information - DB - Go
Need Secure storage of confidential information in the database Context Usage of Go 1.13 for building high-performance and scalable applications Usage of gin-gonic/gin for building web applications in Go Usage of gorm for Object-Relational Mapping ...
Non-encrypted confidential information - Credit Cards - Go
Need Secure encryption and masking of credit card information 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 building HTTP servers in a ...
Authentication mechanism absence or evasion - Admin Console - Go
Need Implementation of a robust authentication mechanism for the Admin Console Context Usage of Go 1.16 for developing scalable and efficient applications Usage of Gin framework for building web applications in Go Description Non compliant code ...
Authentication mechanism absence or evasion - OTP - Go
Need Implementation of a robust and secure OTP (One-Time Password) authentication mechanism Context Usage of Go 1.15 for building efficient and scalable applications Usage of Gin framework for building web applications in Go Description Non compliant ...
Technical information leak - Errors - Go
Need Prevention of technical information leaks and error exposure Context Usage of Go 1.14 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 building HTTP ...
Technical information leak - API - Go
Need Protection of sensitive technical information in the API Context Usage of Go 1.16 for building high-performance and efficient applications Usage of Gin for building web applications in Go Usage of graphql-go/graphql for implementing GraphQL in a ...
Technical information leak - Print Functions - Go
Need Prevention of sensitive information exposure through print functions 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 compliant code package main ...
Technical information leak - SourceMap - Go
Need Protection of sensitive technical 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 net/http for handling HTTP requests and ...
Technical information leak - Headers - Go
Need Prevention of technical information leakage through server response headers 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 ...
Technical information leak - Stacktrace - Go
Need Prevention of technical information leakage from system error traces 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 ...
Incomplete funcional code - Go
Need Ensuring complete and secure code implementation Context Usage of Go 1.16 for developing high-performance and scalable applications Usage of gin-gonic/gin for building web applications with Go Usage of net/http for creating a server and handling ...
Message flooding - Go
Need Mitigation of message flooding attacks Context Usage of Go 1.16 for developing efficient and scalable applications Usage of Gin framework for building web applications in Go Usage of net/http for creating HTTP servers in a Node.js application ...
Business information leak - Analytics - Go
Need Protection of sensitive business information in analytics data Context Usage of Go 1.16 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications in Go Usage of gin-swagger for generating Swagger ...
Business information leak - Personal Information - Go
Need Protection of personal information from unauthorized access or leakage Context Usage of Go 1.16 for building high-performance and efficient applications Usage of gin-gonic/gin for building web applications in Go Description Non compliant code ...
Business information leak - DB - Go
Need Protection of sensitive business information stored in the database Context Usage of Go 1.16 for building efficient and scalable applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for creating HTTP servers ...
Business information leak - Users - Go
Need Protection of business information and user data confidentiality 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 handling HTTP ...
Business information leak - Token - Go
Need Protection of user information in session tokens Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of Gin framework for building web applications in Go Usage of net/http for creating HTTP servers in a ...
Business information leak - Network Unit - Go
Need Protection of sensitive business information from unauthorized access or disclosure 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 ...
Business information leak - Credit Cards - Go
Need Protection of sensitive business and customer information Context Usage of Go 1.16 for developing high-performance and efficient applications Usage of Gin for building web applications in Go Description Non compliant code package main import ( ...
Business information leak - Source Code - Go
Need Protection of sensitive business information in source code Context Usage of Go 1.16 for building scalable and efficient applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of net/http for handling HTTP ...
Business information leak - Credentials - Go
Need Protection of business credentials to prevent unauthorized access and data breaches 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 ...
Business information leak - JWT - Go
Need Protection of sensitive business information within JWT Context Usage of Go 1.16 for building efficient and scalable applications Usage of Gin for building web applications in Go Usage of jwt-go library for JSON Web Token (JWT) authentication ...
Security controls bypass or absence - Cloudflare - Go
Need Implementation of robust security controls and measures to prevent bypassing of Cloudflare 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 ...
Asymmetric denial of service - ReDoS - Go
Need Prevention of Regular Expression Denial of Service (ReDoS) 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 regular expressions for pattern ...
Security controls bypass or absence - Facial Recognition - Go
Need Implementation of robust security controls for facial recognition 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 ...
Security controls bypass or absence - Antivirus - Go
Need Implementation of robust security controls and regular updates for antivirus software 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 ...
Insufficient data authenticity validation - Go
Need Enhanced data authenticity validation and verification Context Usage of Go 1.16 for developing scalable and efficient applications Usage of gin-gonic/gin for building web applications and APIs in Go Usage of net/http for creating a web server in ...
Unauthorized access to files - S3 Bucket - Go
Need Secure access control for S3 buckets Context Usage of Go 1.15 for building efficient and scalable applications Usage of AWS SDK for Go for interacting with AWS services Usage of AWS SDK Go's session package for managing AWS sessions Usage of AWS ...
Unauthorized access to files - Go
Need Prevention of unauthorized access to files and functionalities Context Usage of Go 1.15 for developing scalable and efficient applications Usage of gin-gonic/gin for building web applications in Go Usage of net/http for creating HTTP servers in ...
Traceability loss - Go
Need Improved traceability and logging capabilities 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 handling HTTP requests and ...
Lack of data validation - Emails - Go
Need Implementation of email validation to prevent registration with disposable email addresses Context Usage of Go 1.15 for developing high-performance and efficient applications Usage of gin-gonic/gin for building web applications in Go Description ...
Lack of data validation - Out of range - Go
Need Enforce proper data validation to prevent out-of-range access 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 Description Non compliant code package ...
Next page