Back to Freecodecamp

Task 57

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67efebdf734ad521ace8a89e.md

latest1.6 KB
Original Source
<!-- (audio) Jake: Sure, Jessica. It could be an unpatched vulnerability. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Jessica. It could be an BLANK.

--blanks--

unpatched vulnerability

--feedback--

This two-word phrase refers to a security flaw in a system that lacks a fix or update to address it and can be exploited.

--explanation--

Unpatched means that something has not been updated or fixed.

Vulnerability refers to a weakness in a system that can be exploited.

Together, an unpatched vulnerability is a security weakness that has not been fixed or updated. Hackers can exploit these weaknesses to attack a system. For example:

We need to fix the unpatched vulnerability now. - The team knows about security problem but it hasn't been repaired yet.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 6.72,
      "finishTimestamp": 10.1
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "Sure, Jessica. It could be an unpatched vulnerability.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}