swift
Use of software with known vulnerabilities in environments - Swift
Need Regular software updates and patch management Context Usage of Swift 4.8.2 for iOS app development Usage of Alamofire for making network requests in iOS development Description Non compliant code import UIKit import Alamofire // Version 4.8.2 ...
Inappropriate coding practices - invalid file - Swift
Need Enforcement of proper file validation and verification Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and accessible web interfaces Description Non compliant code import Foundation func ...
Insecure encryption algorithm - Insecure Elliptic Curve - Swift
Need Secure encryption algorithm using strong elliptic curves Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and mobile-first web applications Usage of CommonCrypto for cryptographic operations ...
Insecure generation of random numbers - Static IV - Swift
Need Secure generation of random numbers and dynamic initialization vectors Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and accessible web interfaces Usage of CommonCrypto for cryptographic ...
Use of software with known vulnerabilities in development - Swift
Need Elimination of software vulnerabilities in development environments Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of Alamofire for network requests in iOS ...
Inappropriate coding practices - Unused properties - Swift
Need Elimination of unused properties in the codebase Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Insufficient data authenticity validation - Front bypass - Swift
Need Enhanced data authenticity validation and enforcement Context Usage of Swift programming language for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit ...
Non-encrypted confidential information - Hexadecimal - Swift
Need Secure encryption of confidential information Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Authentication mechanism absence or evasion - Security Image - Swift
Need Implementation of a robust authentication mechanism Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class LoginViewController: ...
Sensitive information in source code - Credentials - Swift
Need Protection of sensitive information in source code Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Excessive privileges - Mobile App - Swift
Need Restriction of app permissions to only necessary and authorized operations Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of CoreLocation for accessing location ...
Security controls bypass or absence - Session Invalidation - Swift
Need Implementation of proper security controls and session invalidation mechanisms Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit ...
Lack of data validation - Special Characters - Swift
Need Implementation of robust data validation for special characters Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ...
Use of insecure channel - Source code - Swift
Need Secure transmission of customer information Context Usage of Swift 5.0 for iOS app development Usage of Foundation for building responsive and accessible web interfaces Description Non compliant code import Foundation let url = URL(string: ...
Improper resource allocation - Memory leak - Swift
Need Proper resource management and deallocation Context Usage of Swift 5.0 for iOS app development Usage of UIKit for building modern and responsive user interfaces Usage of Foundation for building responsive and accessible web interfaces ...
Unauthorized access to screen - Swift
Need Prevention of unauthorized access to client information on the GLIA application Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import ...
Authentication mechanism absence or evasion - Redirect - Swift
Need Implementation of a robust and secure authentication mechanism Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of Alamofire for making network requests in iOS ...
Insecure service configuration - App Transport Security - Swift
Need Enforce secure connections (HTTPS) for all communication between the application and external servers Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non ...
Non-encrypted confidential information - Base 64 - Swift
Need Secure storage of confidential information Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Non-encrypted confidential information - Local data - Swift
Need Secure storage of confidential information on local devices Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and customizable web interfaces Usage of Firebase for building scalable and ...
Insecure functionality - Fingerprint - Swift
Need Secure user data updates and prevent unauthorized modifications Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of LocalAuthentication for implementing local ...
Insecure functionality - Password management - Swift
Need Secure password management Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ChangePasswordViewController: ...
Insecure functionality - File Creation - Swift
Need Secure file creation functionality Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: UIViewController { ...
Insecure encryption algorithm - Blowfish - Swift
Need Secure encryption algorithm for protecting sensitive information Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of CryptoSwift for cryptographic operations in ...
Insecure service configuration - Webview - Swift
Need Secure service configuration for Webview Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of WebKit for rendering web content and building web browsers Description ...
Insecure encryption algorithm - AES - Swift
Need Implementation of secure encryption algorithms Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and customizable web interfaces Usage of CommonCrypto for cryptographic operations Description ...
Insecure encryption algorithm - SHA1 - Swift
Need Upgrade to a secure encryption algorithm Context Usage of Swift for iOS and macOS app development Usage of CommonCrypto for cryptographic operations Description Non compliant code import CommonCrypto func sha1Hash(_ string: String) -> String { ...
Authentication mechanism absence or evasion - OTP - Swift
Need Implementation of a secure and validated OTP (One-Time Password) authentication mechanism Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code ...
Technical information leak - Print Functions - Swift
Need Prevention of sensitive information exposure through print functions Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ...
Incomplete funcional code - Swift
Need Ensure complete and secure code implementation Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and customizable web interfaces Description Non compliant code import Foundation class ...
Security controls bypass or absence - Facial Recognition - Swift
Need Implementation of robust security controls for facial recognition Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of LocalAuthentication for implementing local ...
Insufficient data authenticity validation - Swift
Need Enhanced data authenticity validation and verification Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Unauthorized access to files - Swift
Need Prevention of unauthorized access to files and functionalities Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of Alamofire for making network requests in iOS ...
Lack of data validation - Emails - Swift
Need Implementation of email validation to prevent the use of disposable mailboxes Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of Foundation for building responsive ...
Lack of data validation - Numbers - Swift
Need Implementation of robust data validation for numbers Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Lack of data validation - Input Length - Swift
Need Implementation of input length validation Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit class ViewController: ...
Lack of data validation - Responses - Swift
Need Data validation for response data in subsequent requests Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Usage of Alamofire for making HTTP requests in Swift Description ...
Lack of data validation - Swift
Need Implementation of robust data validation mechanisms Context Usage of Swift for iOS and macOS app development Usage of Foundation for building responsive and customizable web interfaces Description Non compliant code import Foundation class User ...
Debugging enabled in production - Swift
Need Disabling debugging mode in production environment Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit @UIApplicationMain class ...
Insecure service configuration - Backup - Swift
Need Secure backup configuration Context Usage of Swift for iOS and macOS app development Usage of UIKit for building modern and responsive user interfaces Description Non compliant code import UIKit @UIApplicationMain class AppDelegate: UIResponder, ...
Next page