Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^5: PSGI/Plack unsatisfactory performance

by Your Mother (Archbishop)
on Dec 28, 2021 at 20:29 UTC ( [id://11139993]=note: print w/replies, xml ) Need Help??


in reply to [untitled node, ID 11139924]
in thread PSGI/Plack unsatisfactory performance

Nice.

Security is hard. And requires keeping up with the literature, as they say. I’m somewhat out of the loop at this point and there are many concerns; easy-ish first ones include–

  • Only HTTPS with modern ciphers.
  • Never put meaningful or replayable info in cookies.
  • Never echo untrusted content to the browser.
  • Never store plaintext passwords.
  • Always serve all content locally or with checksums if remote.
  • Only give lowest permission absolutely necessary to do anything.
  • Log everything to find attacks you forgot to cover.

The gold standard for guidelines is OWASP (Open Web Application Security Project).

  • Comment on Re^5: PSGI/Plack unsatisfactory performance

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11139993]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found