GetPageShieldScriptsVersion

data class GetPageShieldScriptsVersion(val cryptominingScore: Int, val dataflowScore: Int, val fetchedAt: String, val hash: String, val jsIntegrityScore: Int, val magecartScore: Int, val malwareScore: Int, val obfuscationScore: Int)

Constructors

Link copied to clipboard
constructor(cryptominingScore: Int, dataflowScore: Int, fetchedAt: String, hash: String, jsIntegrityScore: Int, magecartScore: Int, malwareScore: Int, obfuscationScore: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cryptomining score of the JavaScript content.

Link copied to clipboard

The dataflow score of the JavaScript content.

Link copied to clipboard

The timestamp of when the script was last fetched.

Link copied to clipboard

The computed hash of the analyzed script.

Link copied to clipboard

The integrity score of the JavaScript content.

Link copied to clipboard

The magecart score of the JavaScript content.

Link copied to clipboard

The malware score of the JavaScript content.

Link copied to clipboard

The obfuscation score of the JavaScript content.