Skip to content

Commit 4b9a577

Browse files
committed
Deploying to gh-pages from @ 60886fd 🚀
1 parent bb2f961 commit 4b9a577

220 files changed

Lines changed: 2535 additions & 2964 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.

CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASE_CHECKLIST.html

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASE_CHECKLIST.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ unexpected errors
4444

4545
Run `devtools::test()` — all tests pass, no unexpected skips
4646

47-
`devtools::test_coverage()` — no significant test coverage regression
47+
Run `devtools::test_coverage()` — no significant test coverage
48+
regression
49+
50+
Run `semgrep ci` in CLI — to check security vulnerabilities
4851

4952
## 4. R CMD CHECK
5053

SECURITY.html

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SECURITY.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Only the latest stable release receives security patches.
6+
7+
## Reporting a Vulnerability
8+
9+
Please **do not** open a public GitHub issue for security
10+
vulnerabilities.
11+
12+
Use [GitHub’s private vulnerability
13+
reporting](https://github.com/krose/entsoeapi/security/advisories/new)
14+
to report issues confidentially.
15+
16+
We aim to acknowledge reports within **7 days** and release a patch
17+
within **90 days**, depending on severity.
18+
19+
## Scope
20+
21+
In scope: - Leakage or improper handling of the `ENTSOE_PAT` API token -
22+
Unsafe processing of API responses (XML/JSON parsing) - Vulnerable
23+
transitive dependencies
24+
25+
Out of scope: - Vulnerabilities in the ENTSO-E API itself - Issues
26+
requiring a compromised R environment

articles/architecture.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/da-price-spread-vignette.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/da-price-spread-vignette.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ da_prices <- energy_prices(
6262
#> ── API call ────────────────────────────────────────────────────────────────────────────────────────────────────────────
6363
#> → https://web-api.tp.entsoe.eu/api?documentType=A44&in_Domain=10YPL-AREA-----S&out_Domain=10YPL-AREA-----S&periodStart=202512312300&periodEnd=202601072300&contract_MarketAgreement.type=A01&securityToken=<...>
6464
#> <- HTTP/2 200
65-
#> <- date: Wed, 08 Apr 2026 13:16:12 GMT
65+
#> <- date: Mon, 13 Apr 2026 08:13:35 GMT
6666
#> <- content-type: text/xml
6767
#> <- content-disposition: inline; filename="Energy_Prices_202512312300-202601072300.xml"
6868
#> <- x-content-type-options: nosniff
@@ -92,7 +92,7 @@ glimpse(da_prices)
9292
#> $ ts_auction_type_def <chr> "Implicit", "Implicit", "Implicit", "Implicit", "Implicit", "Implicit", "Implicit",…
9393
#> $ ts_business_type <chr> "A62", "A62", "A62", "A62", "A62", "A62", "A62", "A62", "A62", "A62", "A62", "A62",…
9494
#> $ ts_business_type_def <chr> "Spot price", "Spot price", "Spot price", "Spot price", "Spot price", "Spot price",…
95-
#> $ created_date_time <dttm> 2026-04-08 13:16:12, 2026-04-08 13:16:12, 2026-04-08 13:16:12, 2026-04-08 13:16:12
95+
#> $ created_date_time <dttm> 2026-04-13 08:13:35, 2026-04-13 08:13:35, 2026-04-13 08:13:35, 2026-04-13 08:13:35
9696
#> $ revision_number <dbl> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,…
9797
#> $ ts_resolution <chr> "PT15M", "PT15M", "PT15M", "PT15M", "PT15M", "PT15M", "PT15M", "PT15M", "PT15M", "P…
9898
#> $ ts_time_interval_start <dttm> 2025-12-31 23:00:00, 2025-12-31 23:00:00, 2025-12-31 23:00:00, 2025-12-31 23:00:00…

0 commit comments

Comments
 (0)