Open andyblackwell opened 3 months ago
grepped through all the adapters to find any others with a similar issue:
@jefftmahoney fyi
@andyblackwell feel free to submit pr on anyone affecting you, I'll merge without consulting them
However 8.x is closed for additional releases
@andyblackwell @patmmccann - PR submitted to address this for Sharethrough's adapter (12136). Let me know if you have any questions or need anything further!
https://github.com/prebid/Prebid.js/blob/7214c8e742eda284e9c772b5c190ea7759b584ca/modules/nativoBidAdapter.js#L126 looks like a false positive given the conditional
Type of issue
similar to #12047, the bid validation in these bid adapters prevents custom aliasing
Description
bidders don't need to validate the bidder name in isBidRequestValid(), prebid handles that already, and when they do, it prevents being able to use custom aliases, rejecting bids as invalid when a custom alias is used
Steps to reproduce
use a custom alias for the bidders
Expected results
bid requests sent in the auction
Actual results
bids rejected as invalid due to unnecessary bidder name validation
Platform details
all prebid versions that I can tell
Other information
similar issue to #12047