Skip to content

Instantly share code, notes, and snippets.

@rdkcmf-jenkins
Created November 16, 2023 15:05
Show Gist options
  • Save rdkcmf-jenkins/9ecbab08d980183c7732125943e6c2d4 to your computer and use it in GitHub Desktop.
Save rdkcmf-jenkins/9ecbab08d980183c7732125943e6c2d4 to your computer and use it in GitHub Desktop.
blackduck reports

Blackduck scan failure report:

1 file pending identification.* Refer to subsequent review comments for details.

Summary: 6 searches in 1 file reported in Protex.

Source/core/JSON.h:

  • line 1321: switch (c) {
  • line 2485: switch (c) {
  • line 2494: error = Error{"Unescaped character of code point value '" + std::to_string(c) + "' for Stri
  • line 2521: switch (c) {
  • line 2559: default : if ((_flagsAndCounters & 0x7) && !std::isxdigit(c)) { // unicode sequence expected, characters 0-9 and A-F
  • line 2560: error = Error{"Character '" + std::to_string(c) + "' at unsupported position for String"};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment