-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bug fixes feb #28
Merged
Merged
Bug fixes feb #28
Conversation
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
- remove dead sso code - ldap user dn not getting set when user is updated from any auth method to LDAP - User unlocks returned null pointer error if user never logged in - User deletes should show a confirmation message
summitt
added a commit
that referenced
this pull request
Feb 28, 2024
* starting to fix tests * bugfix default values not saved on custom fields * fixing some tests * [maven-release-plugin] prepare release 1.1.19 * [maven-release-plugin] prepare for next development iteration * [maven-release-plugin] prepare release 1.1.20 * [maven-release-plugin] prepare for next development iteration * mistake checking this in * allow special chars in title * [maven-release-plugin] prepare release 1.1.21 * [maven-release-plugin] prepare for next development iteration * pre-release setup * alerts when session is expireed while editing * updating csrf token after session refresh * wip-telemetry * [maven-release-plugin] prepare release 1.1.22 * [maven-release-plugin] prepare for next development iteration * [maven-release-plugin] prepare release 1.1.23 * [maven-release-plugin] prepare for next development iteration * Update README.md to correct VulnDB location (#20) * Update README.md * Update README.md * Update README.md * Update README.md * Minor cloud improvements (#24) * cache-buster so user knows when an update is available * adding upgraded features * fixing verification template * adding media content * remove unnessessary code * prepare next release * [maven-release-plugin] prepare release 1.1.24 * [maven-release-plugin] prepare for next development iteration * match version * incorrect permissions on locks (#27) * [maven-release-plugin] prepare release 1.1.24 * [maven-release-plugin] prepare release 1.1.24.0 * [maven-release-plugin] prepare for next development iteration * [maven-release-plugin] prepare release 1.1.24.1 * [maven-release-plugin] prepare for next development iteration * Update README.md * Bug fixes feb (#28) * saving a pr before locks are cleared * updating links to new manual * Fixing LDAP issues - remove dead sso code - ldap user dn not getting set when user is updated from any auth method to LDAP - User unlocks returned null pointer error if user never logged in - User deletes should show a confirmation message * [maven-release-plugin] prepare release 1.1.24.2 * [maven-release-plugin] prepare for next development iteration * Update README.md * Feb features (#29) * adding api to upload default vulns * updating markdown * Adding JSON payloads to update vuln templates * Add Vuln Upload Options to JSP * Remove unneeded * Add Mardown processing when loading vulns * POM updates for reporting * fix issue with string concatinated descriptions * Fix mismatched severity rankings in assessment view graphs * [maven-release-plugin] prepare release 1.1.24.3 * [maven-release-plugin] prepare for next development iteration * [maven-release-plugin] prepare release 1.1.24 * [maven-release-plugin] prepare release 1.1.25 * [maven-release-plugin] prepare for next development iteration * set version * stupid way i did input groups * [maven-release-plugin] prepare release 1.1.25.0 * [maven-release-plugin] prepare for next development iteration * fix issue with default checklist settings * [maven-release-plugin] prepare release 1.1.25.1 * [maven-release-plugin] prepare for next development iteration * Bugfix templates error when team or type deleted (#37) * Update UI and add Error Checking * start saving reports in DB instead of file system or S3 * initial faction install should put template in DB and be threaded * generate reports with DB templates * fix error when type or team are missing from a template * fix bug with native mongo query that prevented deleting a assessment type * [maven-release-plugin] prepare release 1.1.26.0 * [maven-release-plugin] prepare for next development iteration * remove test code * Some UI Work and big fixes (#41) * [maven-release-plugin] prepare release 1.1.26.1 * [maven-release-plugin] prepare for next development iteration * No Nulls (#42) * Run Faction from releases * moving original Dockerfile to Dockerfile.dev * Update README.md * Update README.md * adding fill to backgrounds when not in tables (#44) * [maven-release-plugin] prepare release 1.1.26.2 * [maven-release-plugin] prepare for next development iteration * comments --------- Co-authored-by: theotherothermatt <48willys@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.