postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.78k stars 837 forks source link

Update Faker Library #11435

Open nrmartell opened 1 year ago

nrmartell commented 1 year ago

Is there an existing issue for this?

Describe the Issue

Requesting Postman upgrade the @faker-js/faker package to v7.2 or higher which forces the use of secure URLs.

Currently, the app is on an older version of Faker which sends insecure URLs in the request.

Steps To Reproduce

N/A

Screenshots or Videos

No response

Operating System

macOS

Postman Version

10.1.0

Postman Platform

Postman App

Additional Context?

Not sure if bug or a feature.

Filing on behalf of an org.

DannyDainton commented 1 year ago

@nrmartell Are you able to provide more context and examples of what is being seen and where, please?

abelanger1 commented 1 year ago

Hi @DannyDainton, an example could be the random animal images $randomAnimalsImage. For me, when I send a request in Postman, it's consistently using HTTP URLs. It looks like v7.2.0 changes this always to use HTTPS for loremflickr.

Is there a reason Postman is still back on 5.5.3?

https://github.com/faker-js/faker/blob/next/CHANGELOG.md#720-2022-06-06

Happy to discuss further.