Skip to content

cwlviewer v1.4: catch up since 2018, includes fix for CVE-2021-41110

Compare
Choose a tag to compare
@mr-c mr-c released this 30 Sep 22:07
· 375 commits to main since this release
0fdcfc9

Many updates since 2018, but the most important is the fix (#355) for CVE-2021-41110 courtesy of @kinow

New features:

  • Streamable CWL graph images #240 @stain
  • Schedule recurrent CWL Viewer maintained cron-job for purging of old queued workflows from database #326 @obasekiosa

Smaller changes:

  • Separate workflow URL from repository URL in "retrieved from" column of workflows page #316 @obasekiosa
  • Fix replace non working deleteByRetrievedFrom function with working delete function #321 @obasekiosa

Documentation updates:

Misc fixes:

  • Update jena & switch to Turtle syntax for SPARQL connection #213 @stain
  • fix reversed class & id attributes #235 @mr-c & fixed by @kinow in #352 #353
  • Use HTTPS instead of HTTP to resolve dependencies #250 [security update!] @JLLeitschuh
  • Indexing retrievedOn in mongo to fix "Clicking 'Last' on the Explore page gives ISE" (#270) 922b434 @stain
  • Update copyright year (#286) @stain
  • add skip-schemas to the cwltool invocation so we are more lenient

Changes related to the migration of view.commonwl.org from University of Manchester to Curii, Inc (Many thanks to @stain and UNIMAN for their years of service to the public!)

Dependencies upgrade:

CI updates: