Permalink
Show file tree
Hide file tree
79 changes: 37 additions & 42 deletions
79
...cal/src/main/java/org/hswebframework/web/workflow/web/FlowableModelManagerController.java
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix #107 修复反射型xss
- Loading branch information
Showing
2 changed files
with
46 additions
and
42 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...-system-workflow-local/src/main/java/org/hswebframework/web/workflow/enums/ModelType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| package org.hswebframework.web.workflow.enums; | ||
|
|
||
| /** | ||
| * @author zhouhao | ||
| * @since 3.0.5 | ||
| */ | ||
| public enum ModelType { | ||
| bpmn, json | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters