Skip to content

Commit 0dd19e6

Browse files
DimaIntentIQprebidjs-releaseRuzannaAvetisyansiminkovladyslavdependabot[bot]
authored
0.35 master (#65)
* Prebid 10.25.0 release * Increment version to 10.26.0-pre * limelight: Send open rtb bid requests from our prebid js adapter (prebid#14397) * changed requests format to OpenRTB. * Added more tests * fix refererInfo.page fallback for site.page * fix built imp for size-only * fix built imp for size-only * OMS Bid Adapter: add prebid js version to request payload (prebid#14421) * Bump qs from 6.14.1 to 6.14.2 (prebid#14478) Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump fast-xml-parser from 5.3.4 to 5.3.6 (prebid#14482) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.4 to 5.3.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.3.4...v5.3.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Floor module: add enforcement allowlist config option (prebid#14455) * Core: add bidder-scoped floor enforcement * Core: enforce floors allowlist against adapterCode * Various modules: remove legacy GPT targeting fallbacks (prebid#14450) * Core: remove legacy GPT targeting fallbacks * Reconciliation RTD Provider: handle missing RSDK_ADID targeting * Core: fix targetingLock GPT test mock for getConfig * TargetVideo bid adapter: send price floor param (prebid#14406) * TargetVideo bid adapter: send price floor param * Add support for the price floors module * Add imports * Fix getBidFloor function floor params --------- Co-authored-by: dnrstc <danrstc@gmail.com> * New adapter: Verben (prebid#14494) Co-authored-by: Verben <support_trading@verben.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> * Teal bid adapter: include native and video media types (prebid#14493) * Proxistore Bid Adapter: migration to OpenRTB (prebid#14411) * Update Proxistore endpoint URLs in adapter and tests Updated the Proxistore `COOKIE_BASE_URL` and `COOKIE_LESS_URL` to the new `abs` domain in both the adapter and its corresponding test file. This ensures consistency with the updated API endpoints. * Integrate OpenRTB converter for Proxistore bid adapter, and add OpenRTB request as a separate field. * Refactor Proxistore bid adapter to improve OpenRTB handling, add GDPR-specific URL selection, and enhance test coverage. * Add support for website and language parameters in Proxistore bid adapter requests, with corresponding test coverage. * Handle empty response body in Proxistore bid adapter to avoid runtime errors. --------- Co-authored-by: Anthony Richir <anthony.richir@proxistore.com> * Floxis Bid Adapter: initial release (prebid#13934) * Floxis Bid Adapter : initial release * Added ORTB parameters for blocking * Adjusted documentation with maintainer info * Added more validations, extracted converter to a const * Floxis Bid Adapter: redesign to seat-based architecture with ortbConverter Major rewrite replacing teqblazeUtils with ortbConverter for ORTB 2.x compliance. Changes: - New params: seat (required), region (required), partner (required) - Endpoint URL: https://{subdomain}.floxis.tech/pbjs?seat={seat} - subdomain = region for 'floxis' partner - subdomain = {partner}-{region} for white-label partners - ORTB-native implementation with Floors Module support - 40 comprehensive tests with full code coverage - Updated documentation with examples Addresses all PR prebid#13934 review comments from @osazos * Rename FloxisBidAdapter.md to floxisBidAdapter.md * Code review adjustments --------- Co-authored-by: Patrick McCann <pmccann@cafemedia.com> * InsurAds Bid Adapter: Initial Implementation (prebid#14470) * InsurAds Bid Adapter Implementation * Remove test alias * Storage Settings Example * Adapter rename 1/2 * Adapter rename 2/2 * Update modules/insuradsBidAdapter.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update modules/insuradsBidAdapter.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/spec/modules/insuradsBidAdapter_spec.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * The params need to be registered under nexx360 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * LeagueM BId Adapter: initial release (prebid#14479) * LeagueM BId Adapter: initial release * Update test/spec/modules/leagueMBidAdapter_spec.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/spec/modules/leagueMBidAdapter_spec.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/spec/modules/leagueMBidAdapter_spec.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update modules/leagueMBidAdapter.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> * New Adapter: Harion (prebid#14398) * new adapter harion * refactor(adapter): guard added to interpretResponse * Core: disabling fingerprinting apis (prebid#14404) * Core: disabling fingerprinting apis * getFallbackWindow -> utils * Fix several typos in comments and tests (prebid#14498) * Bump ajv from 6.12.6 to 6.14.0 (prebid#14499) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Setting alwaysHasCapacity flag to true (prebid#14500) * Adcluster Bid Adapter: Support Adcluster (prebid#14050) * adcluster - new adapter * fixes * video preview id change * video preview id change * Update adclusterBidAdapter_spec.js * fallback * multiformat fix --------- Co-authored-by: Patrick McCann <patmmccann@gmail.com> Co-authored-by: Patrick McCann <pmccann@cafemedia.com> * ReVantage Bid Adapter: initial release (prebid#14180) * Create revantageBidAdapter.js * Create revantageBidAdapter.md * Update revantageBidAdapter.js * Update revantageBidAdapter.js * Update revantageBidAdapter.js * Update revantageBidAdapter.js Fixed trailing slash Error on Line 123 * Create revantageBidAdapter_spec.js * Update revantageBidAdapter_spec.js Fixed Trailing slashes (again) * Update revantageBidAdapter_spec.js * Update revantageBidAdapter_spec.js same thing again * Refactor Revantage Bid Adapter for media types and bids Refactor Revantage Bid Adapter to use media type constants and improve bid response handling. * Refactor RevantageBidAdapter tests for GPP consent * Update modules/revantageBidAdapter.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update modules/revantageBidAdapter.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Validate feedId consistency in batch bid requests Added validation to ensure all bid requests in a batch have the same feedId, logging a warning if they do not. * Add test for rejecting batch with different feedIds * Update syncOptions for image sync URL parameters * Update sync URL to use 'tag=img' instead of 'type=img' * Update print statement from 'Hello' to 'Goodbye' * fixed * Enhance video bid handling and add utility functions Added functions to handle video size extraction and VAST detection. --------- Co-authored-by: Patrick McCann <pmccann@cafemedia.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * AdMatic Bid Adapter : add adrubi alias (prebid#14504) * Admatic Bidder Adaptor * Update admaticBidAdapter.md * Update admaticBidAdapter.md * remove floor parameter * Update admaticBidAdapter.js * Admatic Bid Adapter: alias and bid floor features activated * Admatic adapter: host param control changed * Alias name changed. * Revert "Admatic adapter: host param control changed" This reverts commit de7ac85. * added alias feature and host param * Revert "added alias feature and host param" This reverts commit 6ec8f45. * Revert "Alias name changed." This reverts commit 661c54f. * Revert "Admatic Bid Adapter: alias and bid floor features activated" This reverts commit 7a2e0e2. * Revert "Update admaticBidAdapter.js" This reverts commit 7a845b7. * Revert "remove floor parameter" This reverts commit 7a23b05. * Admatic adapter: host param control && Add new Bidder * Revert "Admatic adapter: host param control && Add new Bidder" This reverts commit 3c797b1. * commit new features * Update admaticBidAdapter.js * updated for coverage * sync updated * Update adloader.js * AdMatic Bidder: development of user sync url * Update admaticBidAdapter.js * Set currency for AdserverCurrency: bug fix * Update admaticBidAdapter.js * update * admatic adapter video params update * Update admaticBidAdapter.js * update * Update admaticBidAdapter.js * update * update * Update admaticBidAdapter_spec.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Revert "Update admaticBidAdapter.js" This reverts commit 1216892. * Revert "Update admaticBidAdapter.js" This reverts commit b1929ec. * Revert "Update admaticBidAdapter_spec.js" This reverts commit 1ca6597. * Revert "update" This reverts commit 689ce9d. * Revert "update" This reverts commit f381a45. * Revert "Update admaticBidAdapter.js" This reverts commit 38fd7ab. * Revert "update" This reverts commit a5316e7. * Revert "Update admaticBidAdapter.js" This reverts commit 60a28ca. * Revert "admatic adapter video params update" This reverts commit 31e69e8. * update * Update admaticBidAdapter.js * Update admaticBidAdapter_spec.js * mime_type add * add native adapter * AdMatic Adapter: Consent Management * added gvlid * Update admaticBidAdapter.js * admatic cur update * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * Update admaticBidAdapter.js * admatic sync update * Update admaticBidAdapter.js * Revert "Update admaticBidAdapter.js" This reverts commit 11e053f. * Revert "Update admaticBidAdapter.js" This reverts commit 11e053f. * Update admaticBidAdapter.js * OMS Bid Adapter: add instl flag to imp in request (prebid#14501) * Zeta SSP Analytics Adapter: pass floors. (prebid#14350) * Zeta SSP Analytics Adapter: pass floors. * Zeta SSP Analytics Adapter: minor fix. * Zeta SSP Analytics Adapter: fix tests. * Revert "Various modules: remove legacy GPT targeting fallbacks (prebid#14450)" (prebid#14510) This reverts commit 299f207. * Prebid 10.26.0 release * Increment version to 10.27.0-pre * DPAI bid adapter: initial release (prebid#14434) * New adapter DPAI * New adapter DPAI * New adapter DPAI: Added end line * New adapter DPAI: Added end line --------- Co-authored-by: Patrick McCann <patmmccann@gmail.com> * Core: remove stale transformBidParams references (prebid#14512) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org> Co-authored-by: RuzannaAvetisyan <44729750+RuzannaAvetisyan@users.noreply.github.com> Co-authored-by: Siminko Vlad <85431371+siminkovladyslav@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick McCann <patmmccann@gmail.com> Co-authored-by: danijel-ristic <168181386+danijel-ristic@users.noreply.github.com> Co-authored-by: dnrstc <danrstc@gmail.com> Co-authored-by: verben-gh <ezequiel.espino@verben.com> Co-authored-by: Verben <support_trading@verben.com> Co-authored-by: johnclc <johnclc@users.noreply.github.com> Co-authored-by: Anthony <anthonyrichir@users.noreply.github.com> Co-authored-by: Anthony Richir <anthony.richir@proxistore.com> Co-authored-by: floxis-tech <andrius.nvilnia@gmail.com> Co-authored-by: Patrick McCann <pmccann@cafemedia.com> Co-authored-by: Jose Climaco <josepereira@me.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: morock <98119227+mo4rock@users.noreply.github.com> Co-authored-by: markappmedia <markappmedia@gmail.com> Co-authored-by: mkomorski <marcin.komorski@pollub.edu.pl> Co-authored-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com> Co-authored-by: pm-priyanka-deshmane <107103300+pm-priyanka-deshmane@users.noreply.github.com> Co-authored-by: adclusterdev <dev@adcluster.com.tr> Co-authored-by: v0idxyz <58184010+v0idxyz@users.noreply.github.com> Co-authored-by: Fatih Kaya <fatih.kaya.84@gmail.com> Co-authored-by: abermanov-zeta <95416296+abermanov-zeta@users.noreply.github.com> Co-authored-by: Demetrio Girardi <dgirardi@prebid.org> Co-authored-by: driftpixelai <166716541+driftpixelai@users.noreply.github.com>
1 parent 79d4aa6 commit 0dd19e6

358 files changed

Lines changed: 9095 additions & 1580 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/codeql/queries/autogen_fpDOMMethod.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ class DOMMethod extends string {
77

88
DOMMethod() {
99

10-
( this = "toDataURL" and weight = 32.78 and type = "HTMLCanvasElement" )
10+
( this = "toDataURL" and weight = 32.64 and type = "HTMLCanvasElement" )
1111
or
12-
( this = "getChannelData" and weight = 1033.52 and type = "AudioBuffer" )
12+
( this = "getChannelData" and weight = 1009.41 and type = "AudioBuffer" )
1313
}
1414

1515
float getWeight() {

.github/codeql/queries/autogen_fpEventProperty.qll

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ class EventProperty extends string {
77

88
EventProperty() {
99

10-
( this = "accelerationIncludingGravity" and weight = 195.95 and event = "devicemotion" )
10+
( this = "candidate" and weight = 54.73 and event = "icecandidate" )
1111
or
12-
( this = "beta" and weight = 889.02 and event = "deviceorientation" )
12+
( this = "rotationRate" and weight = 63.55 and event = "devicemotion" )
1313
or
14-
( this = "gamma" and weight = 318.9 and event = "deviceorientation" )
14+
( this = "accelerationIncludingGravity" and weight = 205.08 and event = "devicemotion" )
1515
or
16-
( this = "alpha" and weight = 748.66 and event = "deviceorientation" )
16+
( this = "acceleration" and weight = 64.53 and event = "devicemotion" )
1717
or
18-
( this = "candidate" and weight = 48.4 and event = "icecandidate" )
18+
( this = "alpha" and weight = 784.67 and event = "deviceorientation" )
1919
or
20-
( this = "acceleration" and weight = 59.13 and event = "devicemotion" )
20+
( this = "beta" and weight = 801.42 and event = "deviceorientation" )
2121
or
22-
( this = "rotationRate" and weight = 58.73 and event = "devicemotion" )
22+
( this = "gamma" and weight = 300.01 and event = "deviceorientation" )
2323
or
24-
( this = "absolute" and weight = 480.46 and event = "deviceorientation" )
24+
( this = "absolute" and weight = 281.45 and event = "deviceorientation" )
2525
}
2626

2727
float getWeight() {

.github/codeql/queries/autogen_fpGlobalConstructor.qll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ class GlobalConstructor extends string {
66

77
GlobalConstructor() {
88

9-
( this = "OfflineAudioContext" and weight = 1249.69 )
9+
( this = "SharedWorker" and weight = 74.12 )
1010
or
11-
( this = "SharedWorker" and weight = 78.96 )
11+
( this = "OfflineAudioContext" and weight = 1062.83 )
1212
or
13-
( this = "RTCPeerConnection" and weight = 36.22 )
13+
( this = "RTCPeerConnection" and weight = 36.17 )
1414
or
15-
( this = "Gyroscope" and weight = 94.31 )
15+
( this = "Gyroscope" and weight = 100.27 )
1616
or
17-
( this = "AudioWorkletNode" and weight = 106.77 )
17+
( this = "AudioWorkletNode" and weight = 145.12 )
1818
}
1919

2020
float getWeight() {

.github/codeql/queries/autogen_fpGlobalObjectProperty0.qll

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,59 +7,57 @@ class GlobalObjectProperty0 extends string {
77

88
GlobalObjectProperty0() {
99

10-
( this = "availWidth" and weight = 62.91 and global0 = "screen" )
10+
( this = "availHeight" and weight = 65.33 and global0 = "screen" )
1111
or
12-
( this = "availHeight" and weight = 66.51 and global0 = "screen" )
12+
( this = "availWidth" and weight = 61.95 and global0 = "screen" )
1313
or
14-
( this = "colorDepth" and weight = 36.87 and global0 = "screen" )
14+
( this = "colorDepth" and weight = 38.5 and global0 = "screen" )
1515
or
16-
( this = "pixelDepth" and weight = 43.1 and global0 = "screen" )
16+
( this = "availTop" and weight = 1305.37 and global0 = "screen" )
1717
or
18-
( this = "availLeft" and weight = 730.43 and global0 = "screen" )
18+
( this = "plugins" and weight = 15.16 and global0 = "navigator" )
1919
or
20-
( this = "availTop" and weight = 1485.89 and global0 = "screen" )
20+
( this = "deviceMemory" and weight = 64.15 and global0 = "navigator" )
2121
or
22-
( this = "orientation" and weight = 33.81 and global0 = "screen" )
22+
( this = "getBattery" and weight = 41.16 and global0 = "navigator" )
2323
or
24-
( this = "vendorSub" and weight = 1822.98 and global0 = "navigator" )
24+
( this = "webdriver" and weight = 27.64 and global0 = "navigator" )
2525
or
26-
( this = "productSub" and weight = 381.55 and global0 = "navigator" )
26+
( this = "permission" and weight = 24.67 and global0 = "Notification" )
2727
or
28-
( this = "plugins" and weight = 15.37 and global0 = "navigator" )
28+
( this = "storage" and weight = 35.77 and global0 = "navigator" )
2929
or
30-
( this = "mimeTypes" and weight = 15.39 and global0 = "navigator" )
30+
( this = "onLine" and weight = 18.84 and global0 = "navigator" )
3131
or
32-
( this = "webkitTemporaryStorage" and weight = 32.87 and global0 = "navigator" )
32+
( this = "pixelDepth" and weight = 45.77 and global0 = "screen" )
3333
or
34-
( this = "hardwareConcurrency" and weight = 55.54 and global0 = "navigator" )
34+
( this = "availLeft" and weight = 624.44 and global0 = "screen" )
3535
or
36-
( this = "appCodeName" and weight = 167.7 and global0 = "navigator" )
36+
( this = "orientation" and weight = 34.16 and global0 = "screen" )
3737
or
38-
( this = "onLine" and weight = 18.14 and global0 = "navigator" )
38+
( this = "vendorSub" and weight = 1873.27 and global0 = "navigator" )
3939
or
40-
( this = "webdriver" and weight = 28.99 and global0 = "navigator" )
40+
( this = "productSub" and weight = 381.87 and global0 = "navigator" )
4141
or
42-
( this = "keyboard" and weight = 5673.26 and global0 = "navigator" )
42+
( this = "webkitTemporaryStorage" and weight = 37.97 and global0 = "navigator" )
4343
or
44-
( this = "mediaDevices" and weight = 123.32 and global0 = "navigator" )
44+
( this = "hardwareConcurrency" and weight = 51.78 and global0 = "navigator" )
4545
or
46-
( this = "storage" and weight = 30.23 and global0 = "navigator" )
46+
( this = "appCodeName" and weight = 173.35 and global0 = "navigator" )
4747
or
48-
( this = "deviceMemory" and weight = 62.29 and global0 = "navigator" )
48+
( this = "keyboard" and weight = 1722.82 and global0 = "navigator" )
4949
or
50-
( this = "mediaCapabilities" and weight = 148.31 and global0 = "navigator" )
50+
( this = "mediaDevices" and weight = 149.07 and global0 = "navigator" )
5151
or
52-
( this = "permissions" and weight = 92.01 and global0 = "navigator" )
52+
( this = "mediaCapabilities" and weight = 142.34 and global0 = "navigator" )
5353
or
54-
( this = "permission" and weight = 25.87 and global0 = "Notification" )
54+
( this = "permissions" and weight = 89.71 and global0 = "navigator" )
5555
or
56-
( this = "getBattery" and weight = 40.45 and global0 = "navigator" )
56+
( this = "webkitPersistentStorage" and weight = 134.12 and global0 = "navigator" )
5757
or
58-
( this = "webkitPersistentStorage" and weight = 121.43 and global0 = "navigator" )
58+
( this = "requestMediaKeySystemAccess" and weight = 18.22 and global0 = "navigator" )
5959
or
60-
( this = "requestMediaKeySystemAccess" and weight = 22.53 and global0 = "navigator" )
61-
or
62-
( this = "getGamepads" and weight = 275.28 and global0 = "navigator" )
60+
( this = "getGamepads" and weight = 209.55 and global0 = "navigator" )
6361
}
6462

6563
float getWeight() {

.github/codeql/queries/autogen_fpGlobalObjectProperty1.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class GlobalObjectProperty1 extends string {
88

99
GlobalObjectProperty1() {
1010

11-
( this = "enumerateDevices" and weight = 361.7 and global0 = "navigator" and global1 = "mediaDevices" )
11+
( this = "enumerateDevices" and weight = 595.56 and global0 = "navigator" and global1 = "mediaDevices" )
1212
}
1313

1414
float getWeight() {

.github/codeql/queries/autogen_fpGlobalTypeProperty0.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ class GlobalTypeProperty0 extends string {
77

88
GlobalTypeProperty0() {
99

10-
( this = "x" and weight = 5673.26 and global0 = "Gyroscope" )
10+
( this = "x" and weight = 4255.55 and global0 = "Gyroscope" )
1111
or
12-
( this = "y" and weight = 5673.26 and global0 = "Gyroscope" )
12+
( this = "y" and weight = 4255.55 and global0 = "Gyroscope" )
1313
or
14-
( this = "z" and weight = 5673.26 and global0 = "Gyroscope" )
14+
( this = "z" and weight = 4255.55 and global0 = "Gyroscope" )
1515
}
1616

1717
float getWeight() {

.github/codeql/queries/autogen_fpGlobalTypeProperty1.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class GlobalTypeProperty1 extends string {
88

99
GlobalTypeProperty1() {
1010

11-
( this = "resolvedOptions" and weight = 18.94 and global0 = "Intl" and global1 = "DateTimeFormat" )
11+
( this = "resolvedOptions" and weight = 19.01 and global0 = "Intl" and global1 = "DateTimeFormat" )
1212
}
1313

1414
float getWeight() {

.github/codeql/queries/autogen_fpGlobalVar.qll

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ class GlobalVar extends string {
66

77
GlobalVar() {
88

9-
( this = "devicePixelRatio" and weight = 18.84 )
9+
( this = "devicePixelRatio" and weight = 18.39 )
1010
or
11-
( this = "outerWidth" and weight = 104.3 )
11+
( this = "screenX" and weight = 366.36 )
1212
or
13-
( this = "outerHeight" and weight = 177.3 )
13+
( this = "screenY" and weight = 320.66 )
1414
or
15-
( this = "indexedDB" and weight = 21.68 )
15+
( this = "outerWidth" and weight = 104.67 )
1616
or
17-
( this = "screenX" and weight = 411.93 )
17+
( this = "outerHeight" and weight = 154.1 )
1818
or
19-
( this = "screenY" and weight = 369.99 )
19+
( this = "screenLeft" and weight = 321.49 )
2020
or
21-
( this = "screenLeft" and weight = 344.06 )
21+
( this = "screenTop" and weight = 322.32 )
2222
or
23-
( this = "screenTop" and weight = 343.13 )
23+
( this = "indexedDB" and weight = 23.36 )
2424
or
25-
( this = "openDatabase" and weight = 128.91 )
25+
( this = "openDatabase" and weight = 146.11 )
2626
}
2727

2828
float getWeight() {

.github/codeql/queries/autogen_fpRenderingContextProperty.qll

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ class RenderingContextProperty extends string {
77

88
RenderingContextProperty() {
99

10-
( this = "getImageData" and weight = 55.51 and contextType = "2d" )
10+
( this = "getExtension" and weight = 24.59 and contextType = "webgl" )
1111
or
12-
( this = "getParameter" and weight = 30.58 and contextType = "webgl" )
12+
( this = "getParameter" and weight = 28.11 and contextType = "webgl" )
1313
or
14-
( this = "measureText" and weight = 46.82 and contextType = "2d" )
14+
( this = "getImageData" and weight = 62.25 and contextType = "2d" )
1515
or
16-
( this = "getParameter" and weight = 70.22 and contextType = "webgl2" )
16+
( this = "measureText" and weight = 43.06 and contextType = "2d" )
1717
or
18-
( this = "getShaderPrecisionFormat" and weight = 128.74 and contextType = "webgl2" )
18+
( this = "getParameter" and weight = 67.61 and contextType = "webgl2" )
1919
or
20-
( this = "getExtension" and weight = 71.78 and contextType = "webgl2" )
20+
( this = "getShaderPrecisionFormat" and weight = 138.74 and contextType = "webgl2" )
2121
or
22-
( this = "getContextAttributes" and weight = 190.28 and contextType = "webgl2" )
22+
( this = "getExtension" and weight = 69.66 and contextType = "webgl2" )
2323
or
24-
( this = "getSupportedExtensions" and weight = 560.85 and contextType = "webgl2" )
24+
( this = "getContextAttributes" and weight = 201.04 and contextType = "webgl2" )
2525
or
26-
( this = "getExtension" and weight = 26.27 and contextType = "webgl" )
26+
( this = "getSupportedExtensions" and weight = 360.36 and contextType = "webgl2" )
2727
or
28-
( this = "getShaderPrecisionFormat" and weight = 1175.17 and contextType = "webgl" )
28+
( this = "readPixels" and weight = 24.33 and contextType = "webgl" )
2929
or
30-
( this = "getContextAttributes" and weight = 1998.53 and contextType = "webgl" )
30+
( this = "getShaderPrecisionFormat" and weight = 1347.35 and contextType = "webgl" )
3131
or
32-
( this = "getSupportedExtensions" and weight = 1388.64 and contextType = "webgl" )
32+
( this = "getContextAttributes" and weight = 2411.38 and contextType = "webgl" )
3333
or
34-
( this = "readPixels" and weight = 22.43 and contextType = "webgl" )
34+
( this = "getSupportedExtensions" and weight = 1484.82 and contextType = "webgl" )
3535
or
36-
( this = "isPointInPath" and weight = 5210.68 and contextType = "2d" )
36+
( this = "isPointInPath" and weight = 4255.55 and contextType = "2d" )
3737
or
38-
( this = "readPixels" and weight = 610.19 and contextType = "webgl2" )
38+
( this = "readPixels" and weight = 1004.16 and contextType = "webgl2" )
3939
}
4040

4141
float getWeight() {

.github/codeql/queries/autogen_fpSensorProperty.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class SensorProperty extends string {
66

77
SensorProperty() {
88

9-
( this = "start" and weight = 92.53 )
9+
( this = "start" and weight = 105.54 )
1010
}
1111

1212
float getWeight() {

0 commit comments

Comments
 (0)