Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix creating a justification based on an existing proposition #387

Merged
merged 8 commits into from
Apr 20, 2023

Conversation

carlgieringer
Copy link
Contributor

@carlgieringer carlgieringer commented Apr 20, 2023

fixes #385

  • Remove .strict from Entity schemas (instead rely on the default .strip behavior so that it's convenient to pass Out models as Input models.
  • Fix a XSS vulnerability where we allowed javascript: URLs.

…on (fixes #358)

Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
@carlgieringer carlgieringer linked an issue Apr 20, 2023 that may be closed by this pull request
onPersorgAutocomplete = (persorg: PersorgOut, index: number) => {
this.props.dispatch(
})(),
[mode, dispatch, queryParams]

Check warning

Code scanning / CodeQL

Client-side cross-site scripting (experimental)

(Experimental) This may be a cross-site scripting vulnerability due to [a user-provided value](1). Identified using machine learning.
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Apr 20, 2023

Changed-files coverage summary


=============================== Coverage summary ===============================
Statements   : 72.97% ( 783/1073 )
Branches     : 57.75% ( 231/400 )
Functions    : 70.23% ( 151/215 )
Lines        : 72.69% ( 772/1062 )
================================================================================

Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
@carlgieringer carlgieringer merged commit df51310 into master Apr 20, 2023
@carlgieringer carlgieringer deleted the features/358-cant-justify branch April 20, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot justify existing proposition with existing proposition
1 participant