Artur-Ceschin / GitHub-Blog

Project shows GiHub users and Issues from repository as blogs. This project was created during the React Ignite course by Rocketseat as a challenge
MIT License
0 stars 0 forks source link

GitHub had always been the go-to platform #2

Open Artur-Ceschin opened 1 year ago

Artur-Ceschin commented 1 year ago

GitHub had always been the go-to platform for developers to store and share their code. However, something strange was happening on the platform lately. Some developers were reporting that their code was being altered without their consent.

This feature had been introduced a week ago, and it seemed that someone had been misusing it. The support team immediately disabled the feature and launched an investigation.

const [userData, setUserData] = useState({})

  async function fetchUserData() {
    const response = await api.get<UserData>(`/users/rauleffting`)

    setUserData(response.data)
  }

  useEffect(() => {
    fetchUserData()
  }, [])

Top Title

After a week of investigating, the GitHub support team found that the hacker had used an automated tool to suggest changes to repositories. They had identified the hacker and banned them from the platform.

The incident had highlighted the importance of cybersecurity in the world of programming and reminded developers to be vigilant when it comes to the security of their code.

Artur-Ceschin commented 1 year ago

This is a comment

I would like to know a better way to do that