You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dolos API to create a new report is currently very simple: the caller should upload a ZIP-file, and can optionally specify a report name and programming_language.
Some use-case require more flexibility to change algorithm parameters and/or submit code to ignore.
To support this, the API should be extended to pass these options to the Dolos CLI. Special care needs to be taken to sanitize these options correctly.
The text was updated successfully, but these errors were encountered:
The Dolos API to create a new report is currently very simple: the caller should upload a ZIP-file, and can optionally specify a report
name
andprogramming_language
.Some use-case require more flexibility to change algorithm parameters and/or submit code to ignore.
To support this, the API should be extended to pass these options to the Dolos CLI. Special care needs to be taken to sanitize these options correctly.
The text was updated successfully, but these errors were encountered: