Code Review

January 16, 2024

Integrating OpenAI into Your Application: A Security Perspective

Integrating OpenAI’s language models like GPT-3 into applications has become increasingly popular. However, with great power comes great responsibility, especially regarding security.
PullRequest headshot

January 12, 2024

Safely Handling Large Integers in JSON: Best Practices and Pitfalls

In the world of software development, the transmission of data in a structured, reliable format is crucial. One of the most ubiquitous data interchange formats is JSON (JavaScript Object Notation).
PullRequest headshot

January 11, 2024

Handling Large File Uploads in React: Securely Using AWS S3 Pre-signed URLs

Uploading large files, especially those spanning multiple gigabytes, from a React application can be a challenging task, both in terms of performance and security.
PullRequest headshot

January 10, 2024

The Fallacy of Overreliance on Traits in PHP: Unmasking Poor Class Design

Introduction In the realm of object-oriented programming (OOP), PHP’s introduction of traits in version 5.4 was greeted with enthusiasm by many developers.
PullRequest headshot

January 9, 2024

Using AI to Draft Code Review Summaries

At HackerOne PullRequest, we are always looking for new ways to integrate AI into the fabric of our code review processes.
PullRequest headshot