Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
b91237f2
Verified
Commit
b91237f2
authored
4 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
Add more testfiles for server_error and xss_attack
parent
2bbc0755
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripting/tests/data/server_error.csv
+1
-0
1 addition, 0 deletions
scripting/tests/data/server_error.csv
scripting/tests/data/xss_attack.csv
+8
-0
8 additions, 0 deletions
scripting/tests/data/xss_attack.csv
with
9 additions
and
0 deletions
scripting/tests/data/server_error.csv
0 → 100644
+
1
−
0
View file @
b91237f2
Hi, this line contains a unicode backspace. This causes a server error, when pandas_table_preview.py's output is serialized into XML.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scripting/tests/data/xss_attack.csv
0 → 100644
+
8
−
0
View file @
b91237f2
# as it seems all these characters are escaped correctly.
"","%3C","<","<","<","<","<","<","<","<"
"<","<","<","<","<","<","<","<","<","<"
"<","<","<","<","<","<","<","<","<","<"
"<","<","<","<","<","<","<","<","<","<"
"<","<","<","<","<","<","<","<","<","<"
"<","<","<","<","<","<","<","<","<","<"
"<","<","<","<","<","<","\x3c","\x3C","\u003c","\u003C"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment