Today I Learned - Rocky Kev

Tagged “vulnerabilities”

  1. TIL obvious security vulnerabilities and prototype pollution

    Object-based inheritance gives JavaScript the flexibility and efficiency that web programmers have come to love – but it also makes it vulnerable to tampering. Malicious actors can make application-wide changes to all objects by modifying object, hence the name prototype pollution.

See all tags.