Maybe you were looking for...

Fast hash function with collision possibility near SHA-1

I'm using SHA-1 to detect duplicates in a program handling files. It is not required to be cryptographic strong and may be reversible. I found this list of fast

Spring post method "Required request body is missing"

@PostMapping(path="/login") public ResponseEntity<User> loginUser(@RequestBody Map<String, String> userData) throws Exception { return ResponseE

Converting .py files to .ipynb

My organisation converts any Jupyter Notebooks (.ipynb files) it makes into python scripts (.py files) for easier management in our repos. I need to convert the

Is my SQL request secure with mysql_real_escape_string?

Below is a page that handles a login script and I am wondering if I have put it any security holes. I have been reading articles on protecting from injections a

Nested writes in Prisma orm

My schema looks like this: model Transaction { id BigInt @id @default(autoincrement()) description String? @db.VarChar(256)

WebSocketException: Connection to 'http://localhost:1234/ws#' was not upgraded to websocket. Unable to connect to Flutter/Dart VM

Description I am trying to run a flutter web server and connect to the Dart VM programmatically using the vm_service library. The web server is started success

Trailing slash lead to miss route parameter

First of all, I have route in my routes/web.php file (I commented all other routes during long time experimented): Route::get("someprefix/{slug}", [SomeControll

jsonschema.exceptions- Unknown type 'str' for validator with schema:

I used flask and connexion for my api, I got python server stub from swagger editor and it was generated based on api spec. However, one of my endpoint make req

Instagram screenshot redirects to login

Bug description Hello, I want to take screenshots of people's profile pages for instagram and twitter, but they want me to login. Below is the user agent I use.