Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6761e99e3e0f098cc0f265aa.md

latest2.5 KB
Original Source
<!-- (audio) Jake: I've been looking into our database security, and I think we're going to need some additional measures to prevent SQL injection attacks. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What problem are the additional measures meant to address?

--answers--

Slow database performance

--feedback--

Jake is not talking about improving the database speed. Listen carefully to what the measures are for.


Data backup issues

--feedback--

Jake does not mention any problem with data backups. Focus on the security issue he talks about.


Software updates

--feedback--

Jake is not discussing updates to software. He is concerned with preventing a specific type of attack.


SQL injection attacks

--video-solution--

4

--explanation--

SQL injection attacks are a type of cyber attack where hackers insert harmful code into a database query to access or damage data. For example:

The company added security measures to prevent SQL injection attacks on their website. - This means they took steps to stop hackers from entering harmful code.

Jake says the additional measures are needed to prevent SQL injection attacks, meaning they are trying to stop this specific type of threat.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.64
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.42,
      "dialogue": {
        "text": "I've been looking into our database security,",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 3.66,
      "finishTime": 5.66,
      "dialogue": {
        "text": "and I think we're going to need some additional measures",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 5.66,
      "finishTime": 7.64,
      "dialogue": {
        "text": "to prevent SQL injection attacks.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 8.14
    }
  ]
}