- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isInject (0.06 sec)
-
docs/en/docs/release-notes.md
* ⬆ Upgrade Swagger UI - swagger-ui-dist@4. This handles a security issue in Swagger UI itself where it could be possible to inject HTML into Swagger UI. Please upgrade as soon as you can, in particular if you expose your Swagger UI (`/docs`) publicly to non-expert users. PR [#4347](https://github.com/tiangolo/fastapi/pull/4347) by [@RAlanWright](https://github.com/RAlanWright)....
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
bits") } b := make([]byte, (bits+7)/8) for { if err := drbg.ReadWithReader(rand, b); err != nil { return nil, err } // Clear the most significant bits to reach the desired size. We use a // mask rather than right-shifting b[0] to make it easier to inject test // candidates, which can be represented as simple big-endian integers. excess := len(b)*8 - bits b[0] &= 0b1111_1111 >> excess // Don't let the value be too small: set the most significant two bits. // Setting the top two bits, rather than just...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)