Releases: FherStk/AutoCheck
v2024.10.09-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.2 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Security issue fixed: System.Text.Json upgraded from 8.0.4 to 8.0.5.
v2024.07.15-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Security issue fixed: System.Text.Json upgraded from 8.0.0 to 8.0.4.
v2024.05.14-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Security issue fixed: Npgsql upgraded from 6.0.0 to 8.0.3.
v2023.05.12-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- New script named 'permissions-recuperacio'
v2023.03.04-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- The
SourceCode
copy detector has been upgraded, now uses JPlag v4.2 (instead of the v3.0 version). - New parameters for the
copy_detector
YAML script node:mode
: The copy detection matching mode, allowed values are:- DEFAULT: values above the
threshold
will compute as a potential copy. - AUTO: a median will be automatically computed using all the matching values and the
threshold
will be used as a margin error (computed as(1-median) * threshold
), so only the matching values over the margin error will compute as a potential copy.
- DEFAULT: values above the
sensibility
: The copy detection sensibility, lower values increases the probability of false positives. |!!int -1
- The
threshold
parameters now changes its behaviour as previously described. - Using a copy detector will display the current (or calculated) threshold at the output.
- Several bug fixes and improvements.
v2023.02.11-1
Current versions:
AutoCheck.Test: v2.24.0 | AutoCheck.Docs: v2.24.0 | AutoCheck.Core: v2.24.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- New DMOJ connector. Allows in/out operations with any DMOJ instance (needs the API token within the config file
/core/config/dmoj_token.txt
). - Several bug fixes and improvements.
v2022.12.15-1
Current versions:
AutoCheck.Test: v2.23.0 | AutoCheck.Docs: v2.23.0 | AutoCheck.Core: v2.23.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- The permissions script has been updated (scores has been changed).
v2022.12.12-1
Current versions:
AutoCheck.Test: v2.23.0 | AutoCheck.Docs: v2.23.0 | AutoCheck.Core: v2.23.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Patched a security issue with Newtonsoft.Json (from 13.0.1 to 13.0.2).
v2022.10.15-1
Current versions:
AutoCheck.Test: v2.23.0 | AutoCheck.Docs: v2.23.0 | AutoCheck.Core: v2.23.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Release names will be changed to the release date, this allows independent component versions. (#126)
- A new "Wait(milliseconds)" method has been added to the Shell connector. (#113)
- Several bug fixes and improvements.
Breaking changes
- Script object's YAML stream constructors have been removed in order to reduce complexity and because they weren't necessary anymore, a Script object can be created now without automatic execution, allowing target injection. (#101)
v2.22.3
List of changes:
Bumps SSH.NET from 2020.0.1 to 2020.0.2.
Release notes
Sourced from SSH.NET's releases.
2020.0.2
This release fixes a security vulnerability in our X25519 key exchange that could allow an attacker to eavesdrop the communications to decrypt them.
More information is available in advisory CVE-2022-29245.
Commits
f1f273c
Use cryptographically secure random number generator.- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.