caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 13 forks source link

Bump activerecord from 6.0.3.2 to 6.0.6.1 #311

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps activerecord from 6.0.3.2 to 6.0.6.1.

Release notes

Sourced from activerecord's releases.

v6.0.6.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Make sanitize_as_sql_comment more strict

    Though this method was likely never meant to take user input, it was attempting sanitization. That sanitization could be bypassed with carefully crafted input.

    This commit makes the sanitization more robust by replacing any occurrances of "/" or "/" with "/ " or " /". It also performs a first pass to remove one surrounding comment to avoid compatibility issues for users relying on the existing removal.

    This also clarifies in the documentation of annotate that it should not be provided user input.

    [CVE-2023-22794]

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

... (truncated)

Commits
  • 28bb76d Version 6.0.6.1
  • 91e0722 Make sanitize_as_sql_comment more strict
  • 91cf62e Version 6.0.6
  • 85e8e4c Merge pull request #45593 from skipkayhil/fix-6-1-compat
  • a5f27f6 Merge pull request #45578 from natematykiewicz/yaml_safe_load_performance
  • 9db14db Remove active_record.yaml initializers
  • b521e2e Allow Symbol by default in YAML columns
  • c7d64e9 Preparing for 6.0.5.1 release
  • c177e45 updating version and changelog
  • 2dfa064 Change ActiveRecord::Coders::YAMLColumn default to safe_load
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/caciviclab/disclosure-backend-static/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

mikeubell commented 1 year ago
Build diff from Commit 19b577845c6310d35939acf3c9f5505680014b7e: ```diff diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 7d8a998..238f3ee 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,7 +2,7 @@ "total_contributions": 5913991.75, "total_contributions_by_source": { "Out of State": 507123.87, - "Within Oakland": 2372402.71, + "Within Oakland": 2372402.710000001, "Within California": 2861554.14 }, "contributions_by_type": { @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index 07eaba9..43ef527 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-01-29 00:06:09 -0800" + "date_processed": "2023-01-30 00:05:47 -0800" } diff --git a/build/_data/totals.json b/build/_data/totals.json index ce34372..59221bc 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -459,7 +459,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1034,7 +1034,7 @@ "total_contributions": 5913991.75, "total_contributions_by_source": { "Out of State": 507123.87, - "Within Oakland": 2372402.71, + "Within Oakland": 2372402.710000001, "Within California": 2861554.14 }, "contributions_by_type": { @@ -1139,7 +1139,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 ```
mikeubell commented 1 year ago
Build diff from Commit abe77648ab84b25257a4e45201ca636ceeff9aba: ```diff diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```