Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
556,662 | 16,487,902,149 | IssuesEvent | 2021-05-24 20:59:56 | GoogleChrome/lighthouse | https://api.github.com/repos/GoogleChrome/lighthouse | closed | Get `yarn test-devtools` to work on linux | needs-priority | This never worked because there was a crash, and it was decided to just focus on Mac. However, @adamraine needs to run this on GCP to do collect data at scale, so let's revisit.
Currently `yarn test-devtools` errors loudly complaining that "crashpad_handler does not exist". This is easy to silence with `--disable-breakpad` to the webserver python program. However, the crash is still there, this just removes the complaining. (Note: unnecessary, but if we wanted to we could download the crashpad handler from `chrome-PLATFORM.zip` and place it next to the content shell).
So with that said, here's the true error. Still investigating.
```
[501216:501216:1124/122624.392648:WARNING:vaapi_wrapper.cc(534)] VAAPI video acceleration not available for disabled
[501132:501132:1124/122624.384668:FATAL:platform_font_skia.cc(97)] Check failed: InitDefaultFont(). Could not find the default font
#0 0x5633328ce399 base::debug::CollectStackTrace()
#1 0x56333284af13 base::debug::StackTrace::StackTrace()
#2 0x56333285a3f0 logging::LogMessage::~LogMessage()
#3 0x56333285afbe logging::LogMessage::~LogMessage()
#4 0x56333345a3af gfx::PlatformFontSkia::PlatformFontSkia()
#5 0x56333345be4b gfx::PlatformFont::CreateDefault()
#6 0x56333344a3ce gfx::Font::Font()
#7 0x56333237931a content::RenderViewHostImpl::GetPlatformSpecificPrefs()
#8 0x5633324acf96 content::WebContentsImpl::SyncRendererPrefs()
#9 0x5633328390a3 content::Shell::CreateShell()
#10 0x563332839727 content::Shell::CreateNewWindow()
#11 0x56333617a66e content::WebTestControlHost::PrepareForWebTest()
#12 0x56333614b383 content::WebTestBrowserMainRunner::RunBrowserMain()
#13 0x563332835e50 content::ShellMainDelegate::RunProcess()
#14 0x563331f1090c content::ContentMainRunnerImpl::RunServiceManager()
#15 0x563331f10533 content::ContentMainRunnerImpl::Run()
#16 0x563331275d74 content::RunContentProcess()
#17 0x56333127675c content::ContentMain()
#18 0x5633305d44cc main
#19 0x7f2c44825cca __libc_start_main
#20 0x5633305d436a _start
Received signal 6
#0 0x5633328ce399 base::debug::CollectStackTrace()
#1 0x56333284af13 base::debug::StackTrace::StackTrace()
#2 0x5633328cdf3b base::debug::(anonymous namespace)::StackDumpSignalHandler()
#3 0x7f2c45ee1140 (/lib/x86_64-linux-gnu/libpthread-2.31.so+0x1413f)
#4 0x7f2c4483adb1 gsignal
#5 0x7f2c44824537 abort
#6 0x5633328ccec5 base::debug::BreakDebugger()
#7 0x56333285a862 logging::LogMessage::~LogMessage()
#8 0x56333285afbe logging::LogMessage::~LogMessage()
#9 0x56333345a3af gfx::PlatformFontSkia::PlatformFontSkia()
#10 0x56333345be4b gfx::PlatformFont::CreateDefault()
#11 0x56333344a3ce gfx::Font::Font()
#12 0x56333237931a content::RenderViewHostImpl::GetPlatformSpecificPrefs()
#13 0x5633324acf96 content::WebContentsImpl::SyncRendererPrefs()
#14 0x5633328390a3 content::Shell::CreateShell()
#15 0x563332839727 content::Shell::CreateNewWindow()
#16 0x56333617a66e content::WebTestControlHost::PrepareForWebTest()
#17 0x56333614b383 content::WebTestBrowserMainRunner::RunBrowserMain()
#18 0x563332835e50 content::ShellMainDelegate::RunProcess()
#19 0x563331f1090c content::ContentMainRunnerImpl::RunServiceManager()
#20 0x563331f10533 content::ContentMainRunnerImpl::Run()
#21 0x563331275d74 content::RunContentProcess()
#22 0x56333127675c content::ContentMain()
#23 0x5633305d44cc main
#24 0x7f2c44825cca __libc_start_main
#25 0x5633305d436a _start
r8: 0000000000000000 r9: 00007fffb5beaf20 r10: 0000000000000008 r11: 0000000000000246
r12: 00003249fade1000 r13: aaaaaaaaaaaaaaaa r14: 00003249fade1010 r15: 00007fffb5beb9c0
di: 0000000000000002 si: 00007fffb5beaf20 bp: 00007fffb5beb170 bx: 00007f2c43d25b80
dx: 0000000000000000 ax: 0000000000000000 cx: 00007f2c4483adb1 sp: 00007fffb5beaf20
ip: 00007f2c4483adb1 efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000
trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.
``` | 1.0 | Get `yarn test-devtools` to work on linux - This never worked because there was a crash, and it was decided to just focus on Mac. However, @adamraine needs to run this on GCP to do collect data at scale, so let's revisit.
Currently `yarn test-devtools` errors loudly complaining that "crashpad_handler does not exist". This is easy to silence with `--disable-breakpad` to the webserver python program. However, the crash is still there, this just removes the complaining. (Note: unnecessary, but if we wanted to we could download the crashpad handler from `chrome-PLATFORM.zip` and place it next to the content shell).
So with that said, here's the true error. Still investigating.
```
[501216:501216:1124/122624.392648:WARNING:vaapi_wrapper.cc(534)] VAAPI video acceleration not available for disabled
[501132:501132:1124/122624.384668:FATAL:platform_font_skia.cc(97)] Check failed: InitDefaultFont(). Could not find the default font
#0 0x5633328ce399 base::debug::CollectStackTrace()
#1 0x56333284af13 base::debug::StackTrace::StackTrace()
#2 0x56333285a3f0 logging::LogMessage::~LogMessage()
#3 0x56333285afbe logging::LogMessage::~LogMessage()
#4 0x56333345a3af gfx::PlatformFontSkia::PlatformFontSkia()
#5 0x56333345be4b gfx::PlatformFont::CreateDefault()
#6 0x56333344a3ce gfx::Font::Font()
#7 0x56333237931a content::RenderViewHostImpl::GetPlatformSpecificPrefs()
#8 0x5633324acf96 content::WebContentsImpl::SyncRendererPrefs()
#9 0x5633328390a3 content::Shell::CreateShell()
#10 0x563332839727 content::Shell::CreateNewWindow()
#11 0x56333617a66e content::WebTestControlHost::PrepareForWebTest()
#12 0x56333614b383 content::WebTestBrowserMainRunner::RunBrowserMain()
#13 0x563332835e50 content::ShellMainDelegate::RunProcess()
#14 0x563331f1090c content::ContentMainRunnerImpl::RunServiceManager()
#15 0x563331f10533 content::ContentMainRunnerImpl::Run()
#16 0x563331275d74 content::RunContentProcess()
#17 0x56333127675c content::ContentMain()
#18 0x5633305d44cc main
#19 0x7f2c44825cca __libc_start_main
#20 0x5633305d436a _start
Received signal 6
#0 0x5633328ce399 base::debug::CollectStackTrace()
#1 0x56333284af13 base::debug::StackTrace::StackTrace()
#2 0x5633328cdf3b base::debug::(anonymous namespace)::StackDumpSignalHandler()
#3 0x7f2c45ee1140 (/lib/x86_64-linux-gnu/libpthread-2.31.so+0x1413f)
#4 0x7f2c4483adb1 gsignal
#5 0x7f2c44824537 abort
#6 0x5633328ccec5 base::debug::BreakDebugger()
#7 0x56333285a862 logging::LogMessage::~LogMessage()
#8 0x56333285afbe logging::LogMessage::~LogMessage()
#9 0x56333345a3af gfx::PlatformFontSkia::PlatformFontSkia()
#10 0x56333345be4b gfx::PlatformFont::CreateDefault()
#11 0x56333344a3ce gfx::Font::Font()
#12 0x56333237931a content::RenderViewHostImpl::GetPlatformSpecificPrefs()
#13 0x5633324acf96 content::WebContentsImpl::SyncRendererPrefs()
#14 0x5633328390a3 content::Shell::CreateShell()
#15 0x563332839727 content::Shell::CreateNewWindow()
#16 0x56333617a66e content::WebTestControlHost::PrepareForWebTest()
#17 0x56333614b383 content::WebTestBrowserMainRunner::RunBrowserMain()
#18 0x563332835e50 content::ShellMainDelegate::RunProcess()
#19 0x563331f1090c content::ContentMainRunnerImpl::RunServiceManager()
#20 0x563331f10533 content::ContentMainRunnerImpl::Run()
#21 0x563331275d74 content::RunContentProcess()
#22 0x56333127675c content::ContentMain()
#23 0x5633305d44cc main
#24 0x7f2c44825cca __libc_start_main
#25 0x5633305d436a _start
r8: 0000000000000000 r9: 00007fffb5beaf20 r10: 0000000000000008 r11: 0000000000000246
r12: 00003249fade1000 r13: aaaaaaaaaaaaaaaa r14: 00003249fade1010 r15: 00007fffb5beb9c0
di: 0000000000000002 si: 00007fffb5beaf20 bp: 00007fffb5beb170 bx: 00007f2c43d25b80
dx: 0000000000000000 ax: 0000000000000000 cx: 00007f2c4483adb1 sp: 00007fffb5beaf20
ip: 00007f2c4483adb1 efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000
trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.
``` | non_defect | get yarn test devtools to work on linux this never worked because there was a crash and it was decided to just focus on mac however adamraine needs to run this on gcp to do collect data at scale so let s revisit currently yarn test devtools errors loudly complaining that crashpad handler does not exist this is easy to silence with disable breakpad to the webserver python program however the crash is still there this just removes the complaining note unnecessary but if we wanted to we could download the crashpad handler from chrome platform zip and place it next to the content shell so with that said here s the true error still investigating vaapi video acceleration not available for disabled check failed initdefaultfont could not find the default font base debug collectstacktrace base debug stacktrace stacktrace logging logmessage logmessage logging logmessage logmessage gfx platformfontskia platformfontskia gfx platformfont createdefault gfx font font content renderviewhostimpl getplatformspecificprefs content webcontentsimpl syncrendererprefs content shell createshell content shell createnewwindow content webtestcontrolhost prepareforwebtest content webtestbrowsermainrunner runbrowsermain content shellmaindelegate runprocess content contentmainrunnerimpl runservicemanager content contentmainrunnerimpl run content runcontentprocess content contentmain main libc start main start received signal base debug collectstacktrace base debug stacktrace stacktrace base debug anonymous namespace stackdumpsignalhandler lib linux gnu libpthread so gsignal abort base debug breakdebugger logging logmessage logmessage logging logmessage logmessage gfx platformfontskia platformfontskia gfx platformfont createdefault gfx font font content renderviewhostimpl getplatformspecificprefs content webcontentsimpl syncrendererprefs content shell createshell content shell createnewwindow content webtestcontrolhost prepareforwebtest content webtestbrowsermainrunner runbrowsermain content shellmaindelegate runprocess content contentmainrunnerimpl runservicemanager content contentmainrunnerimpl run content runcontentprocess content contentmain main libc start main start aaaaaaaaaaaaaaaa di si bp bx dx ax cx sp ip efl cgf erf trp msk calling exit core file will not be generated | 0 |
268,746 | 8,411,182,433 | IssuesEvent | 2018-10-12 13:10:24 | uriweb/uri-modern | https://api.github.com/repos/uriweb/uri-modern | closed | Widget areas do not display properly on pages with a Stage | bug high priority | ## Issue Type
<!-- Put an X between the brackets of one or more items below: -->
[X] Bug
[] New Feature
[] Enhancement
## Description
Widget areas on pages with a Stage area do not display properly. It appears to be an issue with `z-index` and `position`, but it's unclear why. | 1.0 | Widget areas do not display properly on pages with a Stage - ## Issue Type
<!-- Put an X between the brackets of one or more items below: -->
[X] Bug
[] New Feature
[] Enhancement
## Description
Widget areas on pages with a Stage area do not display properly. It appears to be an issue with `z-index` and `position`, but it's unclear why. | non_defect | widget areas do not display properly on pages with a stage issue type bug new feature enhancement description widget areas on pages with a stage area do not display properly it appears to be an issue with z index and position but it s unclear why | 0 |
355,509 | 25,175,954,691 | IssuesEvent | 2022-11-11 09:16:53 | Tex-Tang/pe | https://api.github.com/repos/Tex-Tang/pe | opened | Better UML diagram for AddStudentCommand | severity.VeryLow type.DocumentationBug | #### Issue Description
Currently the UML diagram point to 2 name fields. Although it has mentioned below that one field is for student, and another for parent. But we can improve it by using UML label that explain the relationship.

#### Steps to reproduce the issue
Go to `4.2.1 AddStudent command` section
<!--session: 1668153999061-e63af65f-10dc-4b2f-bfdc-f2a47bc4eed4-->
<!--Version: Web v3.4.4--> | 1.0 | Better UML diagram for AddStudentCommand - #### Issue Description
Currently the UML diagram point to 2 name fields. Although it has mentioned below that one field is for student, and another for parent. But we can improve it by using UML label that explain the relationship.

#### Steps to reproduce the issue
Go to `4.2.1 AddStudent command` section
<!--session: 1668153999061-e63af65f-10dc-4b2f-bfdc-f2a47bc4eed4-->
<!--Version: Web v3.4.4--> | non_defect | better uml diagram for addstudentcommand issue description currently the uml diagram point to name fields although it has mentioned below that one field is for student and another for parent but we can improve it by using uml label that explain the relationship steps to reproduce the issue go to addstudent command section | 0 |
147,625 | 19,522,856,216 | IssuesEvent | 2021-12-29 22:32:30 | swagger-api/swagger-codegen | https://api.github.com/repos/swagger-api/swagger-codegen | opened | CVE-2020-9546 (High) detected in multiple libraries | security vulnerability | ## CVE-2020-9546 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.7.8.jar</b>, <b>jackson-databind-2.8.9.jar</b>, <b>jackson-databind-2.8.8.jar</b>, <b>jackson-databind-2.6.4.jar</b>, <b>jackson-databind-2.4.5.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.7.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.7.8.jar</p>
<p>
Dependency Hierarchy:
- lagom-scaladsl-api_2.11-1.3.8.jar (Root Library)
- lagom-api_2.11-1.3.8.jar
- play_2.11-2.5.13.jar
- :x: **jackson-databind-2.7.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.9.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.8.9.jar</p>
<p>
Dependency Hierarchy:
- play-guice_2.12-2.6.3.jar (Root Library)
- play_2.12-2.6.3.jar
- :x: **jackson-databind-2.8.9.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.8.8.jar</p>
<p>
Dependency Hierarchy:
- finch-circe_2.11-0.15.1.jar (Root Library)
- circe-jackson28_2.11-0.8.0.jar
- :x: **jackson-databind-2.8.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.6.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /samples/client/petstore/java/jersey1/build.gradle</p>
<p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.4/f2abadd10891512268b16a1a1a6f81890f3e2976/jackson-databind-2.6.4.jar,/aches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.4/f2abadd10891512268b16a1a1a6f81890f3e2976/jackson-databind-2.6.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.6.4.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.4.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /samples/client/petstore/scala/build.gradle</p>
<p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.4.5/c69c0cb613128c69d84a6a0304ddb9fce82e8242/jackson-databind-2.4.5.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.4.5/c69c0cb613128c69d84a6a0304ddb9fce82e8242/jackson-databind-2.4.5.jar</p>
<p>
Dependency Hierarchy:
- swagger-core-1.5.8.jar (Root Library)
- :x: **jackson-databind-2.4.5.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/swagger-api/swagger-codegen/commit/4b7a8d7d7384aa6a27d6309c35ade0916edae7ed">4b7a8d7d7384aa6a27d6309c35ade0916edae7ed</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9546>CVE-2020-9546</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.7.8","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"com.lightbend.lagom:lagom-scaladsl-api_2.11:1.3.8;com.lightbend.lagom:lagom-api_2.11:1.3.8;com.typesafe.play:play_2.11:2.5.13;com.fasterxml.jackson.core:jackson-databind:2.7.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.9","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"com.typesafe.play:play-guice_2.12:2.6.3;com.typesafe.play:play_2.12:2.6.3;com.fasterxml.jackson.core:jackson-databind:2.8.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.8","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"com.github.finagle:finch-circe_2.11:0.15.1;io.circe:circe-jackson28_2.11:0.8.0;com.fasterxml.jackson.core:jackson-databind:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.6.4","packageFilePaths":["/samples/client/petstore/java/jersey1/build.gradle"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.6.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.4.5","packageFilePaths":["/samples/client/petstore/scala/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"io.swagger:swagger-core:1.5.8;com.fasterxml.jackson.core:jackson-databind:2.4.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-9546","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9546","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-9546 (High) detected in multiple libraries - ## CVE-2020-9546 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.7.8.jar</b>, <b>jackson-databind-2.8.9.jar</b>, <b>jackson-databind-2.8.8.jar</b>, <b>jackson-databind-2.6.4.jar</b>, <b>jackson-databind-2.4.5.jar</b></p></summary>
<p>
<details><summary><b>jackson-databind-2.7.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.7.8.jar</p>
<p>
Dependency Hierarchy:
- lagom-scaladsl-api_2.11-1.3.8.jar (Root Library)
- lagom-api_2.11-1.3.8.jar
- play_2.11-2.5.13.jar
- :x: **jackson-databind-2.7.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.9.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.8.9.jar</p>
<p>
Dependency Hierarchy:
- play-guice_2.12-2.6.3.jar (Root Library)
- play_2.12-2.6.3.jar
- :x: **jackson-databind-2.8.9.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.8.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.8.8.jar</p>
<p>
Dependency Hierarchy:
- finch-circe_2.11-0.15.1.jar (Root Library)
- circe-jackson28_2.11-0.8.0.jar
- :x: **jackson-databind-2.8.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.6.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /samples/client/petstore/java/jersey1/build.gradle</p>
<p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.4/f2abadd10891512268b16a1a1a6f81890f3e2976/jackson-databind-2.6.4.jar,/aches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.6.4/f2abadd10891512268b16a1a1a6f81890f3e2976/jackson-databind-2.6.4.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.6.4.jar** (Vulnerable Library)
</details>
<details><summary><b>jackson-databind-2.4.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /samples/client/petstore/scala/build.gradle</p>
<p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.4.5/c69c0cb613128c69d84a6a0304ddb9fce82e8242/jackson-databind-2.4.5.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.4.5/c69c0cb613128c69d84a6a0304ddb9fce82e8242/jackson-databind-2.4.5.jar</p>
<p>
Dependency Hierarchy:
- swagger-core-1.5.8.jar (Root Library)
- :x: **jackson-databind-2.4.5.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/swagger-api/swagger-codegen/commit/4b7a8d7d7384aa6a27d6309c35ade0916edae7ed">4b7a8d7d7384aa6a27d6309c35ade0916edae7ed</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9546>CVE-2020-9546</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.10.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.7.8","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"com.lightbend.lagom:lagom-scaladsl-api_2.11:1.3.8;com.lightbend.lagom:lagom-api_2.11:1.3.8;com.typesafe.play:play_2.11:2.5.13;com.fasterxml.jackson.core:jackson-databind:2.7.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.9","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"com.typesafe.play:play-guice_2.12:2.6.3;com.typesafe.play:play_2.12:2.6.3;com.fasterxml.jackson.core:jackson-databind:2.8.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.8","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"com.github.finagle:finch-circe_2.11:0.15.1;io.circe:circe-jackson28_2.11:0.8.0;com.fasterxml.jackson.core:jackson-databind:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.6.4","packageFilePaths":["/samples/client/petstore/java/jersey1/build.gradle"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.6.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false},{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.4.5","packageFilePaths":["/samples/client/petstore/scala/build.gradle"],"isTransitiveDependency":true,"dependencyTree":"io.swagger:swagger-core:1.5.8;com.fasterxml.jackson.core:jackson-databind:2.4.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.10.3","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-9546","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9546","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library home wss scanner cache com fasterxml jackson core jackson databind bundles jackson databind jar dependency hierarchy lagom scaladsl api jar root library lagom api jar play jar x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library home wss scanner cache com fasterxml jackson core jackson databind bundles jackson databind jar dependency hierarchy play guice jar root library play jar x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library home wss scanner cache com fasterxml jackson core jackson databind bundles jackson databind jar dependency hierarchy finch circe jar root library circe jar x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file samples client petstore java build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar aches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file samples client petstore scala build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy swagger core jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache hadoop shaded com zaxxer hikari hikariconfig aka shaded hikari config publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree com lightbend lagom lagom scaladsl api com lightbend lagom lagom api com typesafe play play com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree com typesafe play play guice com typesafe play play com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree com github finagle finch circe io circe circe com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false packagetype java groupid com fasterxml jackson core packagename jackson databind packageversion packagefilepaths istransitivedependency true dependencytree io swagger swagger core com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache hadoop shaded com zaxxer hikari hikariconfig aka shaded hikari config vulnerabilityurl | 0 |
27,322 | 4,965,341,957 | IssuesEvent | 2016-12-04 08:00:35 | netty/netty | https://api.github.com/repos/netty/netty | closed | OpenSslEngine.handshake() Failed to mark a promise as failure because it has succeeded already | defect | ``` noformat
2016-10-20 21:48:33,264 WARN [epollEventLoopGroup-3-4] (io.netty.channel.DefaultChannelPipeline) Failed to mark a promise as failure because it has succeeded already: DefaultChannelPromise@59a67d5(success)
javax.net.ssl.SSLException: engine closed
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.handshake()(Unknown Source) ~[netty-handler-4.0.42.Final.jar:4.0.42.Final]
```
Haven't had a chance to investigate further yet but in the meantime I wanted to report the stacktrace.
| 1.0 | OpenSslEngine.handshake() Failed to mark a promise as failure because it has succeeded already - ``` noformat
2016-10-20 21:48:33,264 WARN [epollEventLoopGroup-3-4] (io.netty.channel.DefaultChannelPipeline) Failed to mark a promise as failure because it has succeeded already: DefaultChannelPromise@59a67d5(success)
javax.net.ssl.SSLException: engine closed
at io.netty.handler.ssl.ReferenceCountedOpenSslEngine.handshake()(Unknown Source) ~[netty-handler-4.0.42.Final.jar:4.0.42.Final]
```
Haven't had a chance to investigate further yet but in the meantime I wanted to report the stacktrace.
| defect | opensslengine handshake failed to mark a promise as failure because it has succeeded already noformat warn io netty channel defaultchannelpipeline failed to mark a promise as failure because it has succeeded already defaultchannelpromise success javax net ssl sslexception engine closed at io netty handler ssl referencecountedopensslengine handshake unknown source haven t had a chance to investigate further yet but in the meantime i wanted to report the stacktrace | 1 |
8,555 | 2,611,517,580 | IssuesEvent | 2015-02-27 05:52:13 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | Freezer and Cleaver lacks descriptions/translations | auto-migrated Component-Engine Milestone-NextRelease Priority-Critical Translations Type-Defect | ```
What happened there? :P
Also Freezer needs a nice headline "It doesn't get cooler than this" or
something and a description!
```
Original issue reported on code.google.com by `sheepyluva` on 14 Apr 2013 at 9:22 | 1.0 | Freezer and Cleaver lacks descriptions/translations - ```
What happened there? :P
Also Freezer needs a nice headline "It doesn't get cooler than this" or
something and a description!
```
Original issue reported on code.google.com by `sheepyluva` on 14 Apr 2013 at 9:22 | defect | freezer and cleaver lacks descriptions translations what happened there p also freezer needs a nice headline it doesn t get cooler than this or something and a description original issue reported on code google com by sheepyluva on apr at | 1 |
8,108 | 20,968,779,721 | IssuesEvent | 2022-03-28 09:23:00 | MicrosoftDocs/architecture-center | https://api.github.com/repos/MicrosoftDocs/architecture-center | closed | Error regarding blob name | cxp triaged product-question architecture-center/svc Pri2 azure-guide/subsvc |
[I want to read a csv file located in the blob storage. However, I am getting error that specified blob does not exist. I am confused what should be the blob name. I gave LOCALFILENAME as my csv file name seen in the blob container]
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 647ed505-3e6e-3db7-63ee-025edf6e63f4
* Version Independent ID: d910ba75-6c86-6172-64be-e45ba2bf5a3d
* Content: [Explore data in Azure Blob storage with pandas - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-science-process/explore-data-blob)
* Content Source: [docs/data-science-process/explore-data-blob.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-science-process/explore-data-blob.md)
* Service: **architecture-center**
* Sub-service: **azure-guide**
* GitHub Login: @marktab
* Microsoft Alias: **tdsp** | 1.0 | Error regarding blob name -
[I want to read a csv file located in the blob storage. However, I am getting error that specified blob does not exist. I am confused what should be the blob name. I gave LOCALFILENAME as my csv file name seen in the blob container]
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 647ed505-3e6e-3db7-63ee-025edf6e63f4
* Version Independent ID: d910ba75-6c86-6172-64be-e45ba2bf5a3d
* Content: [Explore data in Azure Blob storage with pandas - Azure Architecture Center](https://docs.microsoft.com/en-us/azure/architecture/data-science-process/explore-data-blob)
* Content Source: [docs/data-science-process/explore-data-blob.md](https://github.com/microsoftdocs/architecture-center/blob/main/docs/data-science-process/explore-data-blob.md)
* Service: **architecture-center**
* Sub-service: **azure-guide**
* GitHub Login: @marktab
* Microsoft Alias: **tdsp** | non_defect | error regarding blob name document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service azure guide github login marktab microsoft alias tdsp | 0 |
11,024 | 2,622,955,650 | IssuesEvent | 2015-03-04 09:03:26 | folded/carve | https://api.github.com/repos/folded/carve | opened | Problems with Surfaces | auto-migrated Priority-Medium Type-Defect | ```
Hello,
my application is the following:
- I work with VRML and want to use boolean operations on objects
- for this operations I use carve
- everything is fine, but:
--> first subtraction of two object is no problem, but if I go one/two
steps in any direction and subtract again, the viewer shows
none new surfaces(if the surfaces lie on each other)...
I think a possibilitiy is that the carve library has problems in subtracting
two objects when surfaces are superimposed
I would appreciate information
```
Original issue reported on code.google.com by `ho...@gmx.de` on 21 Jun 2012 at 7:46 | 1.0 | Problems with Surfaces - ```
Hello,
my application is the following:
- I work with VRML and want to use boolean operations on objects
- for this operations I use carve
- everything is fine, but:
--> first subtraction of two object is no problem, but if I go one/two
steps in any direction and subtract again, the viewer shows
none new surfaces(if the surfaces lie on each other)...
I think a possibilitiy is that the carve library has problems in subtracting
two objects when surfaces are superimposed
I would appreciate information
```
Original issue reported on code.google.com by `ho...@gmx.de` on 21 Jun 2012 at 7:46 | defect | problems with surfaces hello my application is the following i work with vrml and want to use boolean operations on objects for this operations i use carve everything is fine but first subtraction of two object is no problem but if i go one two steps in any direction and subtract again the viewer shows none new surfaces if the surfaces lie on each other i think a possibilitiy is that the carve library has problems in subtracting two objects when surfaces are superimposed i would appreciate information original issue reported on code google com by ho gmx de on jun at | 1 |
134,132 | 12,565,910,161 | IssuesEvent | 2020-06-08 10:16:22 | fitbenchmarking/fitbenchmarking | https://api.github.com/repos/fitbenchmarking/fitbenchmarking | opened | Amend git workflow | Documentation | **Description of the documentation**
The release workflow currently says to merge into a release branch.
This isn't best practice, and everything should go into master. Amend docs.
| 1.0 | Amend git workflow - **Description of the documentation**
The release workflow currently says to merge into a release branch.
This isn't best practice, and everything should go into master. Amend docs.
| non_defect | amend git workflow description of the documentation the release workflow currently says to merge into a release branch this isn t best practice and everything should go into master amend docs | 0 |
50,624 | 13,187,637,582 | IssuesEvent | 2020-08-13 04:04:08 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [steamshovel] loop over p-frames only (Trac #1079) | Migrated from Trac combo core defect | The option to loop over only p-frames, which was really useful for tv mode or just showing off events, has disappeared. Please bring it back?
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1079">https://code.icecube.wisc.edu/ticket/1079</a>, reported by david.schultz and owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-08-10T20:31:17",
"description": "The option to loop over only p-frames, which was really useful for tv mode or just showing off events, has disappeared. Please bring it back?",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"_ts": "1439238677802127",
"component": "combo core",
"summary": "[steamshovel] loop over p-frames only",
"priority": "blocker",
"keywords": "",
"time": "2015-07-30T16:12:37",
"milestone": "",
"owner": "hdembinski",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [steamshovel] loop over p-frames only (Trac #1079) - The option to loop over only p-frames, which was really useful for tv mode or just showing off events, has disappeared. Please bring it back?
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1079">https://code.icecube.wisc.edu/ticket/1079</a>, reported by david.schultz and owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-08-10T20:31:17",
"description": "The option to loop over only p-frames, which was really useful for tv mode or just showing off events, has disappeared. Please bring it back?",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"_ts": "1439238677802127",
"component": "combo core",
"summary": "[steamshovel] loop over p-frames only",
"priority": "blocker",
"keywords": "",
"time": "2015-07-30T16:12:37",
"milestone": "",
"owner": "hdembinski",
"type": "defect"
}
```
</p>
</details>
| defect | loop over p frames only trac the option to loop over only p frames which was really useful for tv mode or just showing off events has disappeared please bring it back migrated from json status closed changetime description the option to loop over only p frames which was really useful for tv mode or just showing off events has disappeared please bring it back reporter david schultz cc resolution fixed ts component combo core summary loop over p frames only priority blocker keywords time milestone owner hdembinski type defect | 1 |
8,909 | 2,892,587,423 | IssuesEvent | 2015-06-15 13:51:39 | owncloud/core | https://api.github.com/repos/owncloud/core | closed | Thumbnails on public pages are blurry on high DPI devices | bug design | In publicly shared folders, thumbnails are always 36x36 no matter what the devicePixelRatio is set at. This leads to blurry thumbnails on high DPI devices.
This happens because the Files app relies on [generatePreviewUrl()](https://github.com/owncloud/core/blob/master/apps/files/js/filelist.js#L1168) to calculate the exact dimensions of the thumbnail it needs, but on the public side, [the method](https://github.com/owncloud/core/blob/bacd5de453c90c3973319bfcae2393141605573a/apps/files_sharing/js/public.js#L160) doesn't calculate anything and lets the PHP controller [try to figure out](https://github.com/owncloud/core/blob/master/apps/files_sharing/ajax/publicpreview.php#L31) what it needs.
I think the part of the script which needs a preview should be responsible for calculating the dimensions of the preview it needs. Per example, the part of the script responsible for large public previews [is already doing all the required calculations](https://github.com/owncloud/core/blob/bacd5de453c90c3973319bfcae2393141605573a/apps/files_sharing/js/public.js#L92) before making a request.
:trident: **Action plan** :trident:
- [x] **8.1** :nail_care: https://github.com/owncloud/core/issues/16911 Fix the public side. It's just a matter of adding the dimensions to the list of parameters
@PVince81 @jancborchardt | 1.0 | Thumbnails on public pages are blurry on high DPI devices - In publicly shared folders, thumbnails are always 36x36 no matter what the devicePixelRatio is set at. This leads to blurry thumbnails on high DPI devices.
This happens because the Files app relies on [generatePreviewUrl()](https://github.com/owncloud/core/blob/master/apps/files/js/filelist.js#L1168) to calculate the exact dimensions of the thumbnail it needs, but on the public side, [the method](https://github.com/owncloud/core/blob/bacd5de453c90c3973319bfcae2393141605573a/apps/files_sharing/js/public.js#L160) doesn't calculate anything and lets the PHP controller [try to figure out](https://github.com/owncloud/core/blob/master/apps/files_sharing/ajax/publicpreview.php#L31) what it needs.
I think the part of the script which needs a preview should be responsible for calculating the dimensions of the preview it needs. Per example, the part of the script responsible for large public previews [is already doing all the required calculations](https://github.com/owncloud/core/blob/bacd5de453c90c3973319bfcae2393141605573a/apps/files_sharing/js/public.js#L92) before making a request.
:trident: **Action plan** :trident:
- [x] **8.1** :nail_care: https://github.com/owncloud/core/issues/16911 Fix the public side. It's just a matter of adding the dimensions to the list of parameters
@PVince81 @jancborchardt | non_defect | thumbnails on public pages are blurry on high dpi devices in publicly shared folders thumbnails are always no matter what the devicepixelratio is set at this leads to blurry thumbnails on high dpi devices this happens because the files app relies on to calculate the exact dimensions of the thumbnail it needs but on the public side doesn t calculate anything and lets the php controller what it needs i think the part of the script which needs a preview should be responsible for calculating the dimensions of the preview it needs per example the part of the script responsible for large public previews before making a request trident action plan trident nail care fix the public side it s just a matter of adding the dimensions to the list of parameters jancborchardt | 0 |
40,221 | 9,913,442,127 | IssuesEvent | 2019-06-28 11:49:48 | supertuxkart/stk-code | https://api.github.com/repos/supertuxkart/stk-code | closed | User name profile button on the top-right is broken | C:GUI P2: major R: invalid T: defect T: regression | See the picture below.
This regression likely happened with some of the UI changes by @dumaosen ; it wasn't present in early may when I last ran STK master.

| 1.0 | User name profile button on the top-right is broken - See the picture below.
This regression likely happened with some of the UI changes by @dumaosen ; it wasn't present in early may when I last ran STK master.

| defect | user name profile button on the top right is broken see the picture below this regression likely happened with some of the ui changes by dumaosen it wasn t present in early may when i last ran stk master | 1 |
211,534 | 16,448,785,935 | IssuesEvent | 2021-05-21 00:17:02 | kubernetes-sigs/aws-load-balancer-controller | https://api.github.com/repos/kubernetes-sigs/aws-load-balancer-controller | closed | Documentation without a version in the URL does not show version selection | kind/documentation | The default documentation in the web, which is easily found by googling, does not display a dropdown for version selection.
The default version of the documentation lacks many options of the most recent version.
I remembered I had earlier seen the "good documentation somewhere" but I really struggled to find where it was. It took me some time to find the right place.
=> The version selector should be displayed in the default version of the documentation. It is really difficult to find the "v2.1 docs" unless one knows that they exist or has seen them earlier.
Please see the attached image.
<img width="1551" alt="2021-05-10 aws documentation mismatch" src="https://user-images.githubusercontent.com/63895/117664940-00731c80-b1ab-11eb-84e3-b6359cdfb409.png">
[1] Default docs without version selection dropdown: https://kubernetes-sigs.github.io/aws-load-balancer-controller/guide/service/annotations/
[2] Recent v2.1 docs with version selection dropdown: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/guide/service/annotations/ | 1.0 | Documentation without a version in the URL does not show version selection - The default documentation in the web, which is easily found by googling, does not display a dropdown for version selection.
The default version of the documentation lacks many options of the most recent version.
I remembered I had earlier seen the "good documentation somewhere" but I really struggled to find where it was. It took me some time to find the right place.
=> The version selector should be displayed in the default version of the documentation. It is really difficult to find the "v2.1 docs" unless one knows that they exist or has seen them earlier.
Please see the attached image.
<img width="1551" alt="2021-05-10 aws documentation mismatch" src="https://user-images.githubusercontent.com/63895/117664940-00731c80-b1ab-11eb-84e3-b6359cdfb409.png">
[1] Default docs without version selection dropdown: https://kubernetes-sigs.github.io/aws-load-balancer-controller/guide/service/annotations/
[2] Recent v2.1 docs with version selection dropdown: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.1/guide/service/annotations/ | non_defect | documentation without a version in the url does not show version selection the default documentation in the web which is easily found by googling does not display a dropdown for version selection the default version of the documentation lacks many options of the most recent version i remembered i had earlier seen the good documentation somewhere but i really struggled to find where it was it took me some time to find the right place the version selector should be displayed in the default version of the documentation it is really difficult to find the docs unless one knows that they exist or has seen them earlier please see the attached image img width alt aws documentation mismatch src default docs without version selection dropdown recent docs with version selection dropdown | 0 |
718,109 | 24,704,708,200 | IssuesEvent | 2022-10-19 18:02:21 | CesiumGS/cesium | https://api.github.com/repos/CesiumGS/cesium | closed | Request render mode was broken in v1.96 | type - bug priority - high type - regression | Cesium ignore the request render mode after adding any entity.
Steps to reproduce:
1. Create a default viewer with request render mode on.
2. Add any entity
Expected behavior:
Idle shouldn't trigger re-rendering
Actual behavior:
After adding any entity re-rendering triggered infinitely
Affected versions: 1.96+
Sandcastle example: [Sandcastle](https://sandcastle.cesium.com/#c=bZHBbtswDIZfhfClDuDKyXbL3GBbup02bEiKnnxRJCYVJpMdJSVIi777ZKdes64EZFjUx5/iL8MUIuwdHlDgCggPsMTgUqduh1zZFmbYL5midoTSFhU8Cv5OGOIKyaJ8Z4tziJLwafKhpZOYCgYJlcVN2q3v+PBVdIfhJ8oaDZPNvfqCjLe01mSNDtGj0tbeMPuNls8pRqby4pO1gBRdPF5UsE1komOCcgKPLUGO524D4jD0CuXzUR/OzqEtXAgJ88Vf8oImatr5fPEzug/DLNaRjhjmoxerkVZb4e4ad4IYysvZbFrBu7wuZ9P8fT+dVP9qdVlFnPZ/hZbsWdTqy/UL93T6Haw7G+iBubvh8tV4PZTJoiraYuDHBdCEePS4GIU/uu6eJUISXypVR+zufT9TvUnmF0ZlQhg7NvV5aWPdPtt29cbDg/E6hHyyTd6v3UO2dNHUmf+v1LPOHu5+7FG8PvbY3Wzx7ZRUSjV13r5dGU/P/0r5Dw)
Browser: Chrome
Operating System: Windows, MacOS
| 1.0 | Request render mode was broken in v1.96 - Cesium ignore the request render mode after adding any entity.
Steps to reproduce:
1. Create a default viewer with request render mode on.
2. Add any entity
Expected behavior:
Idle shouldn't trigger re-rendering
Actual behavior:
After adding any entity re-rendering triggered infinitely
Affected versions: 1.96+
Sandcastle example: [Sandcastle](https://sandcastle.cesium.com/#c=bZHBbtswDIZfhfClDuDKyXbL3GBbup02bEiKnnxRJCYVJpMdJSVIi777ZKdes64EZFjUx5/iL8MUIuwdHlDgCggPsMTgUqduh1zZFmbYL5midoTSFhU8Cv5OGOIKyaJ8Z4tziJLwafKhpZOYCgYJlcVN2q3v+PBVdIfhJ8oaDZPNvfqCjLe01mSNDtGj0tbeMPuNls8pRqby4pO1gBRdPF5UsE1komOCcgKPLUGO524D4jD0CuXzUR/OzqEtXAgJ88Vf8oImatr5fPEzug/DLNaRjhjmoxerkVZb4e4ad4IYysvZbFrBu7wuZ9P8fT+dVP9qdVlFnPZ/hZbsWdTqy/UL93T6Haw7G+iBubvh8tV4PZTJoiraYuDHBdCEePS4GIU/uu6eJUISXypVR+zufT9TvUnmF0ZlQhg7NvV5aWPdPtt29cbDg/E6hHyyTd6v3UO2dNHUmf+v1LPOHu5+7FG8PvbY3Wzx7ZRUSjV13r5dGU/P/0r5Dw)
Browser: Chrome
Operating System: Windows, MacOS
| non_defect | request render mode was broken in cesium ignore the request render mode after adding any entity steps to reproduce create a default viewer with request render mode on add any entity expected behavior idle shouldn t trigger re rendering actual behavior after adding any entity re rendering triggered infinitely affected versions sandcastle example browser chrome operating system windows macos | 0 |
41,307 | 10,410,007,885 | IssuesEvent | 2019-09-13 10:11:06 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Wrong implementation of DayToSecond#equals() and YearToMonth#equals() | C: Functionality E: All Editions P: Medium T: Defect | The `equals()` method must also compare the `negative` instance field. Changing `hashCode()` is optional (as the classes are immutable). | 1.0 | Wrong implementation of DayToSecond#equals() and YearToMonth#equals() - The `equals()` method must also compare the `negative` instance field. Changing `hashCode()` is optional (as the classes are immutable). | defect | wrong implementation of daytosecond equals and yeartomonth equals the equals method must also compare the negative instance field changing hashcode is optional as the classes are immutable | 1 |
425,872 | 29,501,286,467 | IssuesEvent | 2023-06-02 22:12:10 | ZuluSCSI/ZuluSCSI-firmware | https://api.github.com/repos/ZuluSCSI/ZuluSCSI-firmware | closed | ZuluSCSI doesn't support more than one LUN? | documentation | TL;DR: despite what the manual says, from the code ZuluSCSI apparently doesn't support more than one LUN right now:
src/ZuluSCSI_config.h:#define NUM_SCSILUN 1 // Maximum number of LUNs supported (Currently has to be 1)
What would it take to enhance the firmware to support this? Otherwise, the original report I'd filed is below:
---
I have a Zulu SCSI card installed in an Atari MegaSTE. Despite the restrictions imposed by the internal SCSI adapter (only a single device with ID 0 is supported, no parity support, and a 1GB limit), a single 1GB image partitioned into two works fine - with the HDDRIVER software, I can boot and read/write from it successfully.
To get around the SCSI device limit, the Atari will (apparently) recognize multiple LUNs. I therefore duplicated the original image file a further three times, and tweaked the filenames to hang four unit numbers off ID 0 - however, this doesn't work as the boot log indicates the SCSI ID is already in use:
[0ms] Platform: ZuluSCSI v1.1
[0ms] FW Version: 1.2.0-release Dec 21 2022 18:21:02
[0ms] DIPSW3 is ON: Enabling SCSI termination
[2ms] Optional GreenPAK detected, loading firmware
[53ms] GreenPAK firmware successfully loaded
[170ms] SD card detected, FAT32 volume size: 30436 MB
[170ms] SD MID: 0x03, OID: 0x53 0x44
[171ms] SD Name: SD32G
[171ms] SD Date: 9/2022
[171ms] SD Serial: 0xFD9D636D
[174ms] Config file zuluscsi.ini not found, using defaults
[174ms] Active configuration:
[176ms] -- SelectionDelay: 255
[178ms] -- EnableSCSI2 is on
[353ms] Finding HDD images in directory /:
[354ms] -- Opening /HD01_512.hda for id:0 lun:0
[552ms] ---- Image file is contiguous, SD card sectors 4225792 to 6322943
[552ms] ---- Read prefetch enabled: 8192 bytes
[553ms] -- Ignoring /HD03_512.hda, SCSI ID 0 is already in use!
[554ms] -- Ignoring /HD00_512.hda, SCSI ID 0 is already in use!
[555ms] -- Ignoring /HD02_512.hda, SCSI ID 0 is already in use!
[565ms] SCSI ID:0 BlockSize:512 Type:0 Quirks:0 ImageSize:1048576kB
[1070ms] SCSI PHY operating mode: GREENPAK_DMA
[1070ms] Initialization complete!
Have I misunderstood that a single SCSI can have multiple LUNs, or is this a bug? | 1.0 | ZuluSCSI doesn't support more than one LUN? - TL;DR: despite what the manual says, from the code ZuluSCSI apparently doesn't support more than one LUN right now:
src/ZuluSCSI_config.h:#define NUM_SCSILUN 1 // Maximum number of LUNs supported (Currently has to be 1)
What would it take to enhance the firmware to support this? Otherwise, the original report I'd filed is below:
---
I have a Zulu SCSI card installed in an Atari MegaSTE. Despite the restrictions imposed by the internal SCSI adapter (only a single device with ID 0 is supported, no parity support, and a 1GB limit), a single 1GB image partitioned into two works fine - with the HDDRIVER software, I can boot and read/write from it successfully.
To get around the SCSI device limit, the Atari will (apparently) recognize multiple LUNs. I therefore duplicated the original image file a further three times, and tweaked the filenames to hang four unit numbers off ID 0 - however, this doesn't work as the boot log indicates the SCSI ID is already in use:
[0ms] Platform: ZuluSCSI v1.1
[0ms] FW Version: 1.2.0-release Dec 21 2022 18:21:02
[0ms] DIPSW3 is ON: Enabling SCSI termination
[2ms] Optional GreenPAK detected, loading firmware
[53ms] GreenPAK firmware successfully loaded
[170ms] SD card detected, FAT32 volume size: 30436 MB
[170ms] SD MID: 0x03, OID: 0x53 0x44
[171ms] SD Name: SD32G
[171ms] SD Date: 9/2022
[171ms] SD Serial: 0xFD9D636D
[174ms] Config file zuluscsi.ini not found, using defaults
[174ms] Active configuration:
[176ms] -- SelectionDelay: 255
[178ms] -- EnableSCSI2 is on
[353ms] Finding HDD images in directory /:
[354ms] -- Opening /HD01_512.hda for id:0 lun:0
[552ms] ---- Image file is contiguous, SD card sectors 4225792 to 6322943
[552ms] ---- Read prefetch enabled: 8192 bytes
[553ms] -- Ignoring /HD03_512.hda, SCSI ID 0 is already in use!
[554ms] -- Ignoring /HD00_512.hda, SCSI ID 0 is already in use!
[555ms] -- Ignoring /HD02_512.hda, SCSI ID 0 is already in use!
[565ms] SCSI ID:0 BlockSize:512 Type:0 Quirks:0 ImageSize:1048576kB
[1070ms] SCSI PHY operating mode: GREENPAK_DMA
[1070ms] Initialization complete!
Have I misunderstood that a single SCSI can have multiple LUNs, or is this a bug? | non_defect | zuluscsi doesn t support more than one lun tl dr despite what the manual says from the code zuluscsi apparently doesn t support more than one lun right now src zuluscsi config h define num scsilun maximum number of luns supported currently has to be what would it take to enhance the firmware to support this otherwise the original report i d filed is below i have a zulu scsi card installed in an atari megaste despite the restrictions imposed by the internal scsi adapter only a single device with id is supported no parity support and a limit a single image partitioned into two works fine with the hddriver software i can boot and read write from it successfully to get around the scsi device limit the atari will apparently recognize multiple luns i therefore duplicated the original image file a further three times and tweaked the filenames to hang four unit numbers off id however this doesn t work as the boot log indicates the scsi id is already in use platform zuluscsi fw version release dec is on enabling scsi termination optional greenpak detected loading firmware greenpak firmware successfully loaded sd card detected volume size mb sd mid oid sd name sd date sd serial config file zuluscsi ini not found using defaults active configuration selectiondelay is on finding hdd images in directory opening hda for id lun image file is contiguous sd card sectors to read prefetch enabled bytes ignoring hda scsi id is already in use ignoring hda scsi id is already in use ignoring hda scsi id is already in use scsi id blocksize type quirks imagesize scsi phy operating mode greenpak dma initialization complete have i misunderstood that a single scsi can have multiple luns or is this a bug | 0 |
34,071 | 16,414,427,148 | IssuesEvent | 2021-05-19 03:32:12 | sam20908/mpp | https://api.github.com/repos/sam20908/mpp | closed | Faster identity matrix | performance | Avoid branching and instead fill the entire buffer with `zero_value` and set `one_value` afterwards | True | Faster identity matrix - Avoid branching and instead fill the entire buffer with `zero_value` and set `one_value` afterwards | non_defect | faster identity matrix avoid branching and instead fill the entire buffer with zero value and set one value afterwards | 0 |
134,314 | 12,599,877,056 | IssuesEvent | 2020-06-11 07:03:32 | rscullin/beambreak | https://api.github.com/repos/rscullin/beambreak | opened | Document additional Battery and ESC Firmwares | documentation help wanted | (Splitting this from the Remote firmware issue #1 to make keeping track easier).
I have a [list of Firmware Versions](https://beambreak.org/articles/known_firmware_versions/), but it's incomplete. If you find a new firmware version in the wild, please submit it, along with the model of the board. | 1.0 | Document additional Battery and ESC Firmwares - (Splitting this from the Remote firmware issue #1 to make keeping track easier).
I have a [list of Firmware Versions](https://beambreak.org/articles/known_firmware_versions/), but it's incomplete. If you find a new firmware version in the wild, please submit it, along with the model of the board. | non_defect | document additional battery and esc firmwares splitting this from the remote firmware issue to make keeping track easier i have a but it s incomplete if you find a new firmware version in the wild please submit it along with the model of the board | 0 |
645,941 | 21,033,304,472 | IssuesEvent | 2022-03-31 04:24:35 | AY2122S2-CS2103-F11-3/tp | https://api.github.com/repos/AY2122S2-CS2103-F11-3/tp | closed | As an expert user, I can keep track of number of customers on a specific day | type.Story priority.High | ... so that I can better allocate my manpower as I will know when the salon is the busiest. | 1.0 | As an expert user, I can keep track of number of customers on a specific day - ... so that I can better allocate my manpower as I will know when the salon is the busiest. | non_defect | as an expert user i can keep track of number of customers on a specific day so that i can better allocate my manpower as i will know when the salon is the busiest | 0 |
1,782 | 2,603,971,296 | IssuesEvent | 2015-02-24 19:00:19 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳hsv疱疹 | auto-migrated Priority-Medium Type-Defect | ```
沈阳hsv疱疹〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓成��
�于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽市�
��河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠久�
��設備精良、技術權威、專家云集,是預防、保健、醫療、科
研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫院��
�全國首批醫療規范定點單位,是第四軍醫大學、東南大學等�
��名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部衛
生部評為衛生工作先進單位,先后兩次榮立集體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:32 | 1.0 | 沈阳hsv疱疹 - ```
沈阳hsv疱疹〓沈陽軍區政治部醫院性病〓TEL:024-31023308〓成��
�于1946年,68年專注于性傳播疾病的研究和治療。位于沈陽市�
��河區二緯路32號。是一所與新中國同建立共輝煌的歷史悠久�
��設備精良、技術權威、專家云集,是預防、保健、醫療、科
研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫院��
�全國首批醫療規范定點單位,是第四軍醫大學、東南大學等�
��名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部衛
生部評為衛生工作先進單位,先后兩次榮立集體二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:32 | defect | 沈阳hsv疱疹 沈阳hsv疱疹〓沈陽軍區政治部醫院性病〓tel: 〓成�� � , 。位于沈陽市� �� 。是一所與新中國同建立共輝煌的歷史悠久� ��設備精良、技術權威、專家云集,是預防、保健、醫療、科 研康復為一體的綜合性醫院。是國家首批公立甲等部隊醫院�� �全國首批醫療規范定點單位,是第四軍醫大學、東南大學等� ��名高等院校的教學醫院。曾被中國人民解放軍空軍后勤部衛 生部評為衛生工作先進單位,先后兩次榮立集體二等功。 original issue reported on code google com by gmail com on jun at | 1 |
347,696 | 24,895,976,586 | IssuesEvent | 2022-10-28 15:50:46 | sveltejs/kit | https://api.github.com/repos/sveltejs/kit | closed | `cookies.delete` not working when using form `enhance` | documentation | ### Describe the bug
Using `enhance` on a `<form>` and throwing `redirect` in the form action causes `cookies.delete` to not work in the page server load function.
### Reproduction
https://github.com/s3812497/sveltekit-enhance-bug
Reproduction:
1. Click the enhanced form button.
2. User is redirected.
3. Cookie is not deleted.
Expected:
1. Click the enhanced form button.
2. User is redirected.
3. Cookie is deleted in `+page.server`
### Logs
_No response_
### System Info
```shell
System:
OS: macOS 12.5.1
CPU: (8) arm64 Apple M1 Pro
Memory: 1.56 GB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.17.0 - ~/.nvm/versions/node/v16.17.0/bin/node
npm: 8.15.0 - ~/.nvm/versions/node/v16.17.0/bin/npm
Browsers:
Chrome: 104.0.5112.79
Firefox: 104.0.1
Firefox Developer Edition: 105.0
Safari: 15.6.1
Safari Technology Preview: 16.0
npmPackages:
@sveltejs/adapter-auto: next => 1.0.0-next.71
@sveltejs/kit: next => 1.0.0-next.472
svelte: ^3.44.0 => 3.50.0
vite: ^3.1.0 => 3.1.0
```
### Severity
serious, but I can work around it
### Additional Information
_No response_ | 1.0 | `cookies.delete` not working when using form `enhance` - ### Describe the bug
Using `enhance` on a `<form>` and throwing `redirect` in the form action causes `cookies.delete` to not work in the page server load function.
### Reproduction
https://github.com/s3812497/sveltekit-enhance-bug
Reproduction:
1. Click the enhanced form button.
2. User is redirected.
3. Cookie is not deleted.
Expected:
1. Click the enhanced form button.
2. User is redirected.
3. Cookie is deleted in `+page.server`
### Logs
_No response_
### System Info
```shell
System:
OS: macOS 12.5.1
CPU: (8) arm64 Apple M1 Pro
Memory: 1.56 GB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.17.0 - ~/.nvm/versions/node/v16.17.0/bin/node
npm: 8.15.0 - ~/.nvm/versions/node/v16.17.0/bin/npm
Browsers:
Chrome: 104.0.5112.79
Firefox: 104.0.1
Firefox Developer Edition: 105.0
Safari: 15.6.1
Safari Technology Preview: 16.0
npmPackages:
@sveltejs/adapter-auto: next => 1.0.0-next.71
@sveltejs/kit: next => 1.0.0-next.472
svelte: ^3.44.0 => 3.50.0
vite: ^3.1.0 => 3.1.0
```
### Severity
serious, but I can work around it
### Additional Information
_No response_ | non_defect | cookies delete not working when using form enhance describe the bug using enhance on a and throwing redirect in the form action causes cookies delete to not work in the page server load function reproduction reproduction click the enhanced form button user is redirected cookie is not deleted expected click the enhanced form button user is redirected cookie is deleted in page server logs no response system info shell system os macos cpu apple pro memory gb gb shell bin zsh binaries node nvm versions node bin node npm nvm versions node bin npm browsers chrome firefox firefox developer edition safari safari technology preview npmpackages sveltejs adapter auto next next sveltejs kit next next svelte vite severity serious but i can work around it additional information no response | 0 |
6,635 | 2,610,258,168 | IssuesEvent | 2015-02-26 19:22:21 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳激光怎么样治疗青春痘 | auto-migrated Priority-Medium Type-Defect | ```
深圳激光怎么样治疗青春痘【深圳韩方科颜全国热线400-869-181
8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构��
�韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳�
��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不
反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创��
�内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客�
��上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:48 | 1.0 | 深圳激光怎么样治疗青春痘 - ```
深圳激光怎么样治疗青春痘【深圳韩方科颜全国热线400-869-181
8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构��
�韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳�
��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不
反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创��
�内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客�
��上的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:48 | defect | 深圳激光怎么样治疗青春痘 深圳激光怎么样治疗青春痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构�� �韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳� ��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不 反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创�� �内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客� ��上的痘痘。 original issue reported on code google com by szft com on may at | 1 |
183,498 | 14,234,344,385 | IssuesEvent | 2020-11-18 13:28:28 | mindsdb/mindsdb_native | https://api.github.com/repos/mindsdb/mindsdb_native | closed | Test with broken datasets | current priority test | Run tests with datasets that we artificially break. I.e.
1. Null out values (replace with `null`, `None`, `0`)
2. Mess up a few values in a column (shifting values around columns would be an ideal way to do it)
3. Predict with data types that aren't in the training datasets (e.g. pass a string for a numeircal input)
4. Remove the target values from certain rows
5. Append random characters to dates & numbers
... etc
Initially we just need to validate this doesn't break stuff, than we can start looking into the behavior exhibited (i.e. if mindsdb is still able to properly salvage the datasets by ignoring the corrupt values)
| 1.0 | Test with broken datasets - Run tests with datasets that we artificially break. I.e.
1. Null out values (replace with `null`, `None`, `0`)
2. Mess up a few values in a column (shifting values around columns would be an ideal way to do it)
3. Predict with data types that aren't in the training datasets (e.g. pass a string for a numeircal input)
4. Remove the target values from certain rows
5. Append random characters to dates & numbers
... etc
Initially we just need to validate this doesn't break stuff, than we can start looking into the behavior exhibited (i.e. if mindsdb is still able to properly salvage the datasets by ignoring the corrupt values)
| non_defect | test with broken datasets run tests with datasets that we artificially break i e null out values replace with null none mess up a few values in a column shifting values around columns would be an ideal way to do it predict with data types that aren t in the training datasets e g pass a string for a numeircal input remove the target values from certain rows append random characters to dates numbers etc initially we just need to validate this doesn t break stuff than we can start looking into the behavior exhibited i e if mindsdb is still able to properly salvage the datasets by ignoring the corrupt values | 0 |
32,584 | 6,840,444,427 | IssuesEvent | 2017-11-11 00:23:46 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Conector - web - escritorio ; modificar la base para impuestos locales | defect enhancement Missing Functionality | Ya lo ocupamos para constructoras.
Te comentaba en un correo, que en general la base se podría requerir modificar UNICAMENTE para calcular los impuestos locales.
Pero si en lugar de dar la opción de modificar la base, mejor capturamos como datos extra a nivel producto, los campos requeridos para los reportar los impuestos locales, que generalmente siempre son retenidos.
Tipo: retenido por omisión; podríamos no dar la opción de cambiar (hard code).
Nombre: nombre de impuesto local
Monto: monto de impuesto (se resta al total de la factura estándar)
tasa: es la tasa para reportar al complemento de impuestos locales.
Así es el complemento que nos falta para impuestos locales:
<implocal:ImpuestosLocales xmlns:tfd="http://www.sat.gob.mx/TimbreFiscalDigital" TotaldeRetenciones="1791.96" TotaldeTraslados="0.0" version="1.0" xsi:schemaLocation="http://www.sat.gob.mx/implocal http://www.sat.gob.mx/sitio_internet/cfd/implocal/implocal.xsd">
<implocal:RetencionesLocales ImpLocRetenido="5 al millar" Importe="1791.96" TasadeRetencion="0.5"/> </implocal:ImpuestosLocales>
Cómo la bestia? | 1.0 | Conector - web - escritorio ; modificar la base para impuestos locales - Ya lo ocupamos para constructoras.
Te comentaba en un correo, que en general la base se podría requerir modificar UNICAMENTE para calcular los impuestos locales.
Pero si en lugar de dar la opción de modificar la base, mejor capturamos como datos extra a nivel producto, los campos requeridos para los reportar los impuestos locales, que generalmente siempre son retenidos.
Tipo: retenido por omisión; podríamos no dar la opción de cambiar (hard code).
Nombre: nombre de impuesto local
Monto: monto de impuesto (se resta al total de la factura estándar)
tasa: es la tasa para reportar al complemento de impuestos locales.
Así es el complemento que nos falta para impuestos locales:
<implocal:ImpuestosLocales xmlns:tfd="http://www.sat.gob.mx/TimbreFiscalDigital" TotaldeRetenciones="1791.96" TotaldeTraslados="0.0" version="1.0" xsi:schemaLocation="http://www.sat.gob.mx/implocal http://www.sat.gob.mx/sitio_internet/cfd/implocal/implocal.xsd">
<implocal:RetencionesLocales ImpLocRetenido="5 al millar" Importe="1791.96" TasadeRetencion="0.5"/> </implocal:ImpuestosLocales>
Cómo la bestia? | defect | conector web escritorio modificar la base para impuestos locales ya lo ocupamos para constructoras te comentaba en un correo que en general la base se podría requerir modificar unicamente para calcular los impuestos locales pero si en lugar de dar la opción de modificar la base mejor capturamos como datos extra a nivel producto los campos requeridos para los reportar los impuestos locales que generalmente siempre son retenidos tipo retenido por omisión podríamos no dar la opción de cambiar hard code nombre nombre de impuesto local monto monto de impuesto se resta al total de la factura estándar tasa es la tasa para reportar al complemento de impuestos locales así es el complemento que nos falta para impuestos locales implocal impuestoslocales xmlns tfd totalderetenciones totaldetraslados version xsi schemalocation cómo la bestia | 1 |
11,793 | 5,089,305,954 | IssuesEvent | 2017-01-01 14:19:54 | TNG/JGiven | https://api.github.com/repos/TNG/JGiven | closed | Extract HTML 5 Report into separate project | build HTML Report | In order to make it easier to develop the HTML report independently of JGiven, it would be useful to put the HTML report into its own project with a separate release cycle. JGiven should still provide a Java artifact with a version matching that of JGiven.
As the HTML 5 report is a pure Javascript project, it would make sense to publish it to NPM.
This is in particular important to easier support different frontends, like https://github.com/jsGiven/jsGiven. Also see https://github.com/jsGiven/jsGiven/issues/53.
| 1.0 | Extract HTML 5 Report into separate project - In order to make it easier to develop the HTML report independently of JGiven, it would be useful to put the HTML report into its own project with a separate release cycle. JGiven should still provide a Java artifact with a version matching that of JGiven.
As the HTML 5 report is a pure Javascript project, it would make sense to publish it to NPM.
This is in particular important to easier support different frontends, like https://github.com/jsGiven/jsGiven. Also see https://github.com/jsGiven/jsGiven/issues/53.
| non_defect | extract html report into separate project in order to make it easier to develop the html report independently of jgiven it would be useful to put the html report into its own project with a separate release cycle jgiven should still provide a java artifact with a version matching that of jgiven as the html report is a pure javascript project it would make sense to publish it to npm this is in particular important to easier support different frontends like also see | 0 |
57,186 | 15,725,989,068 | IssuesEvent | 2021-03-29 10:41:35 | danmar/testissues | https://api.github.com/repos/danmar/testissues | opened | can't check this file. memory usage is 700MB after a few seconds (Trac #47) | Incomplete Migration Migrated from Trac Other defect hyd_danmar | Migrated from https://trac.cppcheck.net/ticket/47
```json
{
"status": "closed",
"changetime": "2009-01-22T20:21:02",
"description": "This can't be checked. The memory usage quickly goes up when checking it. I guess it's because of some bug in the preprocessor.\n\nThe files were copied from the linux kernel",
"reporter": "hyd_danmar",
"cc": "",
"resolution": "fixed",
"_ts": "1232655662000000",
"component": "Other",
"summary": "can't check this file. memory usage is 700MB after a few seconds",
"priority": "",
"keywords": "",
"time": "2009-01-22T19:27:14",
"milestone": "1.28",
"owner": "hyd_danmar",
"type": "defect"
}
```
| 1.0 | can't check this file. memory usage is 700MB after a few seconds (Trac #47) - Migrated from https://trac.cppcheck.net/ticket/47
```json
{
"status": "closed",
"changetime": "2009-01-22T20:21:02",
"description": "This can't be checked. The memory usage quickly goes up when checking it. I guess it's because of some bug in the preprocessor.\n\nThe files were copied from the linux kernel",
"reporter": "hyd_danmar",
"cc": "",
"resolution": "fixed",
"_ts": "1232655662000000",
"component": "Other",
"summary": "can't check this file. memory usage is 700MB after a few seconds",
"priority": "",
"keywords": "",
"time": "2009-01-22T19:27:14",
"milestone": "1.28",
"owner": "hyd_danmar",
"type": "defect"
}
```
| defect | can t check this file memory usage is after a few seconds trac migrated from json status closed changetime description this can t be checked the memory usage quickly goes up when checking it i guess it s because of some bug in the preprocessor n nthe files were copied from the linux kernel reporter hyd danmar cc resolution fixed ts component other summary can t check this file memory usage is after a few seconds priority keywords time milestone owner hyd danmar type defect | 1 |
516,200 | 14,976,998,529 | IssuesEvent | 2021-01-28 08:54:16 | zeebe-io/zeebe | https://api.github.com/repos/zeebe-io/zeebe | closed | low load causes continuously growing of snapshot file count | Impact: Availability Impact: Performance Priority: Mid Scope: broker Severity: Mid Status: Planned Type: Bug | **Describe the bug**
In order to reproduce https://github.com/zeebe-io/zeebe/issues/5135 I have setup a benchmark with quite small load. One workflow per second created and completed. The configure is our default one.

If the load is quite small, then the snapshot file count seems to grow continuously. The size of RocksDB seems also to grow. It seems that RocksDB does no compaction.




If we take a look at the snapshot metrics, then we can see that the snapshot file count is continuously growing.

**To Reproduce**
Run benchmark with low load.
**Expected behavior**
State and snapshot file count is not increasing.
**Environment:**
- OS: k8s
- Zeebe Version: SNAPSHOT
- Configuration: our default benchmark
| 1.0 | low load causes continuously growing of snapshot file count - **Describe the bug**
In order to reproduce https://github.com/zeebe-io/zeebe/issues/5135 I have setup a benchmark with quite small load. One workflow per second created and completed. The configure is our default one.

If the load is quite small, then the snapshot file count seems to grow continuously. The size of RocksDB seems also to grow. It seems that RocksDB does no compaction.




If we take a look at the snapshot metrics, then we can see that the snapshot file count is continuously growing.

**To Reproduce**
Run benchmark with low load.
**Expected behavior**
State and snapshot file count is not increasing.
**Environment:**
- OS: k8s
- Zeebe Version: SNAPSHOT
- Configuration: our default benchmark
| non_defect | low load causes continuously growing of snapshot file count describe the bug in order to reproduce i have setup a benchmark with quite small load one workflow per second created and completed the configure is our default one if the load is quite small then the snapshot file count seems to grow continuously the size of rocksdb seems also to grow it seems that rocksdb does no compaction if we take a look at the snapshot metrics then we can see that the snapshot file count is continuously growing to reproduce run benchmark with low load expected behavior state and snapshot file count is not increasing environment os zeebe version snapshot configuration our default benchmark | 0 |
343,173 | 30,653,360,351 | IssuesEvent | 2023-07-25 10:22:40 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix meta.test_reptile_step | Sub Task Failing Test | | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix meta.test_reptile_step - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5655011479/job/15319233079"><img src=https://img.shields.io/badge/-success-success></a>
| non_defect | fix meta test reptile step jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src | 0 |
5,021 | 2,610,164,705 | IssuesEvent | 2015-02-26 18:52:13 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Gameplay Error | auto-migrated Priority-Medium Type-Defect | ```
Planetary weapons can knock out space stations
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 3:44 | 1.0 | Gameplay Error - ```
Planetary weapons can knock out space stations
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 3:44 | defect | gameplay error planetary weapons can knock out space stations original issue reported on code google com by gmail com on may at | 1 |
75,103 | 25,533,996,294 | IssuesEvent | 2022-11-29 10:33:03 | DependencyTrack/dependency-track | https://api.github.com/repos/DependencyTrack/dependency-track | opened | Cant access API for login POST http://localhost:8081/api/v1/user/login 404 (Not Found) | defect in triage | ### Current Behavior
When I try to login I get a "POST http://localhost:8081/api/v1/user/login 404 (Not Found)" error.
The docker container starts up fine:

As far as I can see the frontend container also includes the correct API path:

When I try to ping the port 8081 it works:

I dont have this behavior, which is refused not 404: https://github.com/DependencyTrack/dependency-track/issues/1074
### Steps to Reproduce
Run these commands:
https://docs.dependencytrack.org/getting-started/deploy-docker/#quickstart-docker-compose
Run Chrome with flags to prevent CROS errors
--disable-web-security --user-data-dir=~/devChromeTemp --cookies-without-same-site-must-be-secure
### Expected Behavior
Being able to access the API
### Dependency-Track Version
4.6.1
### Dependency-Track Distribution
Container Image
### Database Server
N/A
### Database Server Version
_No response_
### Browser
Google Chrome
### Checklist
- [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues)
- [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this defect was already reported | 1.0 | Cant access API for login POST http://localhost:8081/api/v1/user/login 404 (Not Found) - ### Current Behavior
When I try to login I get a "POST http://localhost:8081/api/v1/user/login 404 (Not Found)" error.
The docker container starts up fine:

As far as I can see the frontend container also includes the correct API path:

When I try to ping the port 8081 it works:

I dont have this behavior, which is refused not 404: https://github.com/DependencyTrack/dependency-track/issues/1074
### Steps to Reproduce
Run these commands:
https://docs.dependencytrack.org/getting-started/deploy-docker/#quickstart-docker-compose
Run Chrome with flags to prevent CROS errors
--disable-web-security --user-data-dir=~/devChromeTemp --cookies-without-same-site-must-be-secure
### Expected Behavior
Being able to access the API
### Dependency-Track Version
4.6.1
### Dependency-Track Distribution
Container Image
### Database Server
N/A
### Database Server Version
_No response_
### Browser
Google Chrome
### Checklist
- [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues)
- [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this defect was already reported | defect | cant access api for login post not found current behavior when i try to login i get a post not found error the docker container starts up fine as far as i can see the frontend container also includes the correct api path when i try to ping the port it works i dont have this behavior which is refused not steps to reproduce run these commands run chrome with flags to prevent cros errors disable web security user data dir devchrometemp cookies without same site must be secure expected behavior being able to access the api dependency track version dependency track distribution container image database server n a database server version no response browser google chrome checklist i have read and understand the i have checked the for whether this defect was already reported | 1 |
492,377 | 14,201,196,081 | IssuesEvent | 2020-11-16 07:14:41 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.facebook.com - design is broken | browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical | <!-- @browser: Firefox Mobile 83.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:83.0) Gecko/83.0 Firefox/83.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/61895 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.facebook.com/login/account_recovery/name_search/?cuid=AYjbFLIBtmuokxxBZdWfVLV909i3L9LyDohZy9VKMVo_idjlD1SW6ZllABb7sfl-hIW8hzZO645yWDCw_oSvOQtiYesIIAjCTyYnA58Br903AYP-PCUjFrJziX1iXSFaVLEq6ZLfS5OfOPSr6cUUaqSvnvYUiJIgSkzIvsbwwqBh-ANQWGdwRZ1YJG_UDLHovD0&errorcode=1348092&flow=initiate_view&ls=initiate_view&refsrc=https%3A%2F%2Fm.facebook.com%2Flogin%2Faccount_recovery%2Fname_search%2F
**Browser / Version**: Firefox Mobile 83.0
**Operating System**: Android 8.1.0
**Tested Another Browser**: Yes Edge
**Problem type**: Design is broken
**Description**: Items are overlapped
**Steps to Reproduce**:
i cant open my account...
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/11/7c9e6fb7-4b3c-4a52-9aa5-101028e7d850.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201108174701</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/11/b882d1ea-3f07-4be4-840c-d3b035be9893)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.facebook.com - design is broken - <!-- @browser: Firefox Mobile 83.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:83.0) Gecko/83.0 Firefox/83.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/61895 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.facebook.com/login/account_recovery/name_search/?cuid=AYjbFLIBtmuokxxBZdWfVLV909i3L9LyDohZy9VKMVo_idjlD1SW6ZllABb7sfl-hIW8hzZO645yWDCw_oSvOQtiYesIIAjCTyYnA58Br903AYP-PCUjFrJziX1iXSFaVLEq6ZLfS5OfOPSr6cUUaqSvnvYUiJIgSkzIvsbwwqBh-ANQWGdwRZ1YJG_UDLHovD0&errorcode=1348092&flow=initiate_view&ls=initiate_view&refsrc=https%3A%2F%2Fm.facebook.com%2Flogin%2Faccount_recovery%2Fname_search%2F
**Browser / Version**: Firefox Mobile 83.0
**Operating System**: Android 8.1.0
**Tested Another Browser**: Yes Edge
**Problem type**: Design is broken
**Description**: Items are overlapped
**Steps to Reproduce**:
i cant open my account...
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/11/7c9e6fb7-4b3c-4a52-9aa5-101028e7d850.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201108174701</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/11/b882d1ea-3f07-4be4-840c-d3b035be9893)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | design is broken url browser version firefox mobile operating system android tested another browser yes edge problem type design is broken description items are overlapped steps to reproduce i cant open my account view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 0 |
65,366 | 19,431,973,656 | IssuesEvent | 2021-12-21 13:04:14 | ontop/ontop | https://api.github.com/repos/ontop/ontop | closed | Date & time functions fail for constant input in PostgreSQL | type: defect w: db support | ### Description
Functions for [date & time](https://www.w3.org/TR/sparql11-query/#func-date-time) fail for PostgreSQL when there is a constant input in the SPARQL query.
### Steps to Reproduce
Run the following query:
```
SELECT ?w WHERE
BIND("1799-12-14T09:00:00"^^xsd:dateTime AS ?death )
BIND("1732-02-22T09:30:00"^^xsd:dateTime AS ?birth )
BIND (YEAR(?death) - YEAR(?birth) AS ?w)
```
**Expected behavior:** Return 67
**Actual behavior:** ```Caused by: org.postgresql.util.PSQLException: ERROR: function pg_catalog.date_part(unknown, unknown) is not unique Hint: Could not choose a best candidate function. You might need to add explicit type casts.```
**Reproduces how often:** Always
### Attached material
Translated query is:
```SELECT (EXTRACT(YEAR FROM '1799-12-14 09:00:00') - EXTRACT(YEAR FROM '1732-02-22 09:30:00'))```
Translated query should be (tentatively):
```SELECT (EXTRACT(YEAR FROM TIMESTAMP '1799-12-14 09:00:00') - EXTRACT(YEAR FROM TIMESTAMP '1732-02-22 09:30:00'))```
### Versions
Ontop v4.1.1 and v4.2.0-SNAPSHOT
### Additional Information
As a tentative fix, what works is simply overriding the serialization for the date & time functions for constants and adding a cast as attempted in 59b0eca229e02f39f4713c34a269a30a7fd8588d. However, I do not know if there is a better way to handle this issue.
| 1.0 | Date & time functions fail for constant input in PostgreSQL - ### Description
Functions for [date & time](https://www.w3.org/TR/sparql11-query/#func-date-time) fail for PostgreSQL when there is a constant input in the SPARQL query.
### Steps to Reproduce
Run the following query:
```
SELECT ?w WHERE
BIND("1799-12-14T09:00:00"^^xsd:dateTime AS ?death )
BIND("1732-02-22T09:30:00"^^xsd:dateTime AS ?birth )
BIND (YEAR(?death) - YEAR(?birth) AS ?w)
```
**Expected behavior:** Return 67
**Actual behavior:** ```Caused by: org.postgresql.util.PSQLException: ERROR: function pg_catalog.date_part(unknown, unknown) is not unique Hint: Could not choose a best candidate function. You might need to add explicit type casts.```
**Reproduces how often:** Always
### Attached material
Translated query is:
```SELECT (EXTRACT(YEAR FROM '1799-12-14 09:00:00') - EXTRACT(YEAR FROM '1732-02-22 09:30:00'))```
Translated query should be (tentatively):
```SELECT (EXTRACT(YEAR FROM TIMESTAMP '1799-12-14 09:00:00') - EXTRACT(YEAR FROM TIMESTAMP '1732-02-22 09:30:00'))```
### Versions
Ontop v4.1.1 and v4.2.0-SNAPSHOT
### Additional Information
As a tentative fix, what works is simply overriding the serialization for the date & time functions for constants and adding a cast as attempted in 59b0eca229e02f39f4713c34a269a30a7fd8588d. However, I do not know if there is a better way to handle this issue.
| defect | date time functions fail for constant input in postgresql description functions for fail for postgresql when there is a constant input in the sparql query steps to reproduce run the following query select w where bind xsd datetime as death bind xsd datetime as birth bind year death year birth as w expected behavior return actual behavior caused by org postgresql util psqlexception error function pg catalog date part unknown unknown is not unique hint could not choose a best candidate function you might need to add explicit type casts reproduces how often always attached material translated query is select extract year from extract year from translated query should be tentatively select extract year from timestamp extract year from timestamp versions ontop and snapshot additional information as a tentative fix what works is simply overriding the serialization for the date time functions for constants and adding a cast as attempted in however i do not know if there is a better way to handle this issue | 1 |
24,946 | 4,153,517,524 | IssuesEvent | 2016-06-16 08:03:54 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Memory leak in hazelcast cluster caused by race condition on node join | Team: Core Type: Defect | The way how issue is reproducible in _our_ environment
* Start _node1_
* Load _node1_ with large number of http requests (each request will result into hundreds of hazelcast operations)
* Starting _node2_ when load is running
* You'll see map size node _node2_ growing above configured max size. Issue is _not_ reproducible if load is applied after node joined.
I was unable to reproduce issue using unit test, however when debugging it looks like check in
MaxSizeChecker#isEvictablePerNode doesn't succeed (hz. v3.4.2) and number of items returned is less than number if item returned by map.size.
Issue is reproducible on hz 3.3.1 as well.
Would be awesome to know if this is known issue or/and if any workaround exist. | 1.0 | Memory leak in hazelcast cluster caused by race condition on node join - The way how issue is reproducible in _our_ environment
* Start _node1_
* Load _node1_ with large number of http requests (each request will result into hundreds of hazelcast operations)
* Starting _node2_ when load is running
* You'll see map size node _node2_ growing above configured max size. Issue is _not_ reproducible if load is applied after node joined.
I was unable to reproduce issue using unit test, however when debugging it looks like check in
MaxSizeChecker#isEvictablePerNode doesn't succeed (hz. v3.4.2) and number of items returned is less than number if item returned by map.size.
Issue is reproducible on hz 3.3.1 as well.
Would be awesome to know if this is known issue or/and if any workaround exist. | defect | memory leak in hazelcast cluster caused by race condition on node join the way how issue is reproducible in our environment start load with large number of http requests each request will result into hundreds of hazelcast operations starting when load is running you ll see map size node growing above configured max size issue is not reproducible if load is applied after node joined i was unable to reproduce issue using unit test however when debugging it looks like check in maxsizechecker isevictablepernode doesn t succeed hz and number of items returned is less than number if item returned by map size issue is reproducible on hz as well would be awesome to know if this is known issue or and if any workaround exist | 1 |
686,642 | 23,499,908,302 | IssuesEvent | 2022-08-18 07:27:15 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.theatlantic.com - see bug description | priority-important browser-fenix engine-gecko | <!-- @browser: Firefox Mobile 104.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:104.0) Gecko/104.0 Firefox/104.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/109286 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.theatlantic.com/technology/archive/2022/08/stick-shift-manual-transmission-cars/671078/
**Browser / Version**: Firefox Mobile 104.0
**Operating System**: Android 9
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: Does not scroll on mobile.
**Steps to Reproduce**:
Loaded the page and tried to scroll.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/8/dd1c7d69-4d35-434e-933f-5bd9a7820015.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220811191329</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2022/8/a5da4aa7-085a-47e6-a6e2-57c637810c86)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.theatlantic.com - see bug description - <!-- @browser: Firefox Mobile 104.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:104.0) Gecko/104.0 Firefox/104.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/109286 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.theatlantic.com/technology/archive/2022/08/stick-shift-manual-transmission-cars/671078/
**Browser / Version**: Firefox Mobile 104.0
**Operating System**: Android 9
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: Does not scroll on mobile.
**Steps to Reproduce**:
Loaded the page and tried to scroll.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2022/8/dd1c7d69-4d35-434e-933f-5bd9a7820015.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20220811191329</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2022/8/a5da4aa7-085a-47e6-a6e2-57c637810c86)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description does not scroll on mobile steps to reproduce loaded the page and tried to scroll view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 0 |
53,719 | 13,262,144,109 | IssuesEvent | 2020-08-20 21:11:17 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | [codereview] grbllh (Trac #1935) | Migrated from Trac cmake defect |
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1935">https://code.icecube.wisc.edu/projects/icecube/ticket/1935</a>, reported by kjmeagherand owned by kjmeagher</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:55",
"_ts": "1550067175380821",
"description": "",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"time": "2017-01-20T09:19:12",
"component": "cmake",
"summary": "[codereview] grbllh",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "kjmeagher",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [codereview] grbllh (Trac #1935) -
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1935">https://code.icecube.wisc.edu/projects/icecube/ticket/1935</a>, reported by kjmeagherand owned by kjmeagher</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:55",
"_ts": "1550067175380821",
"description": "",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"time": "2017-01-20T09:19:12",
"component": "cmake",
"summary": "[codereview] grbllh",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "kjmeagher",
"type": "defect"
}
```
</p>
</details>
| defect | grbllh trac migrated from json status closed changetime ts description reporter kjmeagher cc resolution fixed time component cmake summary grbllh priority normal keywords milestone owner kjmeagher type defect | 1 |
260,863 | 27,784,780,711 | IssuesEvent | 2023-03-17 01:36:54 | turkdevops/angular-cli | https://api.github.com/repos/turkdevops/angular-cli | opened | CVE-2023-28155 (Medium) detected in request-2.88.2.tgz | Mend: dependency security vulnerability | ## CVE-2023-28155 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>request-2.88.2.tgz</b></p></summary>
<p>Simplified HTTP request client.</p>
<p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.88.2.tgz">https://registry.npmjs.org/request/-/request-2.88.2.tgz</a></p>
<p>
Dependency Hierarchy:
- @angular/cli-0.0.0.tgz (Root Library)
- pacote-11.3.1.tgz
- run-script-1.8.3.tgz
- node-gyp-7.1.2.tgz
- :x: **request-2.88.2.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
** UNSUPPORTED WHEN ASSIGNED ** The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
<p>Publish Date: 2023-03-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28155>CVE-2023-28155</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2023-28155 (Medium) detected in request-2.88.2.tgz - ## CVE-2023-28155 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>request-2.88.2.tgz</b></p></summary>
<p>Simplified HTTP request client.</p>
<p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.88.2.tgz">https://registry.npmjs.org/request/-/request-2.88.2.tgz</a></p>
<p>
Dependency Hierarchy:
- @angular/cli-0.0.0.tgz (Root Library)
- pacote-11.3.1.tgz
- run-script-1.8.3.tgz
- node-gyp-7.1.2.tgz
- :x: **request-2.88.2.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
** UNSUPPORTED WHEN ASSIGNED ** The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintainer.
<p>Publish Date: 2023-03-16
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28155>CVE-2023-28155</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in request tgz cve medium severity vulnerability vulnerable library request tgz simplified http request client library home page a href dependency hierarchy angular cli tgz root library pacote tgz run script tgz node gyp tgz x request tgz vulnerable library found in base branch master vulnerability details unsupported when assigned the request package through for node js allows a bypass of ssrf mitigations via an attacker controller server that does a cross protocol redirect http to https or https to http note this vulnerability only affects products that are no longer supported by the maintainer publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend | 0 |
59,541 | 17,023,156,948 | IssuesEvent | 2021-07-03 00:37:48 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | map bbox request on empty area returns error 500 | Component: api Priority: major Resolution: duplicate Type: defect | **[Submitted to the original trac issue database at 2.43pm, Monday, 7th May 2007]**
Tthe request for /api/0.4/map?bbox=8.387500,54.917072,8.575391,54.987543 (tiles@home tile
2144,1296,12) returns an "internal server error" instead of an empty OSM file.
| 1.0 | map bbox request on empty area returns error 500 - **[Submitted to the original trac issue database at 2.43pm, Monday, 7th May 2007]**
Tthe request for /api/0.4/map?bbox=8.387500,54.917072,8.575391,54.987543 (tiles@home tile
2144,1296,12) returns an "internal server error" instead of an empty OSM file.
| defect | map bbox request on empty area returns error tthe request for api map bbox tiles home tile returns an internal server error instead of an empty osm file | 1 |
580,672 | 17,263,818,040 | IssuesEvent | 2021-07-22 11:18:14 | CTemplar/webclient | https://api.github.com/repos/CTemplar/webclient | opened | Infinite API loop after Bitcoin payment | bug priority | ### Steps to reproduce
1. Sign up from the development server using Bitcoin
2. Wait a minute until the payment is checked (dev only)
### Actual behavior
After the sign-up is complete, I will get a loop of "Cannot check Bitcoin transaction" and a loop calling `/btc-wallet/check/?address=null' until you refresh the window.
| 1.0 | Infinite API loop after Bitcoin payment - ### Steps to reproduce
1. Sign up from the development server using Bitcoin
2. Wait a minute until the payment is checked (dev only)
### Actual behavior
After the sign-up is complete, I will get a loop of "Cannot check Bitcoin transaction" and a loop calling `/btc-wallet/check/?address=null' until you refresh the window.
| non_defect | infinite api loop after bitcoin payment steps to reproduce sign up from the development server using bitcoin wait a minute until the payment is checked dev only actual behavior after the sign up is complete i will get a loop of cannot check bitcoin transaction and a loop calling btc wallet check address null until you refresh the window | 0 |
25,727 | 4,426,283,159 | IssuesEvent | 2016-08-16 17:52:23 | WildBamaBoy/minecraft-comes-alive | https://api.github.com/repos/WildBamaBoy/minecraft-comes-alive | closed | messed up create mine task | 1.10.2 defect | <!-- DO NOT DELETE THE CONTENT ON THIS PAGE. FILL OUT ENTIRELY -->
<!-- PLEASE DIRECT SUGGESTIONS TO THE MCA FORUM PAGE AT http://goo.gl/8iOZkR -->
<!-- PLEASE TICK THE CHECKBOXES WITH AN X. -->
- [X] I am running the latest mod versions of MCA and RadixCore.
- [X] I can reproduce this issue with just MCA and RadixCore installed.
- [X] I can provide my Minecraft version and MCA version.
- [X] I have searched for the issue previously and it was either not previously reported, or previously fixed and I'm having the same problem.
- [] I am crashing and can provide my crash report.
<!-- If your issue matches AT LEAST 4 of the criteria above, continue. -->
<!-- VERSIONS - Please specify your Minecraft version and MCA version below ## Versions -->
## Versions
Minecraft 1.10.2
MCA 5.2.1
<!-- ISSUE DESCRIPTION - Please describe the issue in detail. -->
## Issue Description
mines are built with dead bushes and fence gate is facing the wrong direction
<!-- REPRODUCE STEPS - Please describe how I can reproduce this issue below ## Reproduce Steps. -->
## Reproduce Steps
make npc build a mine
<!-- ADDITIONAL INFORMATION - Please post any crash reports, stacktraces, profiler reports, etc. here. -->
## Additional Information
| 1.0 | messed up create mine task - <!-- DO NOT DELETE THE CONTENT ON THIS PAGE. FILL OUT ENTIRELY -->
<!-- PLEASE DIRECT SUGGESTIONS TO THE MCA FORUM PAGE AT http://goo.gl/8iOZkR -->
<!-- PLEASE TICK THE CHECKBOXES WITH AN X. -->
- [X] I am running the latest mod versions of MCA and RadixCore.
- [X] I can reproduce this issue with just MCA and RadixCore installed.
- [X] I can provide my Minecraft version and MCA version.
- [X] I have searched for the issue previously and it was either not previously reported, or previously fixed and I'm having the same problem.
- [] I am crashing and can provide my crash report.
<!-- If your issue matches AT LEAST 4 of the criteria above, continue. -->
<!-- VERSIONS - Please specify your Minecraft version and MCA version below ## Versions -->
## Versions
Minecraft 1.10.2
MCA 5.2.1
<!-- ISSUE DESCRIPTION - Please describe the issue in detail. -->
## Issue Description
mines are built with dead bushes and fence gate is facing the wrong direction
<!-- REPRODUCE STEPS - Please describe how I can reproduce this issue below ## Reproduce Steps. -->
## Reproduce Steps
make npc build a mine
<!-- ADDITIONAL INFORMATION - Please post any crash reports, stacktraces, profiler reports, etc. here. -->
## Additional Information
| defect | messed up create mine task i am running the latest mod versions of mca and radixcore i can reproduce this issue with just mca and radixcore installed i can provide my minecraft version and mca version i have searched for the issue previously and it was either not previously reported or previously fixed and i m having the same problem i am crashing and can provide my crash report versions minecraft mca issue description mines are built with dead bushes and fence gate is facing the wrong direction reproduce steps make npc build a mine additional information | 1 |
5,930 | 2,610,218,152 | IssuesEvent | 2015-02-26 19:09:24 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | авансовый отчет форма 286 | auto-migrated Priority-Medium Type-Defect | ```
'''Боримир Семёнов'''
День добрый никак не могу найти .авансовый
отчет форма 286. как то выкладывали уже
'''Велимир Суворов'''
Вот держи линк http://bit.ly/1aJ3KtA
'''Августин Анисимов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Авдей Туров'''
Неа все ок у меня ничего не списало
'''Геральд Жуков'''
Не это не влияет на баланс
Информация о файле: авансовый отчет форма 286
Загружен: В этом месяце
Скачан раз: 629
Рейтинг: 152
Средняя скорость скачивания: 1121
Похожих файлов: 10
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:34 | 1.0 | авансовый отчет форма 286 - ```
'''Боримир Семёнов'''
День добрый никак не могу найти .авансовый
отчет форма 286. как то выкладывали уже
'''Велимир Суворов'''
Вот держи линк http://bit.ly/1aJ3KtA
'''Августин Анисимов'''
Просит ввести номер мобилы!Не опасно ли это?
'''Авдей Туров'''
Неа все ок у меня ничего не списало
'''Геральд Жуков'''
Не это не влияет на баланс
Информация о файле: авансовый отчет форма 286
Загружен: В этом месяце
Скачан раз: 629
Рейтинг: 152
Средняя скорость скачивания: 1121
Похожих файлов: 10
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:34 | defect | авансовый отчет форма боримир семёнов день добрый никак не могу найти авансовый отчет форма как то выкладывали уже велимир суворов вот держи линк августин анисимов просит ввести номер мобилы не опасно ли это авдей туров неа все ок у меня ничего не списало геральд жуков не это не влияет на баланс информация о файле авансовый отчет форма загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at | 1 |
97,397 | 8,653,076,694 | IssuesEvent | 2018-11-27 09:53:54 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | reopened | new tested 27 : ApiV1IssuesProjectIdIdGetPathParamIdNullValue | new tested 27 | Project : new tested 27
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=YjJjMDM1YmItYWE3Yi00MzU2LWIwMDYtN2ZkYmJiNWJmYTc5; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Tue, 27 Nov 2018 09:50:57 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/issues/project-id/null?status=MMOdomMV
Request :
Response :
{
"timestamp" : "2018-11-27T09:50:57.671+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/issues/project-id/null"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed]
--- FX Bot --- | 1.0 | new tested 27 : ApiV1IssuesProjectIdIdGetPathParamIdNullValue - Project : new tested 27
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=YjJjMDM1YmItYWE3Yi00MzU2LWIwMDYtN2ZkYmJiNWJmYTc5; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Tue, 27 Nov 2018 09:50:57 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/issues/project-id/null?status=MMOdomMV
Request :
Response :
{
"timestamp" : "2018-11-27T09:50:57.671+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/issues/project-id/null"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed]
--- FX Bot --- | non_defect | new tested project new tested job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api issues project id null logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot | 0 |
81,267 | 30,777,632,256 | IssuesEvent | 2023-07-31 07:48:00 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Element-Web causes extreme usage in CPU for synapse due to presence | T-Defect | ### Steps to reproduce
Not entirely sure. Just opening develop.element.io seems to be enough for me.
### Outcome
#### What did you expect?
Maybe a tiny increase but usually negligible.
#### What happened instead?


### Operating system
Fedora Silverblue 38
### Browser information
Firefox 115.0.2 (64-bit)
### URL for webapp
develop.element.io
### Application version
Version von Element: 5644c4e17555-react-1f3d99c25c70-js-fd0c4a7f5697 Version von Olm: 3.2.14
### Homeserver
matrix.midnightthoughts.space
### Will you send logs?
Yes | 1.0 | Element-Web causes extreme usage in CPU for synapse due to presence - ### Steps to reproduce
Not entirely sure. Just opening develop.element.io seems to be enough for me.
### Outcome
#### What did you expect?
Maybe a tiny increase but usually negligible.
#### What happened instead?


### Operating system
Fedora Silverblue 38
### Browser information
Firefox 115.0.2 (64-bit)
### URL for webapp
develop.element.io
### Application version
Version von Element: 5644c4e17555-react-1f3d99c25c70-js-fd0c4a7f5697 Version von Olm: 3.2.14
### Homeserver
matrix.midnightthoughts.space
### Will you send logs?
Yes | defect | element web causes extreme usage in cpu for synapse due to presence steps to reproduce not entirely sure just opening develop element io seems to be enough for me outcome what did you expect maybe a tiny increase but usually negligible what happened instead operating system fedora silverblue browser information firefox bit url for webapp develop element io application version version von element react js version von olm homeserver matrix midnightthoughts space will you send logs yes | 1 |
6,581 | 2,610,257,234 | IssuesEvent | 2015-02-26 19:22:10 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳激光去除痘疤多少钱 | auto-migrated Priority-Medium Type-Defect | ```
深圳激光去除痘疤多少钱【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:40 | 1.0 | 深圳激光去除痘疤多少钱 - ```
深圳激光去除痘疤多少钱【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:40 | defect | 深圳激光去除痘疤多少钱 深圳激光去除痘疤多少钱【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at | 1 |
51,039 | 13,188,054,771 | IssuesEvent | 2020-08-13 05:25:26 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [WaveCalibrator] SLC FADC clipping level is off by one (Trac #1863) | Migrated from Trac combo core defect | The each element of the SLC charge stamp is packed into 9 bits, dropping the LSB if the peak is greater than 512. This makes the charge stamps for high-amplitude SLC hits even by construction, which means that they clip at 1022 instead of 1023. Credit goes to @mzhu and @mrongen for finding this:
https://icecube-spno.slack.com/archives/software/p1475242504000696
WaveCalibrator should mark these bins as clipped so that they can be properly ignored in downstream reconstructions
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1863">https://code.icecube.wisc.edu/ticket/1863</a>, reported by jvansanten and owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:24",
"description": "The each element of the SLC charge stamp is packed into 9 bits, dropping the LSB if the peak is greater than 512. This makes the charge stamps for high-amplitude SLC hits even by construction, which means that they clip at 1022 instead of 1023. Credit goes to @mzhu and @mrongen for finding this:\n\nhttps://icecube-spno.slack.com/archives/software/p1475242504000696\n\nWaveCalibrator should mark these bins as clipped so that they can be properly ignored in downstream reconstructions",
"reporter": "jvansanten",
"cc": "",
"resolution": "fixed",
"_ts": "1550067204154158",
"component": "combo core",
"summary": "[WaveCalibrator] SLC FADC clipping level is off by one",
"priority": "critical",
"keywords": "",
"time": "2016-09-30T14:50:57",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [WaveCalibrator] SLC FADC clipping level is off by one (Trac #1863) - The each element of the SLC charge stamp is packed into 9 bits, dropping the LSB if the peak is greater than 512. This makes the charge stamps for high-amplitude SLC hits even by construction, which means that they clip at 1022 instead of 1023. Credit goes to @mzhu and @mrongen for finding this:
https://icecube-spno.slack.com/archives/software/p1475242504000696
WaveCalibrator should mark these bins as clipped so that they can be properly ignored in downstream reconstructions
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1863">https://code.icecube.wisc.edu/ticket/1863</a>, reported by jvansanten and owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:24",
"description": "The each element of the SLC charge stamp is packed into 9 bits, dropping the LSB if the peak is greater than 512. This makes the charge stamps for high-amplitude SLC hits even by construction, which means that they clip at 1022 instead of 1023. Credit goes to @mzhu and @mrongen for finding this:\n\nhttps://icecube-spno.slack.com/archives/software/p1475242504000696\n\nWaveCalibrator should mark these bins as clipped so that they can be properly ignored in downstream reconstructions",
"reporter": "jvansanten",
"cc": "",
"resolution": "fixed",
"_ts": "1550067204154158",
"component": "combo core",
"summary": "[WaveCalibrator] SLC FADC clipping level is off by one",
"priority": "critical",
"keywords": "",
"time": "2016-09-30T14:50:57",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
</p>
</details>
| defect | slc fadc clipping level is off by one trac the each element of the slc charge stamp is packed into bits dropping the lsb if the peak is greater than this makes the charge stamps for high amplitude slc hits even by construction which means that they clip at instead of credit goes to mzhu and mrongen for finding this wavecalibrator should mark these bins as clipped so that they can be properly ignored in downstream reconstructions migrated from json status closed changetime description the each element of the slc charge stamp is packed into bits dropping the lsb if the peak is greater than this makes the charge stamps for high amplitude slc hits even by construction which means that they clip at instead of credit goes to mzhu and mrongen for finding this n n should mark these bins as clipped so that they can be properly ignored in downstream reconstructions reporter jvansanten cc resolution fixed ts component combo core summary slc fadc clipping level is off by one priority critical keywords time milestone owner jvansanten type defect | 1 |
71,676 | 23,758,240,904 | IssuesEvent | 2022-09-01 06:27:51 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | opened | Dropdown selecting an unwanted option when pressing Control key on the keyboard | defect | ### Describe the bug
similar to #10113, but with the control key instead of the meta key
### Environment
Windows 10
### Reproducer
_No response_
### Angular version
14.1.2
### PrimeNG version
14.0.1
### Build / Runtime
TypeScript
### Language
TypeScript
### Node version (for AoT issues node --version)
16.17.0
### Browser(s)
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_ | 1.0 | Dropdown selecting an unwanted option when pressing Control key on the keyboard - ### Describe the bug
similar to #10113, but with the control key instead of the meta key
### Environment
Windows 10
### Reproducer
_No response_
### Angular version
14.1.2
### PrimeNG version
14.0.1
### Build / Runtime
TypeScript
### Language
TypeScript
### Node version (for AoT issues node --version)
16.17.0
### Browser(s)
_No response_
### Steps to reproduce the behavior
_No response_
### Expected behavior
_No response_ | defect | dropdown selecting an unwanted option when pressing control key on the keyboard describe the bug similar to but with the control key instead of the meta key environment windows reproducer no response angular version primeng version build runtime typescript language typescript node version for aot issues node version browser s no response steps to reproduce the behavior no response expected behavior no response | 1 |
130,534 | 18,091,366,078 | IssuesEvent | 2021-09-22 02:14:31 | jelster/space-truckers | https://api.github.com/repos/jelster/space-truckers | closed | Generating the route | design | # getting route data
Route data is obtained by sampling the CargoUnit's position at intervals while the `isInFlight `flag is set. Data captured in each sample includes:
- Vector3 world position
- Vector3 linear velocity
- Quaternion world rotation
- timestamp (?)
- Encounter data (if applicable - see #65 )
It is interesting to note that the combination of the world position vector and rotation quaternion would populate a translation+rotation matrix quite nicely...
| 1.0 | Generating the route - # getting route data
Route data is obtained by sampling the CargoUnit's position at intervals while the `isInFlight `flag is set. Data captured in each sample includes:
- Vector3 world position
- Vector3 linear velocity
- Quaternion world rotation
- timestamp (?)
- Encounter data (if applicable - see #65 )
It is interesting to note that the combination of the world position vector and rotation quaternion would populate a translation+rotation matrix quite nicely...
| non_defect | generating the route getting route data route data is obtained by sampling the cargounit s position at intervals while the isinflight flag is set data captured in each sample includes world position linear velocity quaternion world rotation timestamp encounter data if applicable see it is interesting to note that the combination of the world position vector and rotation quaternion would populate a translation rotation matrix quite nicely | 0 |
26,105 | 4,593,598,501 | IssuesEvent | 2016-09-21 01:56:57 | afisher1/GridLAB-D | https://api.github.com/repos/afisher1/GridLAB-D | closed | #16 Refine object allocation and implement object CPU affinity so that memory is located
ear\ processor,
| defect | This is crucial for performance on SMP machines that have heterogenous memory access performance (like the Altix)
,
| 1.0 | #16 Refine object allocation and implement object CPU affinity so that memory is located
ear\ processor,
- This is crucial for performance on SMP machines that have heterogenous memory access performance (like the Altix)
,
| defect | refine object allocation and implement object cpu affinity so that memory is located ear processor this is crucial for performance on smp machines that have heterogenous memory access performance like the altix | 1 |
54,484 | 13,732,939,351 | IssuesEvent | 2020-10-05 06:05:49 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | Defect Hunting Fundamental NGX 0.22 | Defect Hunting bug platform | Test the platform lib and doc website. Log the issues here:
- [ ] __Platform__ input alignment - https://fundamental-ngx.netlify.app/#/platform/input - looks like there is a missing styling - @Lokanathan-k , to be fixed.
RE: will be fixed as part of the PR https://github.com/SAP/fundamental-ngx/pull/3221 and PR https://github.com/SAP/fundamental-ngx/pull/3247

- [ ] __Platform__ input with menu - styling issue https://fundamental-ngx.netlify.app/#/platform/input (Kevin - #3192)

- [ ] __Platform__ inverted link example has a wrong background - Deepak, to be fixed
Fix provided in https://github.com/SAP/fundamental-ngx/pull/3226

an example how it should be
https://fundamental-ngx.netlify.app/#/core/link#basic

- [x] __Platform__ menu doesn't scroll - https://fundamental-ngx.netlify.app/#/platform/menu (Kevin - #3195)

in core how it works

- [ ] __Platform__ menu button position is wrong https://fundamental-ngx.netlify.app/#/platform/menu-button
Fix provided in https://github.com/SAP/fundamental-ngx/pull/3231
 - to be fixed.
- [ ] __Platform__ search field on button hover has wrong styling https://fundamental-ngx.netlify.app/#/platform/search-field

It has to be something like
 - @KevinOkamoto - #3237
- [ ] __Platform__ Search field suggestion has 2 menus that are overlapping https://fundamental-ngx.netlify.app/#/platform/search-field
 - (Kevin - #3237)
- [ ] __Platform__ Split Menu button doesn't work per spec - https://fundamental-ngx.netlify.app/#/platform/split-menu-button
Fix provided in https://github.com/SAP/fundamental-ngx/pull/3230

It should behave like
 - Deepak, to be fixed
- [ ] __Platform__ Step Input manual entry doesn't seem to work https://fundamental-ngx.netlify.app/#/platform/step-input @dimamarksman #3234

- [ ] __Platform__ Step Input validation appears on every other change https://fundamental-ngx.netlify.app/#/platform/step-input
 - @dimamarksman, to be fixed. onChange should update the component with the changed value #3234
- [ ] __Platform__ textarea width issue - https://fundamental-ngx.netlify.app/#/platform/textarea (Kavya- #3221)

- [ ] __Platform__ textarea examples seems corrupted - https://fundamental-ngx.netlify.app/#/platform/textarea (Kavya- #3221)
 - to be fixed
- [ ] __Platform__ Panel on load give below error in console. - Valor, to be fixed Artur #3224
`libs/core/src/lib/toolbar/toolbar.component.ts.ToolbarComponent._getSortedByPriorityAndGroupItems
`
- [ ] __Platform__ TextArea on load give below error in console - to be fixed (Kavya- #3221)
```
main.js:24086 ERROR TypeError: Cannot read property ‘value’ of undefined
at TextAreaComponent.push.../../libs/platform/src/lib/components/form/text-area/text-area.component.ts.TextAreaComponent._getContentLength (2.js:49159).
```
- [ ] __Platform__ Radio Button Group
tested on PR netlify https://deploy-preview-3036--fundamental-ngx.netlify.app/#/platform/radio-group
- Already fixed and merged to master.
- on page load focus directly goes to a particular radio button
 - not reproducible.
- [ ] __Styles__ Radio Button
- not sure if it is my eyes, but the selected dot in the radio button looks off-center randomly - Deepak, to be fixed
Issue raised for tracking: https://github.com/SAP/fundamental-styles/issues/1589
fixed in PR https://github.com/SAP/fundamental-styles/pull/1592

- [ ] __Platform__ Search Field - to be fixed(Kevin - #3237).
- seems the search input is modifying the results and is also case sensitive when camelcasing is part of the word, for eg; a word like `Red Wagon` searched as `red` shows up `RedWagon`(removes the space) and consequently typing `redw` doesn't show up `RedWagon` although the list now has `RedWagon`. Is this expected?

- when long list of data is present and you search a substring, the result popover does not stick to the search field and instead floats.

- [ ]__ Platform__Panel Windows Machins in the e
- Platform Panel component with Actions example
There is no space between the action buttons in the Panel with Actions Example. - Valor, to be fixed Artur #3224

| 1.0 | Defect Hunting Fundamental NGX 0.22 - Test the platform lib and doc website. Log the issues here:
- [ ] __Platform__ input alignment - https://fundamental-ngx.netlify.app/#/platform/input - looks like there is a missing styling - @Lokanathan-k , to be fixed.
RE: will be fixed as part of the PR https://github.com/SAP/fundamental-ngx/pull/3221 and PR https://github.com/SAP/fundamental-ngx/pull/3247

- [ ] __Platform__ input with menu - styling issue https://fundamental-ngx.netlify.app/#/platform/input (Kevin - #3192)

- [ ] __Platform__ inverted link example has a wrong background - Deepak, to be fixed
Fix provided in https://github.com/SAP/fundamental-ngx/pull/3226

an example how it should be
https://fundamental-ngx.netlify.app/#/core/link#basic

- [x] __Platform__ menu doesn't scroll - https://fundamental-ngx.netlify.app/#/platform/menu (Kevin - #3195)

in core how it works

- [ ] __Platform__ menu button position is wrong https://fundamental-ngx.netlify.app/#/platform/menu-button
Fix provided in https://github.com/SAP/fundamental-ngx/pull/3231
 - to be fixed.
- [ ] __Platform__ search field on button hover has wrong styling https://fundamental-ngx.netlify.app/#/platform/search-field

It has to be something like
 - @KevinOkamoto - #3237
- [ ] __Platform__ Search field suggestion has 2 menus that are overlapping https://fundamental-ngx.netlify.app/#/platform/search-field
 - (Kevin - #3237)
- [ ] __Platform__ Split Menu button doesn't work per spec - https://fundamental-ngx.netlify.app/#/platform/split-menu-button
Fix provided in https://github.com/SAP/fundamental-ngx/pull/3230

It should behave like
 - Deepak, to be fixed
- [ ] __Platform__ Step Input manual entry doesn't seem to work https://fundamental-ngx.netlify.app/#/platform/step-input @dimamarksman #3234

- [ ] __Platform__ Step Input validation appears on every other change https://fundamental-ngx.netlify.app/#/platform/step-input
 - @dimamarksman, to be fixed. onChange should update the component with the changed value #3234
- [ ] __Platform__ textarea width issue - https://fundamental-ngx.netlify.app/#/platform/textarea (Kavya- #3221)

- [ ] __Platform__ textarea examples seems corrupted - https://fundamental-ngx.netlify.app/#/platform/textarea (Kavya- #3221)
 - to be fixed
- [ ] __Platform__ Panel on load give below error in console. - Valor, to be fixed Artur #3224
`libs/core/src/lib/toolbar/toolbar.component.ts.ToolbarComponent._getSortedByPriorityAndGroupItems
`
- [ ] __Platform__ TextArea on load give below error in console - to be fixed (Kavya- #3221)
```
main.js:24086 ERROR TypeError: Cannot read property ‘value’ of undefined
at TextAreaComponent.push.../../libs/platform/src/lib/components/form/text-area/text-area.component.ts.TextAreaComponent._getContentLength (2.js:49159).
```
- [ ] __Platform__ Radio Button Group
tested on PR netlify https://deploy-preview-3036--fundamental-ngx.netlify.app/#/platform/radio-group
- Already fixed and merged to master.
- on page load focus directly goes to a particular radio button
 - not reproducible.
- [ ] __Styles__ Radio Button
- not sure if it is my eyes, but the selected dot in the radio button looks off-center randomly - Deepak, to be fixed
Issue raised for tracking: https://github.com/SAP/fundamental-styles/issues/1589
fixed in PR https://github.com/SAP/fundamental-styles/pull/1592

- [ ] __Platform__ Search Field - to be fixed(Kevin - #3237).
- seems the search input is modifying the results and is also case sensitive when camelcasing is part of the word, for eg; a word like `Red Wagon` searched as `red` shows up `RedWagon`(removes the space) and consequently typing `redw` doesn't show up `RedWagon` although the list now has `RedWagon`. Is this expected?

- when long list of data is present and you search a substring, the result popover does not stick to the search field and instead floats.

- [ ]__ Platform__Panel Windows Machins in the e
- Platform Panel component with Actions example
There is no space between the action buttons in the Panel with Actions Example. - Valor, to be fixed Artur #3224

| defect | defect hunting fundamental ngx test the platform lib and doc website log the issues here platform input alignment looks like there is a missing styling lokanathan k to be fixed re will be fixed as part of the pr and pr platform input with menu styling issue kevin platform inverted link example has a wrong background deepak to be fixed fix provided in an example how it should be platform menu doesn t scroll kevin in core how it works platform menu button position is wrong fix provided in to be fixed platform search field on button hover has wrong styling it has to be something like kevinokamoto platform search field suggestion has menus that are overlapping kevin platform split menu button doesn t work per spec fix provided in it should behave like deepak to be fixed platform step input manual entry doesn t seem to work dimamarksman platform step input validation appears on every other change dimamarksman to be fixed onchange should update the component with the changed value platform textarea width issue kavya platform textarea examples seems corrupted kavya to be fixed platform panel on load give below error in console valor to be fixed artur libs core src lib toolbar toolbar component ts toolbarcomponent getsortedbypriorityandgroupitems platform textarea on load give below error in console to be fixed kavya main js error typeerror cannot read property ‘value’ of undefined at textareacomponent push libs platform src lib components form text area text area component ts textareacomponent getcontentlength js platform radio button group tested on pr netlify already fixed and merged to master on page load focus directly goes to a particular radio button not reproducible styles radio button not sure if it is my eyes but the selected dot in the radio button looks off center randomly deepak to be fixed issue raised for tracking fixed in pr platform search field to be fixed kevin seems the search input is modifying the results and is also case sensitive when camelcasing is part of the word for eg a word like red wagon searched as red shows up redwagon removes the space and consequently typing redw doesn t show up redwagon although the list now has redwagon is this expected when long list of data is present and you search a substring the result popover does not stick to the search field and instead floats platform panel windows machins in the e platform panel component with actions example there is no space between the action buttons in the panel with actions example valor to be fixed artur | 1 |
73,857 | 24,838,448,331 | IssuesEvent | 2022-10-26 10:45:01 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Element crashes frequently after latest Nvidia drivers update | T-Defect | ### Steps to reproduce
Crash happens unpredictably, however frequently.
Flatpak package.
### Outcome
Terminal dump:
```$ flatpak run im.riot.Riot
/home/_user_/.var/app/im.riot.Riot/config/Element exists: yes
/home/_user_/.var/app/im.riot.Riot/config/Riot exists: no
LaunchProcess: failed to execvp:
xdg-settings
Gtk-Message: 12:32:20.915: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:32:20.915: Failed to load module "pk-gtk-module"
Gtk-Message: 12:32:20.915: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:32:20.915: Failed to load module "pk-gtk-module"
[3:1026/123220.935113:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Nie ma takiego pliku ani katalogu
[3:1026/123220.935162:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Nie ma takiego pliku ani katalogu
Starting auto update with base URL: https://packages.element.io/desktop/update/
Auto update not supported on this platform
Fetching translation json for locale: en_EN
Changing application language to pl
Fetching translation json for locale: pl
Resetting the UI components after locale change
Resetting the UI components after locale change
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Changing application language to pl
Fetching translation json for locale: pl
Resetting the UI components after locale change
[42:1026/123222.745754:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[42:1026/123301.133178:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[42:1026/123301.137848:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
[50:1026/123809.682067:ERROR:broker_posix.cc(40)] Recvmsg error: Połączenie zerwane przez drugą stronę (104)
/app/bin/element: linia 10: 3 Pułapka debuggera/breakpoint (zrzut pamięci) env TMPDIR="$XDG_RUNTIME_DIR/app/${FLATPAK_ID:-im.riot.Riot}" zypak-wrapper /app/Element/element-desktop $FLAGS "$@"
```
### Operating system
Fedora 36
### Application version
1.11.11
### How did you install the app?
Flatpak
### Homeserver
matrix.org
### Will you send logs?
Yes | 1.0 | Element crashes frequently after latest Nvidia drivers update - ### Steps to reproduce
Crash happens unpredictably, however frequently.
Flatpak package.
### Outcome
Terminal dump:
```$ flatpak run im.riot.Riot
/home/_user_/.var/app/im.riot.Riot/config/Element exists: yes
/home/_user_/.var/app/im.riot.Riot/config/Riot exists: no
LaunchProcess: failed to execvp:
xdg-settings
Gtk-Message: 12:32:20.915: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:32:20.915: Failed to load module "pk-gtk-module"
Gtk-Message: 12:32:20.915: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:32:20.915: Failed to load module "pk-gtk-module"
[3:1026/123220.935113:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Nie ma takiego pliku ani katalogu
[3:1026/123220.935162:ERROR:bus.cc(398)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Nie ma takiego pliku ani katalogu
Starting auto update with base URL: https://packages.element.io/desktop/update/
Auto update not supported on this platform
Fetching translation json for locale: en_EN
Changing application language to pl
Fetching translation json for locale: pl
Resetting the UI components after locale change
Resetting the UI components after locale change
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
Changing application language to pl
Fetching translation json for locale: pl
Resetting the UI components after locale change
[42:1026/123222.745754:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[42:1026/123301.133178:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[42:1026/123301.137848:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
[50:1026/123809.682067:ERROR:broker_posix.cc(40)] Recvmsg error: Połączenie zerwane przez drugą stronę (104)
/app/bin/element: linia 10: 3 Pułapka debuggera/breakpoint (zrzut pamięci) env TMPDIR="$XDG_RUNTIME_DIR/app/${FLATPAK_ID:-im.riot.Riot}" zypak-wrapper /app/Element/element-desktop $FLAGS "$@"
```
### Operating system
Fedora 36
### Application version
1.11.11
### How did you install the app?
Flatpak
### Homeserver
matrix.org
### Will you send logs?
Yes | defect | element crashes frequently after latest nvidia drivers update steps to reproduce crash happens unpredictably however frequently flatpak package outcome terminal dump flatpak run im riot riot home user var app im riot riot config element exists yes home user var app im riot riot config riot exists no launchprocess failed to execvp xdg settings gtk message failed to load module canberra gtk module gtk message failed to load module pk gtk module gtk message failed to load module canberra gtk module gtk message failed to load module pk gtk module failed to connect to the bus failed to connect to socket run dbus system bus socket nie ma takiego pliku ani katalogu failed to connect to the bus failed to connect to socket run dbus system bus socket nie ma takiego pliku ani katalogu starting auto update with base url auto update not supported on this platform fetching translation json for locale en en changing application language to pl fetching translation json for locale pl resetting the ui components after locale change resetting the ui components after locale change libva error vagetdrivernamebyindex failed with unknown libva error driver name null changing application language to pl fetching translation json for locale pl resetting the ui components after locale change getvsyncparametersifavailable failed for times getvsyncparametersifavailable failed for times getvsyncparametersifavailable failed for times recvmsg error połączenie zerwane przez drugą stronę app bin element linia pułapka debuggera breakpoint zrzut pamięci env tmpdir xdg runtime dir app flatpak id im riot riot zypak wrapper app element element desktop flags operating system fedora application version how did you install the app flatpak homeserver matrix org will you send logs yes | 1 |
56,665 | 15,268,283,675 | IssuesEvent | 2021-02-22 11:11:07 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | MenuItem interface missing template property | defect | ```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
**Current behavior**
There is no `template` property in [`MenuItem.d.ts`]
(https://github.com/primefaces/primereact/blob/master/src/components/menuitem/MenuItem.d.ts)
For example, if I use the [Template example from the site](https://www.primefaces.org/primereact/showcase/#/menumodel), it gives the error (in VSCode, for instance):
```
Type '{ label: string; template: (item: any, options: any) => Element; }' is not assignable to type 'MenuItem'.
Object literal may only specify known properties, and 'template' does not exist in type 'MenuItem'.
```
* **PrimeReact version:**
6.0.1
* **Language:**
Typescript | 1.0 | MenuItem interface missing template property - ```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
**Current behavior**
There is no `template` property in [`MenuItem.d.ts`]
(https://github.com/primefaces/primereact/blob/master/src/components/menuitem/MenuItem.d.ts)
For example, if I use the [Template example from the site](https://www.primefaces.org/primereact/showcase/#/menumodel), it gives the error (in VSCode, for instance):
```
Type '{ label: string; template: (item: any, options: any) => Element; }' is not assignable to type 'MenuItem'.
Object literal may only specify known properties, and 'template' does not exist in type 'MenuItem'.
```
* **PrimeReact version:**
6.0.1
* **Language:**
Typescript | defect | menuitem interface missing template property bug report feature request support request please do not submit support request here instead see current behavior there is no template property in for example if i use the it gives the error in vscode for instance type label string template item any options any element is not assignable to type menuitem object literal may only specify known properties and template does not exist in type menuitem primereact version language typescript | 1 |
331,679 | 10,075,916,450 | IssuesEvent | 2019-07-24 15:10:19 | AnSyn/ansyn | https://api.github.com/repos/AnSyn/ansyn | closed | (enh) Save/Load algorithm's task data's | Enhancement Priority: High Task | from #1367
- [x] Save each execution data to storage service
- [x] Get all execution data's from storage service
- [x] Display All executions on a table | 1.0 | (enh) Save/Load algorithm's task data's - from #1367
- [x] Save each execution data to storage service
- [x] Get all execution data's from storage service
- [x] Display All executions on a table | non_defect | enh save load algorithm s task data s from save each execution data to storage service get all execution data s from storage service display all executions on a table | 0 |
20,639 | 10,862,306,630 | IssuesEvent | 2019-11-14 13:02:40 | SAP/cloud-commerce-spartacus-storefront | https://api.github.com/repos/SAP/cloud-commerce-spartacus-storefront | opened | Optimize loading of product reviews | performance | The product reviews are currently loading based on the latest product given by the `currentProductService`. This service emits new products, and with the new differential product loading, the service emits a couple of values. Since the ngrx setup for product reviews isn't optimised to load once, there are a number of calls being made to the backend.
With this ticket we create a quick fix, in the component. Loading reviews once will be done in a separate ticket. | True | Optimize loading of product reviews - The product reviews are currently loading based on the latest product given by the `currentProductService`. This service emits new products, and with the new differential product loading, the service emits a couple of values. Since the ngrx setup for product reviews isn't optimised to load once, there are a number of calls being made to the backend.
With this ticket we create a quick fix, in the component. Loading reviews once will be done in a separate ticket. | non_defect | optimize loading of product reviews the product reviews are currently loading based on the latest product given by the currentproductservice this service emits new products and with the new differential product loading the service emits a couple of values since the ngrx setup for product reviews isn t optimised to load once there are a number of calls being made to the backend with this ticket we create a quick fix in the component loading reviews once will be done in a separate ticket | 0 |
448,971 | 31,820,257,726 | IssuesEvent | 2023-09-14 01:20:28 | linkml/linkml | https://api.github.com/repos/linkml/linkml | closed | Reconsider the use of ORCID: in LinkML Tutorial | bug documentation backlog | tldr;
1) We shouldn't use ORCID in the id field in the examples until we are equipped to deal with its nuances and
2) We should consider fixing multiple issues described below.
The [LinkML tutorial](https://linkml.io/linkml/intro/tutorial01.html) uses a curie-like identifier in the data:
`id: ORCID:1234`
This raises a couple of issues:
1) (The easy one) "1234" is not a valid ORCID.
2) There is a strong implication that we should be treating this is a curie.
When I _try_ to define `id` as a `uriorcurie`, I encounter a whole pile of issues, all of which definitely need addressing, including:
1) I tried to do what seemed obvious, which was:
```
id: https://w3id.org/linkml/examples/personinfo
name: personinfo
prefixes:
linkml: https://w3id.org/linkml/
ORCID: https://orcid.org/
imports:
- linkml:types
default_range: string
classes:
Person:
attributes:
id:
type: uriorcurie
full_name:
aliases:
phone:
age:
```
This didn't work because `type`, while seemingly intuitive, isn't how one defines the "type" of an attribute.
2)
```
id: https://w3id.org/linkml/examples/personinfo
name: personinfo
prefixes:
linkml: https://w3id.org/linkml/
ORCID: https://orcid.org/
imports:
- linkml:types
default_range: string
classes:
Person:
attributes:
id:
range: uriorcurie
full_name:
aliases:
phone:
age:
```
This fails with a horrible error that only a LinkML insider could know and love. The output requires the `xsd:` namespace and, despite the fact that it is OUR CODE that inserted it, we still require the user to add it to the model. Ick!
3)
```id: https://w3id.org/linkml/examples/personinfo
name: personinfo
prefixes:
linkml: https://w3id.org/linkml/
ORCID: https://orcid.org/
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
default_range: string
classes:
Person:
attributes:
id:
range: uriorcurie
full_name:
aliases:
phone:
age:
```
Finally, we have a schema that works but yields
```
> linkml-convert -s personinfo.yaml data.yaml -t rdf
@prefix ns1: <https://w3id.org/linkml/examples/personinfo/:> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a ns1:Person ;
ns1:age "32" ;
ns1:full_name "Clark Kent" ;
ns1:id "ORCID:0000-0002-0860-8606"^^xsd:anyURI ;
ns1:phone "555-555-5555" .
```
Where the ORCID curie is neither recognized nor processed.
| 1.0 | Reconsider the use of ORCID: in LinkML Tutorial - tldr;
1) We shouldn't use ORCID in the id field in the examples until we are equipped to deal with its nuances and
2) We should consider fixing multiple issues described below.
The [LinkML tutorial](https://linkml.io/linkml/intro/tutorial01.html) uses a curie-like identifier in the data:
`id: ORCID:1234`
This raises a couple of issues:
1) (The easy one) "1234" is not a valid ORCID.
2) There is a strong implication that we should be treating this is a curie.
When I _try_ to define `id` as a `uriorcurie`, I encounter a whole pile of issues, all of which definitely need addressing, including:
1) I tried to do what seemed obvious, which was:
```
id: https://w3id.org/linkml/examples/personinfo
name: personinfo
prefixes:
linkml: https://w3id.org/linkml/
ORCID: https://orcid.org/
imports:
- linkml:types
default_range: string
classes:
Person:
attributes:
id:
type: uriorcurie
full_name:
aliases:
phone:
age:
```
This didn't work because `type`, while seemingly intuitive, isn't how one defines the "type" of an attribute.
2)
```
id: https://w3id.org/linkml/examples/personinfo
name: personinfo
prefixes:
linkml: https://w3id.org/linkml/
ORCID: https://orcid.org/
imports:
- linkml:types
default_range: string
classes:
Person:
attributes:
id:
range: uriorcurie
full_name:
aliases:
phone:
age:
```
This fails with a horrible error that only a LinkML insider could know and love. The output requires the `xsd:` namespace and, despite the fact that it is OUR CODE that inserted it, we still require the user to add it to the model. Ick!
3)
```id: https://w3id.org/linkml/examples/personinfo
name: personinfo
prefixes:
linkml: https://w3id.org/linkml/
ORCID: https://orcid.org/
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
default_range: string
classes:
Person:
attributes:
id:
range: uriorcurie
full_name:
aliases:
phone:
age:
```
Finally, we have a schema that works but yields
```
> linkml-convert -s personinfo.yaml data.yaml -t rdf
@prefix ns1: <https://w3id.org/linkml/examples/personinfo/:> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] a ns1:Person ;
ns1:age "32" ;
ns1:full_name "Clark Kent" ;
ns1:id "ORCID:0000-0002-0860-8606"^^xsd:anyURI ;
ns1:phone "555-555-5555" .
```
Where the ORCID curie is neither recognized nor processed.
| non_defect | reconsider the use of orcid in linkml tutorial tldr we shouldn t use orcid in the id field in the examples until we are equipped to deal with its nuances and we should consider fixing multiple issues described below the uses a curie like identifier in the data id orcid this raises a couple of issues the easy one is not a valid orcid there is a strong implication that we should be treating this is a curie when i try to define id as a uriorcurie i encounter a whole pile of issues all of which definitely need addressing including i tried to do what seemed obvious which was id name personinfo prefixes linkml orcid imports linkml types default range string classes person attributes id type uriorcurie full name aliases phone age this didn t work because type while seemingly intuitive isn t how one defines the type of an attribute id name personinfo prefixes linkml orcid imports linkml types default range string classes person attributes id range uriorcurie full name aliases phone age this fails with a horrible error that only a linkml insider could know and love the output requires the xsd namespace and despite the fact that it is our code that inserted it we still require the user to add it to the model ick id name personinfo prefixes linkml orcid xsd imports linkml types default range string classes person attributes id range uriorcurie full name aliases phone age finally we have a schema that works but yields linkml convert s personinfo yaml data yaml t rdf prefix prefix xsd a person age full name clark kent id orcid xsd anyuri phone where the orcid curie is neither recognized nor processed | 0 |
44,371 | 12,122,754,875 | IssuesEvent | 2020-04-22 11:32:44 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | ClientConsoleTest leaks MBeans | Team: Client Type: Defect | This pr failed with MBean leak https://github.com/hazelcast/hazelcast/pull/16698
After investigating we have found that it is caused by `ClientConsoleTest`
ClientJmxMetricsTest is the one catching the failure. The failure can be reproduced by running them together. | 1.0 | ClientConsoleTest leaks MBeans - This pr failed with MBean leak https://github.com/hazelcast/hazelcast/pull/16698
After investigating we have found that it is caused by `ClientConsoleTest`
ClientJmxMetricsTest is the one catching the failure. The failure can be reproduced by running them together. | defect | clientconsoletest leaks mbeans this pr failed with mbean leak after investigating we have found that it is caused by clientconsoletest clientjmxmetricstest is the one catching the failure the failure can be reproduced by running them together | 1 |
16,211 | 2,878,445,489 | IssuesEvent | 2015-06-10 01:01:41 | googlei18n/noto-fonts | https://api.github.com/repos/googlei18n/noto-fonts | closed | change the map! | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
This is not about the font.
First page of noto font, there is map of the world.
In the map, East Sea of South Korea is written as Sea of Japan.
This is wrong marking.
I really want to change to East Sea of Korea.
I like google.
```
Original issue reported on code.google.com by `PJO...@gmail.com` on 14 Apr 2015 at 2:55 | 1.0 | change the map! - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
This is not about the font.
First page of noto font, there is map of the world.
In the map, East Sea of South Korea is written as Sea of Japan.
This is wrong marking.
I really want to change to East Sea of Korea.
I like google.
```
Original issue reported on code.google.com by `PJO...@gmail.com` on 14 Apr 2015 at 2:55 | defect | change the map what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below this is not about the font first page of noto font there is map of the world in the map east sea of south korea is written as sea of japan this is wrong marking i really want to change to east sea of korea i like google original issue reported on code google com by pjo gmail com on apr at | 1 |
57,373 | 15,733,756,596 | IssuesEvent | 2021-03-29 19:59:19 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | 508-defect-1 Launchblocker [SCREENREADER]: Radio options must have a legend on Step 5 of 6 | 508-defect-1 508/Accessibility | # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** _Josh_
## Details
Radio options must have a `legend` so screen reader users can understand what the options are referring to.
## Acceptance Criteria
- [ ] The `legend` is not empty and is descriptive of the radio options
## Steps to Recreate
Inspect the `legend` on Step 5 of 6 and confirm it's blank
## Proposed Solution
Either add in an additional string "Select your medical center" to the empty `legend`, or reorganize the page so the earlier description contains the `legend`.
## Screenshots or Trace Logs
<img width="1452" alt="Screen Shot 2021-03-29 at 3 38 25 PM" src="https://user-images.githubusercontent.com/14154792/112892693-a6f5d900-90a7-11eb-92cf-a99e461e829d.png">
| 1.0 | 508-defect-1 Launchblocker [SCREENREADER]: Radio options must have a legend on Step 5 of 6 - # [508-defect-1 :exclamation: Launchblocker](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-1)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
## Feedback framework
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Definition of done
1. Review and acknowledge feedback.
1. Fix and/or document decisions made.
1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix.
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. -->
**VFS Point of Contact:** _Josh_
## Details
Radio options must have a `legend` so screen reader users can understand what the options are referring to.
## Acceptance Criteria
- [ ] The `legend` is not empty and is descriptive of the radio options
## Steps to Recreate
Inspect the `legend` on Step 5 of 6 and confirm it's blank
## Proposed Solution
Either add in an additional string "Select your medical center" to the empty `legend`, or reorganize the page so the earlier description contains the `legend`.
## Screenshots or Trace Logs
<img width="1452" alt="Screen Shot 2021-03-29 at 3 38 25 PM" src="https://user-images.githubusercontent.com/14154792/112892693-a6f5d900-90a7-11eb-92cf-a99e461e829d.png">
| defect | defect launchblocker radio options must have a legend on step of enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh details radio options must have a legend so screen reader users can understand what the options are referring to acceptance criteria the legend is not empty and is descriptive of the radio options steps to recreate inspect the legend on step of and confirm it s blank proposed solution either add in an additional string select your medical center to the empty legend or reorganize the page so the earlier description contains the legend screenshots or trace logs img width alt screen shot at pm src | 1 |
256,491 | 27,561,680,146 | IssuesEvent | 2023-03-07 22:39:40 | samqws-marketing/electronicarts_ava-capture | https://api.github.com/repos/samqws-marketing/electronicarts_ava-capture | closed | CVE-2018-14040 (Medium) detected in bootstrap-3.3.7.min.js - autoclosed | Mend: dependency security vulnerability | ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.7.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js</a></p>
<p>Path to vulnerable library: /website-backend/ava/static/rest_framework/js/bootstrap.min.js</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-3.3.7.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/electronicarts_ava-capture/commit/a04e5f9a7ee817317d0d58ce800eefc6bf4bd150">a04e5f9a7ee817317d0d58ce800eefc6bf4bd150</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14040>CVE-2018-14040</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0</p>
</p>
</details>
<p></p>
| True | CVE-2018-14040 (Medium) detected in bootstrap-3.3.7.min.js - autoclosed - ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.7.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js">https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js</a></p>
<p>Path to vulnerable library: /website-backend/ava/static/rest_framework/js/bootstrap.min.js</p>
<p>
Dependency Hierarchy:
- :x: **bootstrap-3.3.7.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samqws-marketing/electronicarts_ava-capture/commit/a04e5f9a7ee817317d0d58ce800eefc6bf4bd150">a04e5f9a7ee817317d0d58ce800eefc6bf4bd150</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.
<p>Publish Date: 2018-07-13
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14040>CVE-2018-14040</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2018-07-13</p>
<p>Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0</p>
</p>
</details>
<p></p>
| non_defect | cve medium detected in bootstrap min js autoclosed cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library website backend ava static rest framework js bootstrap min js dependency hierarchy x bootstrap min js vulnerable library found in head commit a href found in base branch master vulnerability details in bootstrap before xss is possible in the collapse data parent attribute publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version release date fix resolution org webjars npm bootstrap org webjars bootstrap | 0 |
519,092 | 15,043,918,512 | IssuesEvent | 2021-02-03 01:47:24 | googleapis/google-cloud-php | https://api.github.com/repos/googleapis/google-cloud-php | closed | Synthesis failed for asset | api: cloudasset autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate asset. :broken_heart:
Here's the output from running `synth.py`:
```
03:20:53,500 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/Asset/0/sponge_log.log
2021-02-02 03:20:53,502 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2021-02-02 03:20:53,731 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-cloud-php/Asset/synth.py.
On branch autosynth-asset-0
nothing to commit, working tree clean
2021-02-02 03:20:53,905 synthtool [DEBUG] > Ensuring dependencies.
DEBUG:synthtool:Ensuring dependencies.
2021-02-02 03:20:53,915 synthtool [DEBUG] > Cloning googleapis.
DEBUG:synthtool:Cloning googleapis.
2021-02-02 03:20:54,320 synthtool [DEBUG] > Which version of bazel will I run?
DEBUG:synthtool:Which version of bazel will I run?
bazel 3.0.0
2021-02-02 03:20:54,323 synthtool [DEBUG] > Generating code for: //google/cloud/asset/v1:google-cloud-asset-v1-php.
DEBUG:synthtool:Generating code for: //google/cloud/asset/v1:google-cloud-asset-v1-php.
2021-02-02 03:21:15,251 synthtool [SUCCESS] > Generated code into /tmpfs/tmp/tmpin7ast49.
SUCCESS:synthtool:Generated code into /tmpfs/tmp/tmpin7ast49.
2021-02-02 03:21:15,270 synthtool [DEBUG] > Which version of bazel will I run?
DEBUG:synthtool:Which version of bazel will I run?
bazel 3.0.0
2021-02-02 03:21:15,274 synthtool [DEBUG] > Generating code for: //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php.
DEBUG:synthtool:Generating code for: //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php.
2021-02-02 03:21:15,406 synthtool [ERROR] > Failed executing bazel --max_idle_secs=240 build //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php:
Loading:
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_codegen' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "47e2d7649bfcef198515f1412853cd1ff784fa65e9543ef80a81ab601e4600c6"
DEBUG: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1
DEBUG: Rule 'gapic_generator_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "7aa291c64badb9b79cb3b7ae406074e62824bef61f9a8595988301248145d4c2"
DEBUG: Call stack for the definition of repository 'gapic_generator_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:237:1
DEBUG: /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/rules_python/python/pip.bzl:61:5: DEPRECATED: the pip_repositories rule has been replaced with pip_install, please see rules_python 0.1 release notes
ERROR: Skipping '//google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php': no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
WARNING: Target pattern parsing failed.
ERROR: no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
INFO: Elapsed time: 0.122s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
ERROR:synthtool:Failed executing bazel --max_idle_secs=240 build //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php:
Loading:
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_codegen' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "47e2d7649bfcef198515f1412853cd1ff784fa65e9543ef80a81ab601e4600c6"
DEBUG: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1
DEBUG: Rule 'gapic_generator_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "7aa291c64badb9b79cb3b7ae406074e62824bef61f9a8595988301248145d4c2"
DEBUG: Call stack for the definition of repository 'gapic_generator_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:237:1
DEBUG: /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/rules_python/python/pip.bzl:61:5: DEPRECATED: the pip_repositories rule has been replaced with pip_install, please see rules_python 0.1 release notes
ERROR: Skipping '//google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php': no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
WARNING: Target pattern parsing failed.
ERROR: no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
INFO: Elapsed time: 0.122s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/kbuilder/.cache/synthtool/google-cloud-php/Asset/synth.py", line 31, in <module>
bazel_target=f'//google/cloud/asset/{lower_version}:google-cloud-asset-{lower_version}-php',
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 64, in php_library
return self._generate_code(service, version, "php", **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 197, in _generate_code
shell.run(bazel_run_args)
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php']' returned non-zero exit status 1.
2021-02-02 03:21:15,466 autosynth [ERROR] > Synthesis failed
2021-02-02 03:21:15,466 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at ff1692c1 feat: add option for returning Spanner commit stats / update with latest version of protobuf (#3740)
2021-02-02 03:21:15,511 autosynth [DEBUG] > Running: git checkout autosynth-asset
Switched to branch 'autosynth-asset'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, in synthesize_loop
has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
File "/tmpfs/src/github/synthtool/autosynth/synth_toolbox.py", line 259, in synthesize_version_in_new_branch
synthesizer.synthesize(synth_log_path, self.environ)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](http://sponge2/results/invocations/ff266db2-76e6-4d29-950b-9cb7c88c6075/targets/github%2Fsynthtool;config=default/tests;query=google-cloud-php;failed=false).
| 1.0 | Synthesis failed for asset - Hello! Autosynth couldn't regenerate asset. :broken_heart:
Here's the output from running `synth.py`:
```
03:20:53,500 autosynth [DEBUG] > log_file_path: /tmpfs/src/logs/Asset/0/sponge_log.log
2021-02-02 03:20:53,502 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py --
2021-02-02 03:20:53,731 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-cloud-php/Asset/synth.py.
On branch autosynth-asset-0
nothing to commit, working tree clean
2021-02-02 03:20:53,905 synthtool [DEBUG] > Ensuring dependencies.
DEBUG:synthtool:Ensuring dependencies.
2021-02-02 03:20:53,915 synthtool [DEBUG] > Cloning googleapis.
DEBUG:synthtool:Cloning googleapis.
2021-02-02 03:20:54,320 synthtool [DEBUG] > Which version of bazel will I run?
DEBUG:synthtool:Which version of bazel will I run?
bazel 3.0.0
2021-02-02 03:20:54,323 synthtool [DEBUG] > Generating code for: //google/cloud/asset/v1:google-cloud-asset-v1-php.
DEBUG:synthtool:Generating code for: //google/cloud/asset/v1:google-cloud-asset-v1-php.
2021-02-02 03:21:15,251 synthtool [SUCCESS] > Generated code into /tmpfs/tmp/tmpin7ast49.
SUCCESS:synthtool:Generated code into /tmpfs/tmp/tmpin7ast49.
2021-02-02 03:21:15,270 synthtool [DEBUG] > Which version of bazel will I run?
DEBUG:synthtool:Which version of bazel will I run?
bazel 3.0.0
2021-02-02 03:21:15,274 synthtool [DEBUG] > Generating code for: //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php.
DEBUG:synthtool:Generating code for: //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php.
2021-02-02 03:21:15,406 synthtool [ERROR] > Failed executing bazel --max_idle_secs=240 build //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php:
Loading:
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_codegen' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "47e2d7649bfcef198515f1412853cd1ff784fa65e9543ef80a81ab601e4600c6"
DEBUG: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1
DEBUG: Rule 'gapic_generator_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "7aa291c64badb9b79cb3b7ae406074e62824bef61f9a8595988301248145d4c2"
DEBUG: Call stack for the definition of repository 'gapic_generator_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:237:1
DEBUG: /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/rules_python/python/pip.bzl:61:5: DEPRECATED: the pip_repositories rule has been replaced with pip_install, please see rules_python 0.1 release notes
ERROR: Skipping '//google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php': no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
WARNING: Target pattern parsing failed.
ERROR: no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
INFO: Elapsed time: 0.122s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
ERROR:synthtool:Failed executing bazel --max_idle_secs=240 build //google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php:
Loading:
Loading: 0 packages loaded
DEBUG: Rule 'com_google_api_codegen' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "47e2d7649bfcef198515f1412853cd1ff784fa65e9543ef80a81ab601e4600c6"
DEBUG: Call stack for the definition of repository 'com_google_api_codegen' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:77:1
DEBUG: Rule 'gapic_generator_python' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "7aa291c64badb9b79cb3b7ae406074e62824bef61f9a8595988301248145d4c2"
DEBUG: Call stack for the definition of repository 'gapic_generator_python' which is a http_archive (rule definition at /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/bazel_tools/tools/build_defs/repo/http.bzl:296:16):
- <builtin>
- /home/kbuilder/.cache/synthtool/googleapis/WORKSPACE:237:1
DEBUG: /home/kbuilder/.cache/bazel/_bazel_kbuilder/a732f932c2cbeb7e37e1543f189a2a73/external/rules_python/python/pip.bzl:61:5: DEPRECATED: the pip_repositories rule has been replaced with pip_install, please see rules_python 0.1 release notes
ERROR: Skipping '//google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php': no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
WARNING: Target pattern parsing failed.
ERROR: no such package 'google/cloud/asset/v1beta1': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/kbuilder/.cache/synthtool/googleapis/google/cloud/asset/v1beta1
INFO: Elapsed time: 0.122s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 102, in <module>
main()
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/__main__.py", line 94, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/kbuilder/.cache/synthtool/google-cloud-php/Asset/synth.py", line 31, in <module>
bazel_target=f'//google/cloud/asset/{lower_version}:google-cloud-asset-{lower_version}-php',
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 64, in php_library
return self._generate_code(service, version, "php", **kwargs)
File "/tmpfs/src/github/synthtool/synthtool/gcp/gapic_bazel.py", line 197, in _generate_code
shell.run(bazel_run_args)
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 39, in run
raise exc
File "/tmpfs/src/github/synthtool/synthtool/shell.py", line 33, in run
encoding="utf-8",
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['bazel', '--max_idle_secs=240', 'build', '//google/cloud/asset/v1beta1:google-cloud-asset-v1beta1-php']' returned non-zero exit status 1.
2021-02-02 03:21:15,466 autosynth [ERROR] > Synthesis failed
2021-02-02 03:21:15,466 autosynth [DEBUG] > Running: git reset --hard HEAD
HEAD is now at ff1692c1 feat: add option for returning Spanner commit stats / update with latest version of protobuf (#3740)
2021-02-02 03:21:15,511 autosynth [DEBUG] > Running: git checkout autosynth-asset
Switched to branch 'autosynth-asset'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 354, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 189, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 334, in _inner_main
commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 65, in synthesize_loop
has_changes = toolbox.synthesize_version_in_new_branch(synthesizer, youngest)
File "/tmpfs/src/github/synthtool/autosynth/synth_toolbox.py", line 259, in synthesize_version_in_new_branch
synthesizer.synthesize(synth_log_path, self.environ)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 120, in synthesize
synth_proc.check_returncode() # Raise an exception.
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/subprocess.py", line 389, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1.
```
Google internal developers can see the full log [here](http://sponge2/results/invocations/ff266db2-76e6-4d29-950b-9cb7c88c6075/targets/github%2Fsynthtool;config=default/tests;query=google-cloud-php;failed=false).
| non_defect | synthesis failed for asset hello autosynth couldn t regenerate asset broken heart here s the output from running synth py autosynth log file path tmpfs src logs asset sponge log log autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py synthtool executing home kbuilder cache synthtool google cloud php asset synth py on branch autosynth asset nothing to commit working tree clean synthtool ensuring dependencies debug synthtool ensuring dependencies synthtool cloning googleapis debug synthtool cloning googleapis synthtool which version of bazel will i run debug synthtool which version of bazel will i run bazel synthtool generating code for google cloud asset google cloud asset php debug synthtool generating code for google cloud asset google cloud asset php synthtool generated code into tmpfs tmp success synthtool generated code into tmpfs tmp synthtool which version of bazel will i run debug synthtool which version of bazel will i run bazel synthtool generating code for google cloud asset google cloud asset php debug synthtool generating code for google cloud asset google cloud asset php synthtool failed executing bazel max idle secs build google cloud asset google cloud asset php loading loading packages loaded debug rule com google api codegen indicated that a canonical reproducible form can be obtained by modifying arguments debug call stack for the definition of repository com google api codegen which is a http archive rule definition at home kbuilder cache bazel bazel kbuilder external bazel tools tools build defs repo http bzl home kbuilder cache synthtool googleapis workspace debug rule gapic generator python indicated that a canonical reproducible form can be obtained by modifying arguments debug call stack for the definition of repository gapic generator python which is a http archive rule definition at home kbuilder cache bazel bazel kbuilder external bazel tools tools build defs repo http bzl home kbuilder cache synthtool googleapis workspace debug home kbuilder cache bazel bazel kbuilder external rules python python pip bzl deprecated the pip repositories rule has been replaced with pip install please see rules python release notes error skipping google cloud asset google cloud asset php no such package google cloud asset build file not found in any of the following directories add a build file to a directory to mark it as a package home kbuilder cache synthtool googleapis google cloud asset warning target pattern parsing failed error no such package google cloud asset build file not found in any of the following directories add a build file to a directory to mark it as a package home kbuilder cache synthtool googleapis google cloud asset info elapsed time info processes failed build did not complete successfully packages loaded failed build did not complete successfully packages loaded error synthtool failed executing bazel max idle secs build google cloud asset google cloud asset php loading loading packages loaded debug rule com google api codegen indicated that a canonical reproducible form can be obtained by modifying arguments debug call stack for the definition of repository com google api codegen which is a http archive rule definition at home kbuilder cache bazel bazel kbuilder external bazel tools tools build defs repo http bzl home kbuilder cache synthtool googleapis workspace debug rule gapic generator python indicated that a canonical reproducible form can be obtained by modifying arguments debug call stack for the definition of repository gapic generator python which is a http archive rule definition at home kbuilder cache bazel bazel kbuilder external bazel tools tools build defs repo http bzl home kbuilder cache synthtool googleapis workspace debug home kbuilder cache bazel bazel kbuilder external rules python python pip bzl deprecated the pip repositories rule has been replaced with pip install please see rules python release notes error skipping google cloud asset google cloud asset php no such package google cloud asset build file not found in any of the following directories add a build file to a directory to mark it as a package home kbuilder cache synthtool googleapis google cloud asset warning target pattern parsing failed error no such package google cloud asset build file not found in any of the following directories add a build file to a directory to mark it as a package home kbuilder cache synthtool googleapis google cloud asset info elapsed time info processes failed build did not complete successfully packages loaded failed build did not complete successfully packages loaded traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool synthtool main py line in main file tmpfs src github synthtool env lib site packages click core py line in call return self main args kwargs file tmpfs src github synthtool env lib site packages click core py line in main rv self invoke ctx file tmpfs src github synthtool env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src github synthtool env lib site packages click core py line in invoke return callback args kwargs file tmpfs src github synthtool synthtool main py line in main spec loader exec module synth module type ignore file line in exec module file line in call with frames removed file home kbuilder cache synthtool google cloud php asset synth py line in bazel target f google cloud asset lower version google cloud asset lower version php file tmpfs src github synthtool synthtool gcp gapic bazel py line in php library return self generate code service version php kwargs file tmpfs src github synthtool synthtool gcp gapic bazel py line in generate code shell run bazel run args file tmpfs src github synthtool synthtool shell py line in run raise exc file tmpfs src github synthtool synthtool shell py line in run encoding utf file home kbuilder pyenv versions lib subprocess py line in run output stdout stderr stderr subprocess calledprocesserror command returned non zero exit status autosynth synthesis failed autosynth running git reset hard head head is now at feat add option for returning spanner commit stats update with latest version of protobuf autosynth running git checkout autosynth asset switched to branch autosynth asset traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main commit count synthesize loop x multiple prs change pusher synthesizer file tmpfs src github synthtool autosynth synth py line in synthesize loop has changes toolbox synthesize version in new branch synthesizer youngest file tmpfs src github synthtool autosynth synth toolbox py line in synthesize version in new branch synthesizer synthesize synth log path self environ file tmpfs src github synthtool autosynth synthesizer py line in synthesize synth proc check returncode raise an exception file home kbuilder pyenv versions lib subprocess py line in check returncode self stderr subprocess calledprocesserror command returned non zero exit status google internal developers can see the full log | 0 |
551,755 | 16,188,421,284 | IssuesEvent | 2021-05-04 03:02:09 | rstudio/gt | https://api.github.com/repos/rstudio/gt | closed | Modify the internal addition of a stub column to place the new column at the end | Difficulty: [2] Intermediate Effort: [2] Medium Priority: ♨︎ Critical Type: ☹︎ Bug | When a stub column is generated in the rare circumstance that one is needed for `summary_rows()` et al., it is currently placed at the top/left. This throws off the indices should a user be relying of them for targeting (also, the user is not informed of this change). Instead, place the new column (representing the stub) at the end (bottom/right). | 1.0 | Modify the internal addition of a stub column to place the new column at the end - When a stub column is generated in the rare circumstance that one is needed for `summary_rows()` et al., it is currently placed at the top/left. This throws off the indices should a user be relying of them for targeting (also, the user is not informed of this change). Instead, place the new column (representing the stub) at the end (bottom/right). | non_defect | modify the internal addition of a stub column to place the new column at the end when a stub column is generated in the rare circumstance that one is needed for summary rows et al it is currently placed at the top left this throws off the indices should a user be relying of them for targeting also the user is not informed of this change instead place the new column representing the stub at the end bottom right | 0 |
20,764 | 16,022,788,503 | IssuesEvent | 2021-04-21 03:50:58 | imchillin/Anamnesis | https://api.github.com/repos/imchillin/Anamnesis | closed | Check for correct working directory on launch. | Bug Usability | for some users, when launching Anamnesis, the current working directory of the application is blank or set to C:/, causing the version updater and localization services to fail as they cant find their required files.
Add a check that the working directory is the anamnesis folder, and is possible correct it when it is not. | True | Check for correct working directory on launch. - for some users, when launching Anamnesis, the current working directory of the application is blank or set to C:/, causing the version updater and localization services to fail as they cant find their required files.
Add a check that the working directory is the anamnesis folder, and is possible correct it when it is not. | non_defect | check for correct working directory on launch for some users when launching anamnesis the current working directory of the application is blank or set to c causing the version updater and localization services to fail as they cant find their required files add a check that the working directory is the anamnesis folder and is possible correct it when it is not | 0 |
47,036 | 13,056,022,018 | IssuesEvent | 2020-07-30 03:25:05 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | Update weighting project to regenerate MCTree in new simulation (Trac #2339) | Incomplete Migration Migrated from Trac combo simulation defect | Migrated from https://code.icecube.wisc.edu/ticket/2339
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:31",
"description": "Hello,\n\nas there does not seem to be a ticket for this:\nThe current weighting project does not work with our current 2016 simulation due to the fac that the MCTree gets deleted to save space. Hence no primary can be found hence no weighting. \n\nCheers,\nFrederik",
"reporter": "flauber",
"cc": "",
"resolution": "fixed",
"_ts": "1568793091120452",
"component": "combo simulation",
"summary": "Update weighting project to regenerate MCTree in new simulation",
"priority": "major",
"keywords": "simulation",
"time": "2019-07-31T14:03:35",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| 1.0 | Update weighting project to regenerate MCTree in new simulation (Trac #2339) - Migrated from https://code.icecube.wisc.edu/ticket/2339
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:31",
"description": "Hello,\n\nas there does not seem to be a ticket for this:\nThe current weighting project does not work with our current 2016 simulation due to the fac that the MCTree gets deleted to save space. Hence no primary can be found hence no weighting. \n\nCheers,\nFrederik",
"reporter": "flauber",
"cc": "",
"resolution": "fixed",
"_ts": "1568793091120452",
"component": "combo simulation",
"summary": "Update weighting project to regenerate MCTree in new simulation",
"priority": "major",
"keywords": "simulation",
"time": "2019-07-31T14:03:35",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| defect | update weighting project to regenerate mctree in new simulation trac migrated from json status closed changetime description hello n nas there does not seem to be a ticket for this nthe current weighting project does not work with our current simulation due to the fac that the mctree gets deleted to save space hence no primary can be found hence no weighting n ncheers nfrederik reporter flauber cc resolution fixed ts component combo simulation summary update weighting project to regenerate mctree in new simulation priority major keywords simulation time milestone owner type defect | 1 |
139,069 | 20,767,060,221 | IssuesEvent | 2022-03-15 21:52:48 | HathorNetwork/hathor-wallet-headless | https://api.github.com/repos/HathorNetwork/hathor-wallet-headless | opened | [Design] Build a Wallet Headless SDK | design | Since #149 there is a [good amount of code](https://github.com/HathorNetwork/hathor-wallet-headless/blob/dev/__tests__/integration/utils/test-utils-integration.js) dedicated to facilitate the interaction with the wallet headless specifically for integration tests. This code could be adapted for use by external actors, lowering the learning curve to use the wallet.
Further discussions on this topic may be developed on this issue. | 1.0 | [Design] Build a Wallet Headless SDK - Since #149 there is a [good amount of code](https://github.com/HathorNetwork/hathor-wallet-headless/blob/dev/__tests__/integration/utils/test-utils-integration.js) dedicated to facilitate the interaction with the wallet headless specifically for integration tests. This code could be adapted for use by external actors, lowering the learning curve to use the wallet.
Further discussions on this topic may be developed on this issue. | non_defect | build a wallet headless sdk since there is a dedicated to facilitate the interaction with the wallet headless specifically for integration tests this code could be adapted for use by external actors lowering the learning curve to use the wallet further discussions on this topic may be developed on this issue | 0 |
367,342 | 25,733,624,333 | IssuesEvent | 2022-12-07 22:26:34 | ortelius/ortelius | https://api.github.com/repos/ortelius/ortelius | closed | Blog 1 - Ortelius Contributor Content | documentation | We need to add content for the " Ortelius contributor content" blog category. Please create your blog in Google docs under the /blog directory. https://ortelius.io/category/ortelius-contributors/ | 1.0 | Blog 1 - Ortelius Contributor Content - We need to add content for the " Ortelius contributor content" blog category. Please create your blog in Google docs under the /blog directory. https://ortelius.io/category/ortelius-contributors/ | non_defect | blog ortelius contributor content we need to add content for the ortelius contributor content blog category please create your blog in google docs under the blog directory | 0 |
54,326 | 23,237,184,441 | IssuesEvent | 2022-08-03 12:50:08 | adi-H/top-picks | https://api.github.com/repos/adi-H/top-picks | opened | add authorization before changing brand data | enhancement auth-microservice brands-microservice to be continued | stemming from #29
add user authorization before adding / changing / deleting brands | 2.0 | add authorization before changing brand data - stemming from #29
add user authorization before adding / changing / deleting brands | non_defect | add authorization before changing brand data stemming from add user authorization before adding changing deleting brands | 0 |
23,957 | 7,434,919,621 | IssuesEvent | 2018-03-26 12:45:02 | Icinga/icinga2 | https://api.github.com/repos/Icinga/icinga2 | closed | Snapshot builds fail on livestatus tests | Tests build-fix | This issue only appears on the build server and seems only to hit Debian Jessie and Ununtu trusty.
I was not able to reproduce this locally on buster.
```
/usr/bin/ctest --force-new-ctest-process -j1
Test project /home/jenkins/workspace/icinga2-snapshot/deb-debian-jessie-1binary/arch/x86_64/icinga2/obj-x86_64-linux-gnu
[ . . . ]
Start 84: livestatus-livestatus/hosts
84/89 Test #84: livestatus-livestatus/hosts .............................................***Failed 0.01 sec
Test setup error: std::exception: 'apply' cannot be used with type 'Service'
Start 85: livestatus-livestatus/services
85/89 Test #85: livestatus-livestatus/services ..........................................***Failed 0.01 sec
Test setup error: std::exception: 'apply' cannot be used with type 'Service'
Start 86: icinga_checkable-icinga_checkable_flapping/host_not_flapping
86/89 Test #86: icinga_checkable-icinga_checkable_flapping/host_not_flapping ............ Passed 0.01 sec
Start 87: icinga_checkable-icinga_checkable_flapping/host_flapping
87/89 Test #87: icinga_checkable-icinga_checkable_flapping/host_flapping ................ Passed 0.01 sec
Start 88: icinga_checkable-icinga_checkable_flapping/host_flapping_recover
88/89 Test #88: icinga_checkable-icinga_checkable_flapping/host_flapping_recover ........ Passed 0.01 sec
Start 89: icinga_checkable-icinga_checkable_flapping/host_flapping_docs_example
89/89 Test #89: icinga_checkable-icinga_checkable_flapping/host_flapping_docs_example ... Passed 0.01 sec
98% tests passed, 2 tests failed out of 89
Total Test time (real) = 17.58 sec
The following tests FAILED:
84 - livestatus-livestatus/hosts (Failed)
85 - livestatus-livestatus/services (Failed)
```
See also [here](https://build.icinga.com/job/icinga2-snapshot/job/deb-ubuntu-trusty-1binary/arch=x86_64/136/console) and [here](https://build.icinga.com/job/icinga2-snapshot/job/deb-debian-jessie-1binary/arch=x86/137/console)
| 1.0 | Snapshot builds fail on livestatus tests - This issue only appears on the build server and seems only to hit Debian Jessie and Ununtu trusty.
I was not able to reproduce this locally on buster.
```
/usr/bin/ctest --force-new-ctest-process -j1
Test project /home/jenkins/workspace/icinga2-snapshot/deb-debian-jessie-1binary/arch/x86_64/icinga2/obj-x86_64-linux-gnu
[ . . . ]
Start 84: livestatus-livestatus/hosts
84/89 Test #84: livestatus-livestatus/hosts .............................................***Failed 0.01 sec
Test setup error: std::exception: 'apply' cannot be used with type 'Service'
Start 85: livestatus-livestatus/services
85/89 Test #85: livestatus-livestatus/services ..........................................***Failed 0.01 sec
Test setup error: std::exception: 'apply' cannot be used with type 'Service'
Start 86: icinga_checkable-icinga_checkable_flapping/host_not_flapping
86/89 Test #86: icinga_checkable-icinga_checkable_flapping/host_not_flapping ............ Passed 0.01 sec
Start 87: icinga_checkable-icinga_checkable_flapping/host_flapping
87/89 Test #87: icinga_checkable-icinga_checkable_flapping/host_flapping ................ Passed 0.01 sec
Start 88: icinga_checkable-icinga_checkable_flapping/host_flapping_recover
88/89 Test #88: icinga_checkable-icinga_checkable_flapping/host_flapping_recover ........ Passed 0.01 sec
Start 89: icinga_checkable-icinga_checkable_flapping/host_flapping_docs_example
89/89 Test #89: icinga_checkable-icinga_checkable_flapping/host_flapping_docs_example ... Passed 0.01 sec
98% tests passed, 2 tests failed out of 89
Total Test time (real) = 17.58 sec
The following tests FAILED:
84 - livestatus-livestatus/hosts (Failed)
85 - livestatus-livestatus/services (Failed)
```
See also [here](https://build.icinga.com/job/icinga2-snapshot/job/deb-ubuntu-trusty-1binary/arch=x86_64/136/console) and [here](https://build.icinga.com/job/icinga2-snapshot/job/deb-debian-jessie-1binary/arch=x86/137/console)
| non_defect | snapshot builds fail on livestatus tests this issue only appears on the build server and seems only to hit debian jessie and ununtu trusty i was not able to reproduce this locally on buster usr bin ctest force new ctest process test project home jenkins workspace snapshot deb debian jessie arch obj linux gnu start livestatus livestatus hosts test livestatus livestatus hosts failed sec test setup error std exception apply cannot be used with type service start livestatus livestatus services test livestatus livestatus services failed sec test setup error std exception apply cannot be used with type service start icinga checkable icinga checkable flapping host not flapping test icinga checkable icinga checkable flapping host not flapping passed sec start icinga checkable icinga checkable flapping host flapping test icinga checkable icinga checkable flapping host flapping passed sec start icinga checkable icinga checkable flapping host flapping recover test icinga checkable icinga checkable flapping host flapping recover passed sec start icinga checkable icinga checkable flapping host flapping docs example test icinga checkable icinga checkable flapping host flapping docs example passed sec tests passed tests failed out of total test time real sec the following tests failed livestatus livestatus hosts failed livestatus livestatus services failed see also and | 0 |
3,622 | 2,610,065,907 | IssuesEvent | 2015-02-26 18:19:23 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 临海慢性前列腺炎治疗费用 | auto-migrated Priority-Medium Type-Defect | ```
临海慢性前列腺炎治疗费用【台州五洲生殖医院】24小时健康
咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台
州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1
08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、
109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:26 | 1.0 | 临海慢性前列腺炎治疗费用 - ```
临海慢性前列腺炎治疗费用【台州五洲生殖医院】24小时健康
咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台
州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1
08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、
109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,成就专业典
范。人性化服务,一切以患者为中心。
看男科就选台州五洲生殖医院,专业男科为男人。
```
-----
Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:26 | defect | 临海慢性前列腺炎治疗费用 临海慢性前列腺炎治疗费用【台州五洲生殖医院】 咨询热线 微信号tzwzszyy 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at | 1 |
405,509 | 27,522,433,577 | IssuesEvent | 2023-03-06 15:50:42 | bachlab/PsPM | https://api.github.com/repos/bachlab/PsPM | closed | Help text misleading in pspm_glm | Documentation Improvement | ### Summary
For the feature "create GLM timing from markerinfo", the help text for the timing specification (model.timing) reads:
"a struct with fields 'markerinfos', 'markervalues, 'names'".
However, the field 'markerinfos' (needed for pspm_get_timing) is provided by pspm_glm, not by the user, to this should be removed. Also, this timing specification only works when model.timeunits is set to "markervalues".
| 1.0 | Help text misleading in pspm_glm - ### Summary
For the feature "create GLM timing from markerinfo", the help text for the timing specification (model.timing) reads:
"a struct with fields 'markerinfos', 'markervalues, 'names'".
However, the field 'markerinfos' (needed for pspm_get_timing) is provided by pspm_glm, not by the user, to this should be removed. Also, this timing specification only works when model.timeunits is set to "markervalues".
| non_defect | help text misleading in pspm glm summary for the feature create glm timing from markerinfo the help text for the timing specification model timing reads a struct with fields markerinfos markervalues names however the field markerinfos needed for pspm get timing is provided by pspm glm not by the user to this should be removed also this timing specification only works when model timeunits is set to markervalues | 0 |
350,109 | 31,854,119,655 | IssuesEvent | 2023-09-15 05:51:48 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | sql/tests: TestRandomSyntaxSelect failed | C-test-failure O-robot release-blocker T-sql-foundations branch-release-23.1 | sql/tests.TestRandomSyntaxSelect [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/11786710?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/11786710?buildTab=artifacts#/) on release-23.1 @ [3224fa603020b8226d4ecbe4d520a2651b6b97d5](https://github.com/cockroachdb/cockroach/commits/3224fa603020b8226d4ecbe4d520a2651b6b97d5):
Random syntax error:
```
rsg_test.go:891: Crash detected: server panic: pq: internal error: runtime error: invalid memory address or nil pointer dereference
```
Query:
```
SELECT [ FUNCTION 304 ] ( * ) WITHIN GROUP ( ORDER BY INDEX_AFTER_ORDER_BY_BEFORE_AT FAMILY @ TIMESTAMP DESC ) , * FROM ident ;
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/sql-foundations
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRandomSyntaxSelect.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 1.0 | sql/tests: TestRandomSyntaxSelect failed - sql/tests.TestRandomSyntaxSelect [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/11786710?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/11786710?buildTab=artifacts#/) on release-23.1 @ [3224fa603020b8226d4ecbe4d520a2651b6b97d5](https://github.com/cockroachdb/cockroach/commits/3224fa603020b8226d4ecbe4d520a2651b6b97d5):
Random syntax error:
```
rsg_test.go:891: Crash detected: server panic: pq: internal error: runtime error: invalid memory address or nil pointer dereference
```
Query:
```
SELECT [ FUNCTION 304 ] ( * ) WITHIN GROUP ( ORDER BY INDEX_AFTER_ORDER_BY_BEFORE_AT FAMILY @ TIMESTAMP DESC ) , * FROM ident ;
```
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/sql-foundations
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRandomSyntaxSelect.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| non_defect | sql tests testrandomsyntaxselect failed sql tests testrandomsyntaxselect with on release random syntax error rsg test go crash detected server panic pq internal error runtime error invalid memory address or nil pointer dereference query select within group order by index after order by before at family timestamp desc from ident help see also cc cockroachdb sql foundations | 0 |
72,366 | 24,079,057,160 | IssuesEvent | 2022-09-19 03:30:38 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | opened | tab-autocomplete causes auto-complete to occur after initial characters - Rust code | defect triage | ### Check for existing issues
- [X] Completed
### Describe the bug
I begin to type out a few characters of a variable I want to auto-complete. It pulls up the desired variable in the auto-complete dropdown, in the top position. I use `tab` to auto-complete. It appends the full variable name to the characters I had already typed.
Example: `subsc` should autocomplete to `subscription_token` but instead it autocompletes to `subscsubscription_token`
### To reproduce
Here is one of the files that this is occurring in, with the incorrect auto-complete shown in the `#[tracing::instrument]` macro just above the final function `pub async fn store_token`:
```
use actix_web::{web, HttpResponse};
use chrono::Utc;
use rand::distributions::Alphanumeric;
use rand::{thread_rng, Rng};
use sqlx::PgPool;
use sqlx::{Postgres, Transaction};
use uuid::Uuid;
use crate::domain::{NewSubscriber, SubscriberEmail, SubscriberName};
use crate::email_client::EmailClient;
use crate::startup::ApplicationBaseUrl;
#[derive(serde::Deserialize)]
pub struct FormData {
email: String,
name: String,
}
impl TryFrom<FormData> for NewSubscriber {
type Error = String;
fn try_from(value: FormData) -> Result<Self, Self::Error> {
let name = SubscriberName::parse(value.name)?;
let email = SubscriberEmail::parse(value.email)?;
Ok(Self { email, name })
}
}
fn generate_subscription_token() -> String {
let mut rng = thread_rng();
std::iter::repeat_with(|| rng.sample(Alphanumeric))
.map(char::from)
.take(25)
.collect()
}
#[tracing::instrument(
name = "Adding a new subscriber",
skip(form, pool, email_client, base_url)
fields(
subscriber_email = %form.email,
subscriber_name = %form.name
)
)]
pub async fn subscribe(
form: web::Form<FormData>,
pool: web::Data<PgPool>,
email_client: web::Data<EmailClient>,
base_url: web::Data<ApplicationBaseUrl>,
) -> HttpResponse {
let new_subscriber = match form.0.try_into() {
Ok(form) => form,
Err(_) => return HttpResponse::BadRequest().finish(),
};
let mut transaction = match pool.begin().await {
Ok(transaction) => transaction,
Err(_) => return HttpResponse::InternalServerError().finish(),
};
// if insert_subscriber(&pool, &new_subscriber).await.is_err() {
// return HttpResponse::InternalServerError().finish();
// }
let subscriber_id = match insert_subscriber(&mut transaction, &new_subscriber).await {
Ok(subscriber_id) => subscriber_id,
Err(_) => return HttpResponse::InternalServerError().finish(),
};
let subscription_token = generate_subscription_token();
if store_token(&mut transaction, subscriber_id, &subscription_token)
.await
.is_err()
{
return HttpResponse::InternalServerError().finish();
}
if transaction.commit().await.is_err() {
return HttpResponse::InternalServerError().finish();
}
if send_confirmation_email(
&email_client,
new_subscriber,
&base_url.0,
&subscription_token,
)
.await
.is_err()
{
return HttpResponse::InternalServerError().finish();
}
HttpResponse::Ok().finish()
}
#[tracing::instrument(
name = "Send a confirmation email to a new subscriber",
skip(email_client, new_subscriber, base_url, subscription_token)
)]
pub async fn send_confirmation_email(
email_client: &EmailClient,
new_subscriber: NewSubscriber,
base_url: &str,
subscription_token: &str,
) -> Result<(), reqwest::Error> {
let confirmation_link = format!(
"{}/subscriptions/confirm?subscription_token={}",
base_url, subscription_token
);
let plain_body = format!(
"Welcome to our newsletter!\nVisit {} to confirm your subscription.",
confirmation_link
);
let html_body = format!(
"Welcome to our newsletter!<br />\
Click <a href=\"{}\">here</a> to confirm your subscription.",
confirmation_link
);
email_client
.send_email(new_subscriber.email, "Welcome!", &html_body, &plain_body)
.await
}
#[tracing::instrument(
name = "Saving new subscriber details in the database",
skip(new_subscriber, transaction)
)]
pub async fn insert_subscriber(
transaction: &mut Transaction<'_, Postgres>,
new_subscriber: &NewSubscriber,
) -> Result<Uuid, sqlx::Error> {
let subscriber_id = Uuid::new_v4();
sqlx::query!(
r#"
INSERT INTO subscriptions (id, email, name, subscribed_at, status)
VALUES ($1, $2, $3, $4, 'pending_confirmation')
"#,
subscriber_id,
new_subscriber.email.as_ref(),
new_subscriber.name.as_ref(),
Utc::now()
)
.execute(transaction)
.await
.map_err(|e| {
tracing::error!("Failed to execute query: {:?}", e);
e
})?;
Ok(subscriber_id)
}
#[tracing::instrument(
name = "Store subscription tokens in the database",
skip(subscsubscription_token, transaction)
)]
pub async fn store_token(
transaction: &mut Transaction<'_, Postgres>,
subscriber_id: Uuid,
subscription_token: &str,
) -> Result<(), sqlx::Error> {
sqlx::query!(
r#"INSERT INTO subscription_tokens (subscription_token, subscriber_id)
VALUES ($1, $2)"#,
subscription_token,
subscriber_id
)
.execute(transaction)
.await
.map_err(|e| {
tracing::error!("Failed to execute query: {:?}", e);
e
})?;
Ok(())
}
```
### Expected behavior
Auto-complete should replace the already-typed characters with the fully completed variable/word/etc.
### Environment
Zed 0.53.1 – /Applications/Zed.app
macOS 12.5.1
architecture arm64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_ | 1.0 | tab-autocomplete causes auto-complete to occur after initial characters - Rust code - ### Check for existing issues
- [X] Completed
### Describe the bug
I begin to type out a few characters of a variable I want to auto-complete. It pulls up the desired variable in the auto-complete dropdown, in the top position. I use `tab` to auto-complete. It appends the full variable name to the characters I had already typed.
Example: `subsc` should autocomplete to `subscription_token` but instead it autocompletes to `subscsubscription_token`
### To reproduce
Here is one of the files that this is occurring in, with the incorrect auto-complete shown in the `#[tracing::instrument]` macro just above the final function `pub async fn store_token`:
```
use actix_web::{web, HttpResponse};
use chrono::Utc;
use rand::distributions::Alphanumeric;
use rand::{thread_rng, Rng};
use sqlx::PgPool;
use sqlx::{Postgres, Transaction};
use uuid::Uuid;
use crate::domain::{NewSubscriber, SubscriberEmail, SubscriberName};
use crate::email_client::EmailClient;
use crate::startup::ApplicationBaseUrl;
#[derive(serde::Deserialize)]
pub struct FormData {
email: String,
name: String,
}
impl TryFrom<FormData> for NewSubscriber {
type Error = String;
fn try_from(value: FormData) -> Result<Self, Self::Error> {
let name = SubscriberName::parse(value.name)?;
let email = SubscriberEmail::parse(value.email)?;
Ok(Self { email, name })
}
}
fn generate_subscription_token() -> String {
let mut rng = thread_rng();
std::iter::repeat_with(|| rng.sample(Alphanumeric))
.map(char::from)
.take(25)
.collect()
}
#[tracing::instrument(
name = "Adding a new subscriber",
skip(form, pool, email_client, base_url)
fields(
subscriber_email = %form.email,
subscriber_name = %form.name
)
)]
pub async fn subscribe(
form: web::Form<FormData>,
pool: web::Data<PgPool>,
email_client: web::Data<EmailClient>,
base_url: web::Data<ApplicationBaseUrl>,
) -> HttpResponse {
let new_subscriber = match form.0.try_into() {
Ok(form) => form,
Err(_) => return HttpResponse::BadRequest().finish(),
};
let mut transaction = match pool.begin().await {
Ok(transaction) => transaction,
Err(_) => return HttpResponse::InternalServerError().finish(),
};
// if insert_subscriber(&pool, &new_subscriber).await.is_err() {
// return HttpResponse::InternalServerError().finish();
// }
let subscriber_id = match insert_subscriber(&mut transaction, &new_subscriber).await {
Ok(subscriber_id) => subscriber_id,
Err(_) => return HttpResponse::InternalServerError().finish(),
};
let subscription_token = generate_subscription_token();
if store_token(&mut transaction, subscriber_id, &subscription_token)
.await
.is_err()
{
return HttpResponse::InternalServerError().finish();
}
if transaction.commit().await.is_err() {
return HttpResponse::InternalServerError().finish();
}
if send_confirmation_email(
&email_client,
new_subscriber,
&base_url.0,
&subscription_token,
)
.await
.is_err()
{
return HttpResponse::InternalServerError().finish();
}
HttpResponse::Ok().finish()
}
#[tracing::instrument(
name = "Send a confirmation email to a new subscriber",
skip(email_client, new_subscriber, base_url, subscription_token)
)]
pub async fn send_confirmation_email(
email_client: &EmailClient,
new_subscriber: NewSubscriber,
base_url: &str,
subscription_token: &str,
) -> Result<(), reqwest::Error> {
let confirmation_link = format!(
"{}/subscriptions/confirm?subscription_token={}",
base_url, subscription_token
);
let plain_body = format!(
"Welcome to our newsletter!\nVisit {} to confirm your subscription.",
confirmation_link
);
let html_body = format!(
"Welcome to our newsletter!<br />\
Click <a href=\"{}\">here</a> to confirm your subscription.",
confirmation_link
);
email_client
.send_email(new_subscriber.email, "Welcome!", &html_body, &plain_body)
.await
}
#[tracing::instrument(
name = "Saving new subscriber details in the database",
skip(new_subscriber, transaction)
)]
pub async fn insert_subscriber(
transaction: &mut Transaction<'_, Postgres>,
new_subscriber: &NewSubscriber,
) -> Result<Uuid, sqlx::Error> {
let subscriber_id = Uuid::new_v4();
sqlx::query!(
r#"
INSERT INTO subscriptions (id, email, name, subscribed_at, status)
VALUES ($1, $2, $3, $4, 'pending_confirmation')
"#,
subscriber_id,
new_subscriber.email.as_ref(),
new_subscriber.name.as_ref(),
Utc::now()
)
.execute(transaction)
.await
.map_err(|e| {
tracing::error!("Failed to execute query: {:?}", e);
e
})?;
Ok(subscriber_id)
}
#[tracing::instrument(
name = "Store subscription tokens in the database",
skip(subscsubscription_token, transaction)
)]
pub async fn store_token(
transaction: &mut Transaction<'_, Postgres>,
subscriber_id: Uuid,
subscription_token: &str,
) -> Result<(), sqlx::Error> {
sqlx::query!(
r#"INSERT INTO subscription_tokens (subscription_token, subscriber_id)
VALUES ($1, $2)"#,
subscription_token,
subscriber_id
)
.execute(transaction)
.await
.map_err(|e| {
tracing::error!("Failed to execute query: {:?}", e);
e
})?;
Ok(())
}
```
### Expected behavior
Auto-complete should replace the already-typed characters with the fully completed variable/word/etc.
### Environment
Zed 0.53.1 – /Applications/Zed.app
macOS 12.5.1
architecture arm64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_ | defect | tab autocomplete causes auto complete to occur after initial characters rust code check for existing issues completed describe the bug i begin to type out a few characters of a variable i want to auto complete it pulls up the desired variable in the auto complete dropdown in the top position i use tab to auto complete it appends the full variable name to the characters i had already typed example subsc should autocomplete to subscription token but instead it autocompletes to subscsubscription token to reproduce here is one of the files that this is occurring in with the incorrect auto complete shown in the macro just above the final function pub async fn store token use actix web web httpresponse use chrono utc use rand distributions alphanumeric use rand thread rng rng use sqlx pgpool use sqlx postgres transaction use uuid uuid use crate domain newsubscriber subscriberemail subscribername use crate email client emailclient use crate startup applicationbaseurl pub struct formdata email string name string impl tryfrom for newsubscriber type error string fn try from value formdata result let name subscribername parse value name let email subscriberemail parse value email ok self email name fn generate subscription token string let mut rng thread rng std iter repeat with rng sample alphanumeric map char from take collect tracing instrument name adding a new subscriber skip form pool email client base url fields subscriber email form email subscriber name form name pub async fn subscribe form web form pool web data email client web data base url web data httpresponse let new subscriber match form try into ok form form err return httpresponse badrequest finish let mut transaction match pool begin await ok transaction transaction err return httpresponse internalservererror finish if insert subscriber pool new subscriber await is err return httpresponse internalservererror finish let subscriber id match insert subscriber mut transaction new subscriber await ok subscriber id subscriber id err return httpresponse internalservererror finish let subscription token generate subscription token if store token mut transaction subscriber id subscription token await is err return httpresponse internalservererror finish if transaction commit await is err return httpresponse internalservererror finish if send confirmation email email client new subscriber base url subscription token await is err return httpresponse internalservererror finish httpresponse ok finish tracing instrument name send a confirmation email to a new subscriber skip email client new subscriber base url subscription token pub async fn send confirmation email email client emailclient new subscriber newsubscriber base url str subscription token str result let confirmation link format subscriptions confirm subscription token base url subscription token let plain body format welcome to our newsletter nvisit to confirm your subscription confirmation link let html body format welcome to our newsletter click here to confirm your subscription confirmation link email client send email new subscriber email welcome html body plain body await tracing instrument name saving new subscriber details in the database skip new subscriber transaction pub async fn insert subscriber transaction mut transaction new subscriber newsubscriber result let subscriber id uuid new sqlx query r insert into subscriptions id email name subscribed at status values pending confirmation subscriber id new subscriber email as ref new subscriber name as ref utc now execute transaction await map err e tracing error failed to execute query e e ok subscriber id tracing instrument name store subscription tokens in the database skip subscsubscription token transaction pub async fn store token transaction mut transaction subscriber id uuid subscription token str result sqlx query r insert into subscription tokens subscription token subscriber id values subscription token subscriber id execute transaction await map err e tracing error failed to execute query e e ok expected behavior auto complete should replace the already typed characters with the fully completed variable word etc environment zed – applications zed app macos architecture if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue no response | 1 |
74,464 | 25,136,908,723 | IssuesEvent | 2022-11-09 19:23:56 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | closed | Defect: Appointment wait times not loading | Defect ⭐️ Facilities Needs refining | ## Description
See: https://dsva.slack.com/archives/C0FQSS30V/p1667871147267639
### Steps to understand problem:
1. Visit: https://www.va.gov/greater-los-angeles-health-care/locations/west-los-angeles-va-medical-center/
2. Expand one of the Health Services accordions.
3. Notice the spinner that remains rather than a widget eventually loading and replacing the spinner.

### Reason for problem
[`FacilityDataLink.jsx`](https://github.com/department-of-veterans-affairs/vets-website/blob/bc17da86b222876214fa5d2075f39c1f218ade39/src/applications/static-pages/facilities/FacilityDataLink.jsx) attempts to define a React component. It is called in two places:
1. [FacilityAppointmentWaitTimesWidget](https://github.com/department-of-veterans-affairs/vets-website/blob/bc17da86b222876214fa5d2075f39c1f218ade39/src/applications/static-pages/facilities/FacilityAppointmentWaitTimesWidget.jsx#L81).
2. [FacilityPatientSatisfactionScoresWidget](https://github.com/department-of-veterans-affairs/vets-website/blob/bc17da86b222876214fa5d2075f39c1f218ade39/src/applications/static-pages/facilities/FacilityPatientSatisfactionScoresWidget.jsx#L113)
The function that attempts to define the component accepts two parameters. React functional components should accept one parameter, and that is an object consisting of its props. Since this function is not defined accordingly, it is assigning the object of props all to the first parameter (`facilityId`) and that is causing problems with attempting to render the component.
### Solution
The function should be altered to accept a destructured object as a single parameter:
```
import React from 'react';
export default function FacilityDataLink({ facilityId, text }) {
return (
<a
href={`https://www.accesstocare.va.gov/FacilityPerformanceData/FacilityData?stationNumber=${facilityId}`}
>
{text}
</a>
);
}
```
## Acceptance Criteria
- [ ] `FacilityAppointmentWaitTimesWidget` loads appropriately.
- [ ] `FacilityPatientSatisfactionScoresWidget` loads appropriately.
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [ ] `⭐️ Public Websites`
- [x] `⭐️ Facilities`
- [ ] `⭐️ User support`
| 1.0 | Defect: Appointment wait times not loading - ## Description
See: https://dsva.slack.com/archives/C0FQSS30V/p1667871147267639
### Steps to understand problem:
1. Visit: https://www.va.gov/greater-los-angeles-health-care/locations/west-los-angeles-va-medical-center/
2. Expand one of the Health Services accordions.
3. Notice the spinner that remains rather than a widget eventually loading and replacing the spinner.

### Reason for problem
[`FacilityDataLink.jsx`](https://github.com/department-of-veterans-affairs/vets-website/blob/bc17da86b222876214fa5d2075f39c1f218ade39/src/applications/static-pages/facilities/FacilityDataLink.jsx) attempts to define a React component. It is called in two places:
1. [FacilityAppointmentWaitTimesWidget](https://github.com/department-of-veterans-affairs/vets-website/blob/bc17da86b222876214fa5d2075f39c1f218ade39/src/applications/static-pages/facilities/FacilityAppointmentWaitTimesWidget.jsx#L81).
2. [FacilityPatientSatisfactionScoresWidget](https://github.com/department-of-veterans-affairs/vets-website/blob/bc17da86b222876214fa5d2075f39c1f218ade39/src/applications/static-pages/facilities/FacilityPatientSatisfactionScoresWidget.jsx#L113)
The function that attempts to define the component accepts two parameters. React functional components should accept one parameter, and that is an object consisting of its props. Since this function is not defined accordingly, it is assigning the object of props all to the first parameter (`facilityId`) and that is causing problems with attempting to render the component.
### Solution
The function should be altered to accept a destructured object as a single parameter:
```
import React from 'react';
export default function FacilityDataLink({ facilityId, text }) {
return (
<a
href={`https://www.accesstocare.va.gov/FacilityPerformanceData/FacilityData?stationNumber=${facilityId}`}
>
{text}
</a>
);
}
```
## Acceptance Criteria
- [ ] `FacilityAppointmentWaitTimesWidget` loads appropriately.
- [ ] `FacilityPatientSatisfactionScoresWidget` loads appropriately.
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [ ] `⭐️ Public Websites`
- [x] `⭐️ Facilities`
- [ ] `⭐️ User support`
| defect | defect appointment wait times not loading description see steps to understand problem visit expand one of the health services accordions notice the spinner that remains rather than a widget eventually loading and replacing the spinner reason for problem attempts to define a react component it is called in two places the function that attempts to define the component accepts two parameters react functional components should accept one parameter and that is an object consisting of its props since this function is not defined accordingly it is assigning the object of props all to the first parameter facilityid and that is causing problems with attempting to render the component solution the function should be altered to accept a destructured object as a single parameter import react from react export default function facilitydatalink facilityid text return a href text acceptance criteria facilityappointmentwaittimeswidget loads appropriately facilitypatientsatisfactionscoreswidget loads appropriately cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support | 1 |
48,237 | 13,311,895,670 | IssuesEvent | 2020-08-26 08:57:20 | TIBCOSoftware/bw6-plugin-maven | https://api.github.com/repos/TIBCOSoftware/bw6-plugin-maven | opened | CVE-2008-2025 (Medium) detected in struts-taglib-1.3.8.jar | security vulnerability | ## CVE-2008-2025 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>struts-taglib-1.3.8.jar</b></p></summary>
<p>Apache Struts</p>
<p>Library home page: <a href="http://struts.apache.org">http://struts.apache.org</a></p>
<p>Path to dependency file: /tmp/ws-scm/bw6-plugin-maven/Source/bw6-maven-plugin/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar</p>
<p>
Dependency Hierarchy:
- maven-reporting-impl-3.0.0.jar (Root Library)
- doxia-site-renderer-1.7.4.jar
- velocity-tools-2.0.jar
- :x: **struts-taglib-1.3.8.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/bw6-plugin-maven/commit/44ed883b243f5ec071b77ba9a2cc6297f27a1dec">44ed883b243f5ec071b77ba9a2cc6297f27a1dec</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Cross-site scripting (XSS) vulnerability in Apache Struts before 1.2.9-162.31.1 on SUSE Linux Enterprise (SLE) 11, before 1.2.9-108.2 on SUSE openSUSE 10.3, before 1.2.9-198.2 on SUSE openSUSE 11.0, and before 1.2.9-162.163.2 on SUSE openSUSE 11.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors related to "insufficient quoting of parameters."
<p>Publish Date: 2009-04-09
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2008-2025>CVE-2008-2025</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>4.3</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-2025">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-2025</a></p>
<p>Release Date: 2009-04-09</p>
<p>Fix Resolution: org.apache.struts:struts-taglib:1.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.struts","packageName":"struts-taglib","packageVersion":"1.3.8","isTransitiveDependency":true,"dependencyTree":"org.apache.maven.reporting:maven-reporting-impl:3.0.0;org.apache.maven.doxia:doxia-site-renderer:1.7.4;org.apache.velocity:velocity-tools:2.0;org.apache.struts:struts-taglib:1.3.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.struts:struts-taglib:1.4.0"}],"vulnerabilityIdentifier":"CVE-2008-2025","vulnerabilityDetails":"Cross-site scripting (XSS) vulnerability in Apache Struts before 1.2.9-162.31.1 on SUSE Linux Enterprise (SLE) 11, before 1.2.9-108.2 on SUSE openSUSE 10.3, before 1.2.9-198.2 on SUSE openSUSE 11.0, and before 1.2.9-162.163.2 on SUSE openSUSE 11.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors related to \"insufficient quoting of parameters.\"","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2008-2025","cvss2Severity":"medium","cvss2Score":"4.3","extraData":{}}</REMEDIATE> --> | True | CVE-2008-2025 (Medium) detected in struts-taglib-1.3.8.jar - ## CVE-2008-2025 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>struts-taglib-1.3.8.jar</b></p></summary>
<p>Apache Struts</p>
<p>Library home page: <a href="http://struts.apache.org">http://struts.apache.org</a></p>
<p>Path to dependency file: /tmp/ws-scm/bw6-plugin-maven/Source/bw6-maven-plugin/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar</p>
<p>
Dependency Hierarchy:
- maven-reporting-impl-3.0.0.jar (Root Library)
- doxia-site-renderer-1.7.4.jar
- velocity-tools-2.0.jar
- :x: **struts-taglib-1.3.8.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/bw6-plugin-maven/commit/44ed883b243f5ec071b77ba9a2cc6297f27a1dec">44ed883b243f5ec071b77ba9a2cc6297f27a1dec</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Cross-site scripting (XSS) vulnerability in Apache Struts before 1.2.9-162.31.1 on SUSE Linux Enterprise (SLE) 11, before 1.2.9-108.2 on SUSE openSUSE 10.3, before 1.2.9-198.2 on SUSE openSUSE 11.0, and before 1.2.9-162.163.2 on SUSE openSUSE 11.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors related to "insufficient quoting of parameters."
<p>Publish Date: 2009-04-09
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2008-2025>CVE-2008-2025</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>4.3</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-2025">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-2025</a></p>
<p>Release Date: 2009-04-09</p>
<p>Fix Resolution: org.apache.struts:struts-taglib:1.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.struts","packageName":"struts-taglib","packageVersion":"1.3.8","isTransitiveDependency":true,"dependencyTree":"org.apache.maven.reporting:maven-reporting-impl:3.0.0;org.apache.maven.doxia:doxia-site-renderer:1.7.4;org.apache.velocity:velocity-tools:2.0;org.apache.struts:struts-taglib:1.3.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.struts:struts-taglib:1.4.0"}],"vulnerabilityIdentifier":"CVE-2008-2025","vulnerabilityDetails":"Cross-site scripting (XSS) vulnerability in Apache Struts before 1.2.9-162.31.1 on SUSE Linux Enterprise (SLE) 11, before 1.2.9-108.2 on SUSE openSUSE 10.3, before 1.2.9-198.2 on SUSE openSUSE 11.0, and before 1.2.9-162.163.2 on SUSE openSUSE 11.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors related to \"insufficient quoting of parameters.\"","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2008-2025","cvss2Severity":"medium","cvss2Score":"4.3","extraData":{}}</REMEDIATE> --> | non_defect | cve medium detected in struts taglib jar cve medium severity vulnerability vulnerable library struts taglib jar apache struts library home page a href path to dependency file tmp ws scm plugin maven source maven plugin pom xml path to vulnerable library home wss scanner repository org apache struts struts taglib struts taglib jar dependency hierarchy maven reporting impl jar root library doxia site renderer jar velocity tools jar x struts taglib jar vulnerable library found in head commit a href vulnerability details cross site scripting xss vulnerability in apache struts before on suse linux enterprise sle before on suse opensuse before on suse opensuse and before on suse opensuse allows remote attackers to inject arbitrary web script or html via unspecified vectors related to insufficient quoting of parameters publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution org apache struts struts taglib isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails cross site scripting xss vulnerability in apache struts before on suse linux enterprise sle before on suse opensuse before on suse opensuse and before on suse opensuse allows remote attackers to inject arbitrary web script or html via unspecified vectors related to insufficient quoting of parameters vulnerabilityurl | 0 |
358,029 | 25,176,636,819 | IssuesEvent | 2022-11-11 09:51:00 | deveshl/pe | https://api.github.com/repos/deveshl/pe | opened | Lack of elaboration on certain terms in the UG | severity.Low type.DocumentationBug | As the DG indicates that the target user profile includes people "new ... in fitness" it may be prudent to explain some of the terms used in the UG as they pertain to fitness (e.g. it is not explained what "maintenance calories" actually are)
<!--session: 1668152856922-7a916bde-8e2c-491a-948f-a707b0ea65aa-->
<!--Version: Web v3.4.4--> | 1.0 | Lack of elaboration on certain terms in the UG - As the DG indicates that the target user profile includes people "new ... in fitness" it may be prudent to explain some of the terms used in the UG as they pertain to fitness (e.g. it is not explained what "maintenance calories" actually are)
<!--session: 1668152856922-7a916bde-8e2c-491a-948f-a707b0ea65aa-->
<!--Version: Web v3.4.4--> | non_defect | lack of elaboration on certain terms in the ug as the dg indicates that the target user profile includes people new in fitness it may be prudent to explain some of the terms used in the ug as they pertain to fitness e g it is not explained what maintenance calories actually are | 0 |
11,351 | 2,649,369,432 | IssuesEvent | 2015-03-14 21:05:43 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Cake 3.0 is not saving my 'new' Entity's properties unless they're marked as 'dirty' | Defect | my request data:
```
object(App\Model\Entity\Order) {
'new' => true,
'accessible' => [
'*' => true
],
'properties' => [
'customer_id' => (int) 1,
'my_field' => (float) 100,
'my_other_field' => (float) 50
'x' => '11',
'y' => '3'
],
'dirty' => [
'customer_id' => true,
'x' => true,
'y' => true
],
'original' => [],
'virtual' => [],
'errors' => [],
'repository' => 'Orders'
}
```
the result:
'my_field' and 'my_other_field' doesn't get saved in the new entity | 1.0 | Cake 3.0 is not saving my 'new' Entity's properties unless they're marked as 'dirty' - my request data:
```
object(App\Model\Entity\Order) {
'new' => true,
'accessible' => [
'*' => true
],
'properties' => [
'customer_id' => (int) 1,
'my_field' => (float) 100,
'my_other_field' => (float) 50
'x' => '11',
'y' => '3'
],
'dirty' => [
'customer_id' => true,
'x' => true,
'y' => true
],
'original' => [],
'virtual' => [],
'errors' => [],
'repository' => 'Orders'
}
```
the result:
'my_field' and 'my_other_field' doesn't get saved in the new entity | defect | cake is not saving my new entity s properties unless they re marked as dirty my request data object app model entity order new true accessible true properties customer id int my field float my other field float x y dirty customer id true x true y true original virtual errors repository orders the result my field and my other field doesn t get saved in the new entity | 1 |
7,230 | 2,610,359,200 | IssuesEvent | 2015-02-26 19:56:17 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | opened | SFC 4 Places empty icon to Firefox 9 add-on bar | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
The orange ScribeFire icon is visible in the add-on bar, but there is also an
addtional icon: an empty box that does not react to any mouse clicks.
What browser are you using?
Firefox 9.0.1
What version of ScribeFire are you running?
I had two versions installed: ScribeFire 4 classic or something was ok, but the
Scribr Fire Next had the same problem. I removed those extensions and
reinstalled the current version from the website
http://scribefire-chrome.googlecode.com/files/scribefire-4.xpi
```
-----
Original issue reported on code.google.com by `mikael.willberg@gmail.com` on 28 Dec 2011 at 10:57 | 1.0 | SFC 4 Places empty icon to Firefox 9 add-on bar - ```
What's the problem?
The orange ScribeFire icon is visible in the add-on bar, but there is also an
addtional icon: an empty box that does not react to any mouse clicks.
What browser are you using?
Firefox 9.0.1
What version of ScribeFire are you running?
I had two versions installed: ScribeFire 4 classic or something was ok, but the
Scribr Fire Next had the same problem. I removed those extensions and
reinstalled the current version from the website
http://scribefire-chrome.googlecode.com/files/scribefire-4.xpi
```
-----
Original issue reported on code.google.com by `mikael.willberg@gmail.com` on 28 Dec 2011 at 10:57 | defect | sfc places empty icon to firefox add on bar what s the problem the orange scribefire icon is visible in the add on bar but there is also an addtional icon an empty box that does not react to any mouse clicks what browser are you using firefox what version of scribefire are you running i had two versions installed scribefire classic or something was ok but the scribr fire next had the same problem i removed those extensions and reinstalled the current version from the website original issue reported on code google com by mikael willberg gmail com on dec at | 1 |
277,410 | 30,640,270,883 | IssuesEvent | 2023-07-24 21:16:26 | pulumi/pulumi-policy | https://api.github.com/repos/pulumi/pulumi-policy | closed | Second protobufjs CVE requiring a major version upgrade | impact/security kind/bug | ### What happened?
When installing this package, you are warned of high severity CVEs.
CVE-2022-25878 was addressed, https://github.com/advisories/GHSA-g954-5hwp-pp24
CVE-2023-36665 was not, https://github.com/advisories/GHSA-h755-8qp9-cq85
https://github.com/protobufjs/protobuf.js/issues/1741
https://github.com/pulumi/pulumi-policy/blob/master/sdk/nodejs/policy/package.json#L16
### Expected Behavior
Witness no CVEs warnings when installing the package.
### Steps to reproduce
```shell
npm i @pulumi/policy
```
### Output of `pulumi about`
```
CLI
Version 3.75.0
Go Version go1.20.6
Go Compiler gc
```
### Additional context
Downgrading to 6.9.0 might also fix it.
### Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
| True | Second protobufjs CVE requiring a major version upgrade - ### What happened?
When installing this package, you are warned of high severity CVEs.
CVE-2022-25878 was addressed, https://github.com/advisories/GHSA-g954-5hwp-pp24
CVE-2023-36665 was not, https://github.com/advisories/GHSA-h755-8qp9-cq85
https://github.com/protobufjs/protobuf.js/issues/1741
https://github.com/pulumi/pulumi-policy/blob/master/sdk/nodejs/policy/package.json#L16
### Expected Behavior
Witness no CVEs warnings when installing the package.
### Steps to reproduce
```shell
npm i @pulumi/policy
```
### Output of `pulumi about`
```
CLI
Version 3.75.0
Go Version go1.20.6
Go Compiler gc
```
### Additional context
Downgrading to 6.9.0 might also fix it.
### Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
| non_defect | second protobufjs cve requiring a major version upgrade what happened when installing this package you are warned of high severity cves cve was addressed cve was not expected behavior witness no cves warnings when installing the package steps to reproduce shell npm i pulumi policy output of pulumi about cli version go version go compiler gc additional context downgrading to might also fix it contributing vote on this issue by adding a 👍 reaction to contribute a fix for this issue leave a comment and link to your pull request if you ve opened one already | 0 |
28,343 | 5,241,407,484 | IssuesEvent | 2017-01-31 15:38:57 | google/google-toolbox-for-mac | https://api.github.com/repos/google/google-toolbox-for-mac | closed | GTMAssertObjectImageEqualToImageNamed asserts always on UIToolbar | auto-migrated Priority-Medium Type-Defect | ```
GTM always asserts while testing UIToolbar using
GTMAssertObjectImageEqualToImageNamed() macro if toolbar style is
UIBarStyleBlackTranslucent and it contains a button with style
UIBarButtonItemStyleBordered.
Please observe images produced: failed and diff in attached archive.
Issue doesn't reproduced if to change
CGImageRef imageRep = [self gtm_unitTestImage];
to
UIImage *image = [UIImage imageWithData:[self gtm_imageRepresentation]];
CGImageRef imageRep = image.CGImage;
in
- (BOOL)gtm_compareWithImageAt:(NSString*)path diffImage:(CGImageRef*)diff
It would help us a lot if you could resolve the issue inside GTM...
Dev configuration: XCode 3.2.4, Mac OS X 10.6.4, iPhone SDK 4.1
```
Original issue reported on code.google.com by `sergey.maysak` on 3 Nov 2010 at 12:39
Attachments:
- [Archive.zip](https://storage.googleapis.com/google-code-attachments/google-toolbox-for-mac/issue-62/comment-0/Archive.zip)
| 1.0 | GTMAssertObjectImageEqualToImageNamed asserts always on UIToolbar - ```
GTM always asserts while testing UIToolbar using
GTMAssertObjectImageEqualToImageNamed() macro if toolbar style is
UIBarStyleBlackTranslucent and it contains a button with style
UIBarButtonItemStyleBordered.
Please observe images produced: failed and diff in attached archive.
Issue doesn't reproduced if to change
CGImageRef imageRep = [self gtm_unitTestImage];
to
UIImage *image = [UIImage imageWithData:[self gtm_imageRepresentation]];
CGImageRef imageRep = image.CGImage;
in
- (BOOL)gtm_compareWithImageAt:(NSString*)path diffImage:(CGImageRef*)diff
It would help us a lot if you could resolve the issue inside GTM...
Dev configuration: XCode 3.2.4, Mac OS X 10.6.4, iPhone SDK 4.1
```
Original issue reported on code.google.com by `sergey.maysak` on 3 Nov 2010 at 12:39
Attachments:
- [Archive.zip](https://storage.googleapis.com/google-code-attachments/google-toolbox-for-mac/issue-62/comment-0/Archive.zip)
| defect | gtmassertobjectimageequaltoimagenamed asserts always on uitoolbar gtm always asserts while testing uitoolbar using gtmassertobjectimageequaltoimagenamed macro if toolbar style is uibarstyleblacktranslucent and it contains a button with style uibarbuttonitemstylebordered please observe images produced failed and diff in attached archive issue doesn t reproduced if to change cgimageref imagerep to uiimage image cgimageref imagerep image cgimage in bool gtm comparewithimageat nsstring path diffimage cgimageref diff it would help us a lot if you could resolve the issue inside gtm dev configuration xcode mac os x iphone sdk original issue reported on code google com by sergey maysak on nov at attachments | 1 |
225,779 | 7,495,006,445 | IssuesEvent | 2018-04-07 16:12:48 | Blockrazor/blockrazor | https://api.github.com/repos/Blockrazor/blockrazor | opened | problem: no client side tests | Paid-contributor Priority | Problem: as demonstrated by #996 we need client side tests so that contributors can add tests to features they work hard to create, otherwise other contributors can sometimes break them and it can take a while to find out.
As far as I can see, the question we need answered is: what is the simplest possible way to do client CI testing? | 1.0 | problem: no client side tests - Problem: as demonstrated by #996 we need client side tests so that contributors can add tests to features they work hard to create, otherwise other contributors can sometimes break them and it can take a while to find out.
As far as I can see, the question we need answered is: what is the simplest possible way to do client CI testing? | non_defect | problem no client side tests problem as demonstrated by we need client side tests so that contributors can add tests to features they work hard to create otherwise other contributors can sometimes break them and it can take a while to find out as far as i can see the question we need answered is what is the simplest possible way to do client ci testing | 0 |
60,518 | 17,023,446,703 | IssuesEvent | 2021-07-03 02:04:34 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | potlatch inserts key='name' value='(type name here)' into database | Component: potlatch (flash editor) Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 2.39pm, Thursday, 23rd July 2009]**
potlatch sets a default value of "(type name here)" for "name" tags.
apparently this gets uploaded to the database.
the behaviour should be to remove such tags instead of submitting them to the database.
example:
http://www.openstreetmap.org/browse/changeset/1902608 | 1.0 | potlatch inserts key='name' value='(type name here)' into database - **[Submitted to the original trac issue database at 2.39pm, Thursday, 23rd July 2009]**
potlatch sets a default value of "(type name here)" for "name" tags.
apparently this gets uploaded to the database.
the behaviour should be to remove such tags instead of submitting them to the database.
example:
http://www.openstreetmap.org/browse/changeset/1902608 | defect | potlatch inserts key name value type name here into database potlatch sets a default value of type name here for name tags apparently this gets uploaded to the database the behaviour should be to remove such tags instead of submitting them to the database example | 1 |
68,697 | 21,788,117,940 | IssuesEvent | 2022-05-14 13:19:29 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Hovering over a link in the new topic dialog produces a "Click to read topic" tooltip, but clicking opens the link | T-Defect | ### Steps to reproduce

Related to https://github.com/matrix-org/matrix-react-sdk/pull/8517 (I love this feature).
1. Hover over a room topic and a tooltip appears informing the user that clicking will open the topic in a larger view.
2. The same tooltip also shows when hovering over a link in the topic however. In this case, the tooltip is wrong, as clicking will take the user to the link.
### Outcome
#### What did you expect?
A tooltip not to appear when the user is hovering over a link, or perhaps for the tooltip to open the link. I wondered whether the topic dialog would open anyways, according to the tooltip, instead of opening the URL.
My preference for a solution to this as a user is simply just for the tooltip to disappear, rather than requiring one to open the topic dialog in order to click topic links.
#### What happened instead?
The tooltip is always shown, even when hovering over links.
### Operating system
Arch Linux
### Application version
Element Nightly version: 2022051401, Olm version: 3.2.8
### How did you install the app?
https://github.com/vector-im/element-desktop
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Hovering over a link in the new topic dialog produces a "Click to read topic" tooltip, but clicking opens the link - ### Steps to reproduce

Related to https://github.com/matrix-org/matrix-react-sdk/pull/8517 (I love this feature).
1. Hover over a room topic and a tooltip appears informing the user that clicking will open the topic in a larger view.
2. The same tooltip also shows when hovering over a link in the topic however. In this case, the tooltip is wrong, as clicking will take the user to the link.
### Outcome
#### What did you expect?
A tooltip not to appear when the user is hovering over a link, or perhaps for the tooltip to open the link. I wondered whether the topic dialog would open anyways, according to the tooltip, instead of opening the URL.
My preference for a solution to this as a user is simply just for the tooltip to disappear, rather than requiring one to open the topic dialog in order to click topic links.
#### What happened instead?
The tooltip is always shown, even when hovering over links.
### Operating system
Arch Linux
### Application version
Element Nightly version: 2022051401, Olm version: 3.2.8
### How did you install the app?
https://github.com/vector-im/element-desktop
### Homeserver
_No response_
### Will you send logs?
No | defect | hovering over a link in the new topic dialog produces a click to read topic tooltip but clicking opens the link steps to reproduce related to i love this feature hover over a room topic and a tooltip appears informing the user that clicking will open the topic in a larger view the same tooltip also shows when hovering over a link in the topic however in this case the tooltip is wrong as clicking will take the user to the link outcome what did you expect a tooltip not to appear when the user is hovering over a link or perhaps for the tooltip to open the link i wondered whether the topic dialog would open anyways according to the tooltip instead of opening the url my preference for a solution to this as a user is simply just for the tooltip to disappear rather than requiring one to open the topic dialog in order to click topic links what happened instead the tooltip is always shown even when hovering over links operating system arch linux application version element nightly version olm version how did you install the app homeserver no response will you send logs no | 1 |
356,352 | 10,591,930,715 | IssuesEvent | 2019-10-09 12:03:03 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Deprecate ignoring space after literal newline (`\n `) | alpha 1 deprecation enhancement priority: medium | Robot Framework has a strange quirk that a space character after a literal newline like `\n ` is ignored. In other words, this test currently passes:
```robotframework
*** Test Cases ***
Example
Should Be Equal two lines\nhere two lines\n here
```
The reason for this behavior is that it enabled wrapping long lines after `\n` when using the HTML format:
Test Case | Keyword | Argument | Argument |
-----------------------|-------------|---------------|---------------|
Example | Log | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n| INFO |
Such wrapping doesn't work with the plain text format, and in general there has never been real benefits from this syntax with the plain text syntax. Now that RF 3.2 won't be supporting HTML anymore (#3081), this strange feature can go as well. We cannot remove it right away, but we can deprecate it in RF 3.2 and remove later. | 1.0 | Deprecate ignoring space after literal newline (`\n `) - Robot Framework has a strange quirk that a space character after a literal newline like `\n ` is ignored. In other words, this test currently passes:
```robotframework
*** Test Cases ***
Example
Should Be Equal two lines\nhere two lines\n here
```
The reason for this behavior is that it enabled wrapping long lines after `\n` when using the HTML format:
Test Case | Keyword | Argument | Argument |
-----------------------|-------------|---------------|---------------|
Example | Log | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n| INFO |
Such wrapping doesn't work with the plain text format, and in general there has never been real benefits from this syntax with the plain text syntax. Now that RF 3.2 won't be supporting HTML anymore (#3081), this strange feature can go as well. We cannot remove it right away, but we can deprecate it in RF 3.2 and remove later. | non_defect | deprecate ignoring space after literal newline n robot framework has a strange quirk that a space character after a literal newline like n is ignored in other words this test currently passes robotframework test cases example should be equal two lines nhere two lines n here the reason for this behavior is that it enabled wrapping long lines after n when using the html format test nbsp case keyword argument argument example log xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx n xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx n xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx n info such wrapping doesn t work with the plain text format and in general there has never been real benefits from this syntax with the plain text syntax now that rf won t be supporting html anymore this strange feature can go as well we cannot remove it right away but we can deprecate it in rf and remove later | 0 |
56,170 | 14,960,077,134 | IssuesEvent | 2021-01-27 04:53:09 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | Value help dialog: Cancel button is not working for Multi Input field and Filters combinations examples | Defect Hunting Medium platform | Description: Cancel button is not working for Multi Input field and Filters combinations examples
Steps:
Go the above examples
Click on open value help dialog
Select the option
Click on cancel
Again Click on open value help dialog
Previously selected items is showing
Expected: Cancel button should work for all the examples.
Screenshot:

| 1.0 | Value help dialog: Cancel button is not working for Multi Input field and Filters combinations examples - Description: Cancel button is not working for Multi Input field and Filters combinations examples
Steps:
Go the above examples
Click on open value help dialog
Select the option
Click on cancel
Again Click on open value help dialog
Previously selected items is showing
Expected: Cancel button should work for all the examples.
Screenshot:

| defect | value help dialog cancel button is not working for multi input field and filters combinations examples description cancel button is not working for multi input field and filters combinations examples steps go the above examples click on open value help dialog select the option click on cancel again click on open value help dialog previously selected items is showing expected cancel button should work for all the examples screenshot | 1 |
82,001 | 10,212,772,572 | IssuesEvent | 2019-08-14 20:19:35 | eBay/skin | https://api.github.com/repos/eBay/skin | closed | Button: updates for DS6.5 | design system: DS6.5 ds6.5 sprint: 1 module: button semver: api change status: merged | Review the styles and colors for DS6.5.
<s>Remove support for "regular", "medium" and "extra-large" on DS6.</s>
<s>Support "small" button for DS6.</s>
Add "delete" button <strike>(DS6 only)</strike>
Remove "legacy" style from DS6.
-----------
**Additional requirements:**
Remove "small" button and make it the default.
Remove support for "medium" and "extra-large" for DS4 and DS6.
<s>Remove support for "regular" for DS6.</s>
Map "raw" style to default small button.
Add "btn--truncated" and "btn--fixed-height" for default button.
-----------
**Additional requirements:**
Deprecate "regular" button on DS4 and DS6.
| 1.0 | Button: updates for DS6.5 - Review the styles and colors for DS6.5.
<s>Remove support for "regular", "medium" and "extra-large" on DS6.</s>
<s>Support "small" button for DS6.</s>
Add "delete" button <strike>(DS6 only)</strike>
Remove "legacy" style from DS6.
-----------
**Additional requirements:**
Remove "small" button and make it the default.
Remove support for "medium" and "extra-large" for DS4 and DS6.
<s>Remove support for "regular" for DS6.</s>
Map "raw" style to default small button.
Add "btn--truncated" and "btn--fixed-height" for default button.
-----------
**Additional requirements:**
Deprecate "regular" button on DS4 and DS6.
| non_defect | button updates for review the styles and colors for remove support for regular medium and extra large on support small button for add delete button only remove legacy style from additional requirements remove small button and make it the default remove support for medium and extra large for and remove support for regular for map raw style to default small button add btn truncated and btn fixed height for default button additional requirements deprecate regular button on and | 0 |
134,931 | 18,518,205,960 | IssuesEvent | 2021-10-20 12:35:00 | Seagate/cortx-s3server | https://api.github.com/repos/Seagate/cortx-s3server | closed | CVE-2019-19274 (High) detected in python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb | security vulnerability | ## CVE-2019-19274 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb</b></p></summary>
<p>Interactive high-level object-oriented language (version 2.7)</p>
<p>Library home page: <a href="http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb">http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb</a></p>
<p>
Dependency Hierarchy:
- :x: **python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Seagate/cortx-s3server/commit/e7eb2e0abd58bb71075411e5ca632d5713875f3d">e7eb2e0abd58bb71075411e5ca632d5713875f3d</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
typed_ast 1.3.0 and 1.3.1 has a handle_keywordonly_args out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source (but not necessarily execute it) may be able to crash the interpreter process. This could be a concern, for example, in a web-based service that parses (but does not execute) Python code. (This issue also affected certain Python 3.8.0-alpha prereleases.)
<p>Publish Date: 2019-11-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19274>CVE-2019-19274</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/python/cpython/commit/a4d78362397fc3bced6ea80fbc7b5f4827aec55e">https://github.com/python/cpython/commit/a4d78362397fc3bced6ea80fbc7b5f4827aec55e</a></p>
<p>Release Date: 2019-11-26</p>
<p>Fix Resolution: v3.8.0a4</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Debian","packageName":"python2.7","packageVersion":"2.7.17-1~18.04ubuntu1.6","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"python2.7:2.7.17-1~18.04ubuntu1.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v3.8.0a4"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-19274","vulnerabilityDetails":"typed_ast 1.3.0 and 1.3.1 has a handle_keywordonly_args out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source (but not necessarily execute it) may be able to crash the interpreter process. This could be a concern, for example, in a web-based service that parses (but does not execute) Python code. (This issue also affected certain Python 3.8.0-alpha prereleases.)","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19274","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2019-19274 (High) detected in python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb - ## CVE-2019-19274 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb</b></p></summary>
<p>Interactive high-level object-oriented language (version 2.7)</p>
<p>Library home page: <a href="http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb">http://security.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb</a></p>
<p>
Dependency Hierarchy:
- :x: **python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Seagate/cortx-s3server/commit/e7eb2e0abd58bb71075411e5ca632d5713875f3d">e7eb2e0abd58bb71075411e5ca632d5713875f3d</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
typed_ast 1.3.0 and 1.3.1 has a handle_keywordonly_args out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source (but not necessarily execute it) may be able to crash the interpreter process. This could be a concern, for example, in a web-based service that parses (but does not execute) Python code. (This issue also affected certain Python 3.8.0-alpha prereleases.)
<p>Publish Date: 2019-11-26
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19274>CVE-2019-19274</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/python/cpython/commit/a4d78362397fc3bced6ea80fbc7b5f4827aec55e">https://github.com/python/cpython/commit/a4d78362397fc3bced6ea80fbc7b5f4827aec55e</a></p>
<p>Release Date: 2019-11-26</p>
<p>Fix Resolution: v3.8.0a4</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Debian","packageName":"python2.7","packageVersion":"2.7.17-1~18.04ubuntu1.6","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"python2.7:2.7.17-1~18.04ubuntu1.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v3.8.0a4"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-19274","vulnerabilityDetails":"typed_ast 1.3.0 and 1.3.1 has a handle_keywordonly_args out-of-bounds read. An attacker with the ability to cause a Python interpreter to parse Python source (but not necessarily execute it) may be able to crash the interpreter process. This could be a concern, for example, in a web-based service that parses (but does not execute) Python code. (This issue also affected certain Python 3.8.0-alpha prereleases.)","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19274","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in deb cve high severity vulnerability vulnerable library deb interactive high level object oriented language version library home page a href dependency hierarchy x deb vulnerable library found in head commit a href found in base branch main vulnerability details typed ast and has a handle keywordonly args out of bounds read an attacker with the ability to cause a python interpreter to parse python source but not necessarily execute it may be able to crash the interpreter process this could be a concern for example in a web based service that parses but does not execute python code this issue also affected certain python alpha prereleases publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails typed ast and has a handle keywordonly args out of bounds read an attacker with the ability to cause a python interpreter to parse python source but not necessarily execute it may be able to crash the interpreter process this could be a concern for example in a web based service that parses but does not execute python code this issue also affected certain python alpha prereleases vulnerabilityurl | 0 |
1,442 | 2,603,965,689 | IssuesEvent | 2015-02-24 18:58:56 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳龟头有颗粒怎么回事 | auto-migrated Priority-Medium Type-Defect | ```
沈阳龟头有颗粒怎么回事〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 6:59 | 1.0 | 沈阳龟头有颗粒怎么回事 - ```
沈阳龟头有颗粒怎么回事〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 6:59 | defect | 沈阳龟头有颗粒怎么回事 沈阳龟头有颗粒怎么回事〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at | 1 |
5,025 | 2,610,164,963 | IssuesEvent | 2015-02-26 18:52:17 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Text | auto-migrated Priority-Medium Type-Defect | ```
The Republic Reinforced Structures land upgrade has a colon at the end of it.
:S
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 6:20 | 1.0 | Text - ```
The Republic Reinforced Structures land upgrade has a colon at the end of it.
:S
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 4 May 2011 at 6:20 | defect | text the republic reinforced structures land upgrade has a colon at the end of it s original issue reported on code google com by gmail com on may at | 1 |
1,154 | 14,698,612,786 | IssuesEvent | 2021-01-04 06:52:32 | andrewchambers/bupstash | https://api.github.com/repos/andrewchambers/bupstash | closed | Building on ARM64 fails | portability | Using following environment:
- rustc: 1.49.0 (e1884a8e3 2020-12-29)
- os: Linux rpi4 5.4.83-1-MANJARO-ARM #1 SMP PREEMPT aarch64 GNU/Linux
- commit: b3e2ee2e3d457cd71fb78854b4a2025879779d79 (current master)
`cargo build --release` fails with the following error
```shell
Compiling libc v0.2.80
Compiling cc v1.0.65
Compiling proc-macro2 v1.0.24
Compiling autocfg v1.0.1
Compiling unicode-xid v0.2.1
Compiling syn v1.0.51
Compiling memchr v2.3.4
Compiling typenum v1.12.0
Compiling version_check v0.9.2
Compiling pkg-config v0.3.19
Compiling lazy_static v1.4.0
Compiling serde_derive v1.0.117
Compiling serde v1.0.117
Compiling bitflags v1.2.1
Compiling cfg-if v1.0.0
Compiling ryu v1.0.5
Compiling unicode-width v0.1.8
Compiling regex-syntax v0.6.21
Compiling serde_json v1.0.59
Compiling subtle v2.3.0
Compiling nix v0.17.0
Compiling anyhow v1.0.34
Compiling linked-hash-map v0.5.3
Compiling cfg-if v0.1.10
Compiling fallible-streaming-iterator v0.1.9
Compiling codemap v0.1.3
Compiling arrayvec v0.5.2
Compiling arrayref v0.3.6
Compiling void v1.0.2
Compiling constant_time_eq v0.1.5
Compiling number_prefix v0.3.0
Compiling termcolor v1.1.2
Compiling itoa v0.4.6
Compiling fallible-iterator v0.2.0
Compiling smallvec v1.5.0
Compiling shlex v0.1.1
Compiling path-clean v0.1.0
Compiling rangemap v0.1.8
Compiling glob v0.3.0
Compiling once_cell v1.5.2
Compiling humantime v2.0.1
Compiling num-traits v0.2.14
Compiling crossbeam-utils v0.8.1
Compiling num-integer v0.1.44
Compiling generic-array v0.14.4
Compiling thread_local v1.0.1
Compiling bupstash v0.6.2 (/home/el/bupstash)
Compiling lz4-sys v1.9.2
Compiling libsqlite3-sys v0.18.0
Compiling blake3 v0.3.7
Compiling getopts v0.2.21
Compiling lru-cache v0.1.2
Compiling quote v1.0.7
Compiling aho-corasick v0.7.15
Compiling time v0.1.44
Compiling terminal_size v0.1.15
Compiling atty v0.2.14
Compiling xattr v0.2.2
Compiling filetime v0.2.13
Compiling fs2 v0.4.3
Compiling regex v1.4.2
Compiling crossbeam-channel v0.5.0
Compiling codemap-diagnostic v0.1.1
Compiling tar v0.4.30
Compiling digest v0.9.0
Compiling crypto-mac v0.8.0
Compiling console v0.13.0
Compiling thiserror-impl v1.0.22
Compiling lz4 v1.23.2
Compiling indicatif v0.15.0
Compiling thiserror v1.0.22
Compiling serde_bare v0.3.0
Compiling chrono v0.4.19
Compiling rusqlite v0.23.1
error[E0308]: mismatched types
--> src/base64.rs:15:13
|
15 | out_buf.as_mut_ptr() as *mut i8,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*mut u8`
found raw pointer `*mut i8`
error[E0308]: mismatched types
--> src/base64.rs:44:13
|
44 | data.as_ptr() as *const i8,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*const u8`
found raw pointer `*const i8`
error[E0308]: mismatched types
--> src/base64.rs:48:13
|
48 | std::ptr::null_mut::<*const i8>(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*mut *const u8`
found raw pointer `*mut *const i8`
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0308`.
error: could not compile `bupstash`
To learn more, run the command again with --verbose.
``` | True | Building on ARM64 fails - Using following environment:
- rustc: 1.49.0 (e1884a8e3 2020-12-29)
- os: Linux rpi4 5.4.83-1-MANJARO-ARM #1 SMP PREEMPT aarch64 GNU/Linux
- commit: b3e2ee2e3d457cd71fb78854b4a2025879779d79 (current master)
`cargo build --release` fails with the following error
```shell
Compiling libc v0.2.80
Compiling cc v1.0.65
Compiling proc-macro2 v1.0.24
Compiling autocfg v1.0.1
Compiling unicode-xid v0.2.1
Compiling syn v1.0.51
Compiling memchr v2.3.4
Compiling typenum v1.12.0
Compiling version_check v0.9.2
Compiling pkg-config v0.3.19
Compiling lazy_static v1.4.0
Compiling serde_derive v1.0.117
Compiling serde v1.0.117
Compiling bitflags v1.2.1
Compiling cfg-if v1.0.0
Compiling ryu v1.0.5
Compiling unicode-width v0.1.8
Compiling regex-syntax v0.6.21
Compiling serde_json v1.0.59
Compiling subtle v2.3.0
Compiling nix v0.17.0
Compiling anyhow v1.0.34
Compiling linked-hash-map v0.5.3
Compiling cfg-if v0.1.10
Compiling fallible-streaming-iterator v0.1.9
Compiling codemap v0.1.3
Compiling arrayvec v0.5.2
Compiling arrayref v0.3.6
Compiling void v1.0.2
Compiling constant_time_eq v0.1.5
Compiling number_prefix v0.3.0
Compiling termcolor v1.1.2
Compiling itoa v0.4.6
Compiling fallible-iterator v0.2.0
Compiling smallvec v1.5.0
Compiling shlex v0.1.1
Compiling path-clean v0.1.0
Compiling rangemap v0.1.8
Compiling glob v0.3.0
Compiling once_cell v1.5.2
Compiling humantime v2.0.1
Compiling num-traits v0.2.14
Compiling crossbeam-utils v0.8.1
Compiling num-integer v0.1.44
Compiling generic-array v0.14.4
Compiling thread_local v1.0.1
Compiling bupstash v0.6.2 (/home/el/bupstash)
Compiling lz4-sys v1.9.2
Compiling libsqlite3-sys v0.18.0
Compiling blake3 v0.3.7
Compiling getopts v0.2.21
Compiling lru-cache v0.1.2
Compiling quote v1.0.7
Compiling aho-corasick v0.7.15
Compiling time v0.1.44
Compiling terminal_size v0.1.15
Compiling atty v0.2.14
Compiling xattr v0.2.2
Compiling filetime v0.2.13
Compiling fs2 v0.4.3
Compiling regex v1.4.2
Compiling crossbeam-channel v0.5.0
Compiling codemap-diagnostic v0.1.1
Compiling tar v0.4.30
Compiling digest v0.9.0
Compiling crypto-mac v0.8.0
Compiling console v0.13.0
Compiling thiserror-impl v1.0.22
Compiling lz4 v1.23.2
Compiling indicatif v0.15.0
Compiling thiserror v1.0.22
Compiling serde_bare v0.3.0
Compiling chrono v0.4.19
Compiling rusqlite v0.23.1
error[E0308]: mismatched types
--> src/base64.rs:15:13
|
15 | out_buf.as_mut_ptr() as *mut i8,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*mut u8`
found raw pointer `*mut i8`
error[E0308]: mismatched types
--> src/base64.rs:44:13
|
44 | data.as_ptr() as *const i8,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*const u8`
found raw pointer `*const i8`
error[E0308]: mismatched types
--> src/base64.rs:48:13
|
48 | std::ptr::null_mut::<*const i8>(),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u8`, found `i8`
|
= note: expected raw pointer `*mut *const u8`
found raw pointer `*mut *const i8`
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0308`.
error: could not compile `bupstash`
To learn more, run the command again with --verbose.
``` | non_defect | building on fails using following environment rustc os linux manjaro arm smp preempt gnu linux commit current master cargo build release fails with the following error shell compiling libc compiling cc compiling proc compiling autocfg compiling unicode xid compiling syn compiling memchr compiling typenum compiling version check compiling pkg config compiling lazy static compiling serde derive compiling serde compiling bitflags compiling cfg if compiling ryu compiling unicode width compiling regex syntax compiling serde json compiling subtle compiling nix compiling anyhow compiling linked hash map compiling cfg if compiling fallible streaming iterator compiling codemap compiling arrayvec compiling arrayref compiling void compiling constant time eq compiling number prefix compiling termcolor compiling itoa compiling fallible iterator compiling smallvec compiling shlex compiling path clean compiling rangemap compiling glob compiling once cell compiling humantime compiling num traits compiling crossbeam utils compiling num integer compiling generic array compiling thread local compiling bupstash home el bupstash compiling sys compiling sys compiling compiling getopts compiling lru cache compiling quote compiling aho corasick compiling time compiling terminal size compiling atty compiling xattr compiling filetime compiling compiling regex compiling crossbeam channel compiling codemap diagnostic compiling tar compiling digest compiling crypto mac compiling console compiling thiserror impl compiling compiling indicatif compiling thiserror compiling serde bare compiling chrono compiling rusqlite error mismatched types src rs out buf as mut ptr as mut expected found note expected raw pointer mut found raw pointer mut error mismatched types src rs data as ptr as const expected found note expected raw pointer const found raw pointer const error mismatched types src rs std ptr null mut expected found note expected raw pointer mut const found raw pointer mut const error aborting due to previous errors for more information about this error try rustc explain error could not compile bupstash to learn more run the command again with verbose | 0 |
61,920 | 17,023,808,931 | IssuesEvent | 2021-07-03 03:58:17 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Relation properties dialog is too small | Component: potlatch2 Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 1.49pm, Thursday, 12th July 2012]**
When I open relation properties in Potlatch 2: https://www.dropbox.com/s/yzsp70gu0tl17mo/potlatch2-screenshot-1.png
As you can see advanced properties and members are not visible. I need to scroll to access it: https://www.dropbox.com/s/0wa7ltlzm5alqzv/potlatch2-screenshot-2.png
Also relation properties dialog is not resizeable. It's realy annoying.
== Minimal patch ==
file: RelationEditorPanel.mxml
-- title="Edit Relation" width="350" height="400"
++ title="Edit Relation" width="450" height="500"
| 1.0 | Relation properties dialog is too small - **[Submitted to the original trac issue database at 1.49pm, Thursday, 12th July 2012]**
When I open relation properties in Potlatch 2: https://www.dropbox.com/s/yzsp70gu0tl17mo/potlatch2-screenshot-1.png
As you can see advanced properties and members are not visible. I need to scroll to access it: https://www.dropbox.com/s/0wa7ltlzm5alqzv/potlatch2-screenshot-2.png
Also relation properties dialog is not resizeable. It's realy annoying.
== Minimal patch ==
file: RelationEditorPanel.mxml
-- title="Edit Relation" width="350" height="400"
++ title="Edit Relation" width="450" height="500"
| defect | relation properties dialog is too small when i open relation properties in potlatch as you can see advanced properties and members are not visible i need to scroll to access it also relation properties dialog is not resizeable it s realy annoying minimal patch file relationeditorpanel mxml title edit relation width height title edit relation width height | 1 |
54,516 | 13,912,046,466 | IssuesEvent | 2020-10-20 18:16:46 | jgeraigery/LocalCatalogManager | https://api.github.com/repos/jgeraigery/LocalCatalogManager | opened | CVE-2014-3643 (High) detected in jersey-server-1.8.jar, jersey-core-1.8.jar | security vulnerability | ## CVE-2014-3643 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jersey-server-1.8.jar</b>, <b>jersey-core-1.8.jar</b></p></summary>
<p>
<details><summary><b>jersey-server-1.8.jar</b></p></summary>
<p>Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.</p>
<p>Library home page: <a href="https://jersey.dev.java.net/">https://jersey.dev.java.net/</a></p>
<p>Path to dependency file: LocalCatalogManager/lcm-packaging/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/sun/jersey/jersey-server/1.8/jersey-server-1.8.jar,/home/wss-scanner/.m2/repository/com/sun/jersey/jersey-server/1.8/jersey-server-1.8.jar</p>
<p>
Dependency Hierarchy:
- hadoop-core-1.2.1.jar (Root Library)
- :x: **jersey-server-1.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jersey-core-1.8.jar</b></p></summary>
<p>Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.</p>
<p>Library home page: <a href="https://jersey.dev.java.net/">https://jersey.dev.java.net/</a></p>
<p>Path to dependency file: LocalCatalogManager/lcm-server/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/sun/jersey/jersey-core/1.8/jersey-core-1.8.jar,/home/wss-scanner/.m2/repository/com/sun/jersey/jersey-core/1.8/jersey-core-1.8.jar</p>
<p>
Dependency Hierarchy:
- hadoop-core-1.2.1.jar (Root Library)
- :x: **jersey-core-1.8.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/LocalCatalogManager/commit/b8c24e199f2d440dea3ce3cc2c66ada102d5d922">b8c24e199f2d440dea3ce3cc2c66ada102d5d922</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jersey: XXE via parameter entities not disabled by the jersey SAX parser
<p>Publish Date: 2019-12-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-3643>CVE-2014-3643</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3643">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3643</a></p>
<p>Release Date: 2019-12-15</p>
<p>Fix Resolution: com.sun.jersey:jersey-core:1.13;com.sun.jersey:jersey-server:1.13</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.sun.jersey","packageName":"jersey-server","packageVersion":"1.8","isTransitiveDependency":true,"dependencyTree":"org.apache.hadoop:hadoop-core:1.2.1;com.sun.jersey:jersey-server:1.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.sun.jersey:jersey-core:1.13;com.sun.jersey:jersey-server:1.13"},{"packageType":"Java","groupId":"com.sun.jersey","packageName":"jersey-core","packageVersion":"1.8","isTransitiveDependency":true,"dependencyTree":"org.apache.hadoop:hadoop-core:1.2.1;com.sun.jersey:jersey-core:1.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.sun.jersey:jersey-core:1.13;com.sun.jersey:jersey-server:1.13"}],"vulnerabilityIdentifier":"CVE-2014-3643","vulnerabilityDetails":"jersey: XXE via parameter entities not disabled by the jersey SAX parser","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-3643","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | True | CVE-2014-3643 (High) detected in jersey-server-1.8.jar, jersey-core-1.8.jar - ## CVE-2014-3643 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jersey-server-1.8.jar</b>, <b>jersey-core-1.8.jar</b></p></summary>
<p>
<details><summary><b>jersey-server-1.8.jar</b></p></summary>
<p>Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.</p>
<p>Library home page: <a href="https://jersey.dev.java.net/">https://jersey.dev.java.net/</a></p>
<p>Path to dependency file: LocalCatalogManager/lcm-packaging/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/sun/jersey/jersey-server/1.8/jersey-server-1.8.jar,/home/wss-scanner/.m2/repository/com/sun/jersey/jersey-server/1.8/jersey-server-1.8.jar</p>
<p>
Dependency Hierarchy:
- hadoop-core-1.2.1.jar (Root Library)
- :x: **jersey-server-1.8.jar** (Vulnerable Library)
</details>
<details><summary><b>jersey-core-1.8.jar</b></p></summary>
<p>Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.</p>
<p>Library home page: <a href="https://jersey.dev.java.net/">https://jersey.dev.java.net/</a></p>
<p>Path to dependency file: LocalCatalogManager/lcm-server/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/sun/jersey/jersey-core/1.8/jersey-core-1.8.jar,/home/wss-scanner/.m2/repository/com/sun/jersey/jersey-core/1.8/jersey-core-1.8.jar</p>
<p>
Dependency Hierarchy:
- hadoop-core-1.2.1.jar (Root Library)
- :x: **jersey-core-1.8.jar** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/jgeraigery/LocalCatalogManager/commit/b8c24e199f2d440dea3ce3cc2c66ada102d5d922">b8c24e199f2d440dea3ce3cc2c66ada102d5d922</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jersey: XXE via parameter entities not disabled by the jersey SAX parser
<p>Publish Date: 2019-12-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-3643>CVE-2014-3643</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3643">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3643</a></p>
<p>Release Date: 2019-12-15</p>
<p>Fix Resolution: com.sun.jersey:jersey-core:1.13;com.sun.jersey:jersey-server:1.13</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.sun.jersey","packageName":"jersey-server","packageVersion":"1.8","isTransitiveDependency":true,"dependencyTree":"org.apache.hadoop:hadoop-core:1.2.1;com.sun.jersey:jersey-server:1.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.sun.jersey:jersey-core:1.13;com.sun.jersey:jersey-server:1.13"},{"packageType":"Java","groupId":"com.sun.jersey","packageName":"jersey-core","packageVersion":"1.8","isTransitiveDependency":true,"dependencyTree":"org.apache.hadoop:hadoop-core:1.2.1;com.sun.jersey:jersey-core:1.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.sun.jersey:jersey-core:1.13;com.sun.jersey:jersey-server:1.13"}],"vulnerabilityIdentifier":"CVE-2014-3643","vulnerabilityDetails":"jersey: XXE via parameter entities not disabled by the jersey SAX parser","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-3643","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in jersey server jar jersey core jar cve high severity vulnerability vulnerable libraries jersey server jar jersey core jar jersey server jar jersey is the open source under dual cddl gpl license jax rs jsr production quality reference implementation for building restful web services library home page a href path to dependency file localcatalogmanager lcm packaging pom xml path to vulnerable library home wss scanner repository com sun jersey jersey server jersey server jar home wss scanner repository com sun jersey jersey server jersey server jar dependency hierarchy hadoop core jar root library x jersey server jar vulnerable library jersey core jar jersey is the open source under dual cddl gpl license jax rs jsr production quality reference implementation for building restful web services library home page a href path to dependency file localcatalogmanager lcm server pom xml path to vulnerable library home wss scanner repository com sun jersey jersey core jersey core jar home wss scanner repository com sun jersey jersey core jersey core jar dependency hierarchy hadoop core jar root library x jersey core jar vulnerable library found in head commit a href found in base branch master vulnerability details jersey xxe via parameter entities not disabled by the jersey sax parser publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com sun jersey jersey core com sun jersey jersey server isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails jersey xxe via parameter entities not disabled by the jersey sax parser vulnerabilityurl | 0 |
75,590 | 25,935,314,961 | IssuesEvent | 2022-12-16 13:39:41 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: core dump when calling scipy.optimize.linprog | defect | ### Describe your issue.
When calling `scipy.optimize.linprog` on a particular set of data (available in the attached zip file), `linprog` throws an error followed but a core dump.
Here is the zip file: [equations.zip](https://github.com/scipy/scipy/files/10246138/equations.zip)
As requested, here is the GDB traceback:
```
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff3bff640 (LWP 34412)]
[New Thread 0x7ffff13fe640 (LWP 34413)]
[New Thread 0x7fffeebfd640 (LWP 34414)]
[New Thread 0x7fffec3fc640 (LWP 34415)]
[New Thread 0x7fffe9bfb640 (LWP 34416)]
[New Thread 0x7fffe73fa640 (LWP 34417)]
[New Thread 0x7fffe6bf9640 (LWP 34418)]
[New Thread 0x7fffe43f8640 (LWP 34419)]
[New Thread 0x7fffe1bf7640 (LWP 34420)]
[New Thread 0x7fffdf3f6640 (LWP 34421)]
[New Thread 0x7fffdabf5640 (LWP 34422)]
[New Thread 0x7fffda3f4640 (LWP 34423)]
[New Thread 0x7fffd7bf3640 (LWP 34424)]
[New Thread 0x7fffd53f2640 (LWP 34425)]
[New Thread 0x7fffd2bf1640 (LWP 34426)]
[New Thread 0x7fffd03f0640 (LWP 34427)]
[New Thread 0x7fffcdbef640 (LWP 34428)]
[New Thread 0x7fffc93ee640 (LWP 34429)]
[New Thread 0x7fffc6bed640 (LWP 34430)]
[Thread 0x7fffc6bed640 (LWP 34430) exited]
[Thread 0x7fffc93ee640 (LWP 34429) exited]
[Thread 0x7fffcdbef640 (LWP 34428) exited]
[Thread 0x7fffd03f0640 (LWP 34427) exited]
[Thread 0x7fffd2bf1640 (LWP 34426) exited]
[Thread 0x7fffd53f2640 (LWP 34425) exited]
[Thread 0x7fffd7bf3640 (LWP 34424) exited]
[Thread 0x7fffda3f4640 (LWP 34423) exited]
[Thread 0x7fffdabf5640 (LWP 34422) exited]
[Thread 0x7fffdf3f6640 (LWP 34421) exited]
[Thread 0x7fffe1bf7640 (LWP 34420) exited]
[Thread 0x7fffe43f8640 (LWP 34419) exited]
[Thread 0x7fffe6bf9640 (LWP 34418) exited]
[Thread 0x7fffe73fa640 (LWP 34417) exited]
[Thread 0x7fffe9bfb640 (LWP 34416) exited]
[Thread 0x7fffec3fc640 (LWP 34415) exited]
[Thread 0x7fffeebfd640 (LWP 34414) exited]
[Thread 0x7ffff13fe640 (LWP 34413) exited]
[Thread 0x7ffff3bff640 (LWP 34412) exited]
[Detaching after fork from child process 34431]
[New Thread 0x7fffc6bed640 (LWP 34432)]
[New Thread 0x7fffc93ee640 (LWP 34433)]
[New Thread 0x7fffcdbef640 (LWP 34434)]
[New Thread 0x7fffd03f0640 (LWP 34435)]
[New Thread 0x7fffec3fc640 (LWP 34436)]
[New Thread 0x7fffe9bfb640 (LWP 34437)]
[New Thread 0x7fffe73fa640 (LWP 34438)]
[New Thread 0x7fffe6bf9640 (LWP 34439)]
[New Thread 0x7fffe43f8640 (LWP 34440)]
[New Thread 0x7fffe1bf7640 (LWP 34441)]
[New Thread 0x7fffdf3f6640 (LWP 34442)]
[New Thread 0x7fffdabf5640 (LWP 34443)]
[New Thread 0x7fffda3f4640 (LWP 34444)]
[New Thread 0x7fffd7bf3640 (LWP 34445)]
[New Thread 0x7fffd53f2640 (LWP 34446)]
[New Thread 0x7fffd2bf1640 (LWP 34447)]
[New Thread 0x7fffa21ff640 (LWP 34448)]
[New Thread 0x7fff9f9fe640 (LWP 34449)]
[New Thread 0x7fff9d1fd640 (LWP 34450)]
[New Thread 0x7fff995f8640 (LWP 34451)]
[New Thread 0x7fff98df7640 (LWP 34452)]
[New Thread 0x7fff985f6640 (LWP 34453)]
[New Thread 0x7fff97df5640 (LWP 34454)]
[New Thread 0x7fff975f4640 (LWP 34455)]
[New Thread 0x7fff96df3640 (LWP 34456)]
[New Thread 0x7fff965f2640 (LWP 34457)]
[New Thread 0x7fff95df1640 (LWP 34458)]
[New Thread 0x7fff955f0640 (LWP 34459)]
python: ../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp:2544: void HEkkPrimal::updateVerify(): Assertion `numericalTrouble < 1e-3' failed.
Thread 1 "python" received signal SIGABRT, Aborted.
__pthread_kill_implementation (no_tid=0, signo=6, threadid=140737350246400) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kill.c: No such file or directory.
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737350246400) at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=140737350246400) at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=140737350246400, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#3 0x00007ffff7c8d476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#4 0x00007ffff7c737f3 in __GI_abort () at ./stdlib/abort.c:79
#5 0x00007ffff7c7371b in __assert_fail_base (fmt=0x7ffff7e28150 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x7fff9a202cba "numericalTrouble < 1e-3",
file=0x7fff9a2016d8 "../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp", line=2544, function=<optimized out>) at ./assert/assert.c:92
#6 0x00007ffff7c84e96 in __GI___assert_fail (assertion=0x7fff9a202cba "numericalTrouble < 1e-3", file=0x7fff9a2016d8 "../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp",
line=2544, function=0x7fff9a201ba8 "void HEkkPrimal::updateVerify()") at ./assert/assert.c:101
#7 0x00007fff9a10b82b in HEkkPrimal::updateVerify() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#8 0x00007fff9a10fa04 in HEkkPrimal::iterate() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#9 0x00007fff9a10ff78 in HEkkPrimal::solvePhase2() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#10 0x00007fff9a110530 in HEkkPrimal::solve(bool) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#11 0x00007fff9a0fc824 in HEkk::solve(bool) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#12 0x00007fff99fd5a90 in solveLpSimplex(HighsLpSolverObject&) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#13 0x00007fff99fd3d18 in solveLp(HighsLpSolverObject&, std::string) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#14 0x00007fff99f91e50 in Highs::callSolveLp(HighsLp&, std::string) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#15 0x00007fff99f9f066 in Highs::run() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#16 0x00007fff99f73e06 in __pyx_pw_5scipy_8optimize_6_highs_6cython_3src_14_highs_wrapper_1_highs_wrapper(_object*, _object*, _object*) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#17 0x00000000005223b7 in PyCFunction_Call ()
#18 0x000000000050ca93 in _PyObject_MakeTpCall ()
#19 0x00000000005083a7 in _PyEval_EvalFrameDefault ()
#20 0x00000000005027da in _PyEval_EvalCodeWithName ()
#21 0x000000000051499d in _PyFunction_Vectorcall ()
#22 0x00000000005247ce in PyObject_Call ()
#23 0x0000000000505a66 in _PyEval_EvalFrameDefault ()
#24 0x00000000005027da in _PyEval_EvalCodeWithName ()
#25 0x000000000051499d in _PyFunction_Vectorcall ()
#26 0x0000000000504b1f in _PyEval_EvalFrameDefault ()
#27 0x00000000005027da in _PyEval_EvalCodeWithName ()
#28 0x00000000005d69a7 in PyEval_EvalCode ()
#29 0x00000000005f77c5 in ?? ()
#30 0x00000000005f67d3 in ?? ()
#31 0x00000000005f5876 in ?? ()
#32 0x00000000005f5527 in PyRun_SimpleFileExFlags ()
#33 0x00000000005f26c1 in Py_RunMain ()
#34 0x00000000005caa8d in Py_BytesMain ()
#35 0x00007ffff7c74d90 in __libc_start_call_main (main=main@entry=0x5caa50 <main>, argc=argc@entry=2, argv=argv@entry=0x7fffffffde78)
at ../sysdeps/nptl/libc_start_call_main.h:58
#36 0x00007ffff7c74e40 in __libc_start_main_impl (main=0x5caa50 <main>, argc=2, argv=0x7fffffffde78, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7fffffffde68) at ../csu/libc-start.c:392
#37 0x00000000005ca985 in _start ()
```
### Reproducing Code Example
```python
from scipy.optimize import linprog
import numpy as np
equations = np.load('equations.npy', allow_pickle=True) # equations.npy available in the attached zip file
# code below from https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.HalfspaceIntersection.html
norm_vector = np.reshape(np.linalg.norm(equations[:, :-1], axis=1), (equations.shape[0], 1))
c = np.zeros((equations.shape[1],))
c[-1] = -1
A = np.hstack((equations[:, :-1], norm_vector))
b = - equations[:, -1:]
res = linprog(c, A_ub=A, b_ub=b, bounds=(None, None))
```
### Error message
```shell
python: ../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp:2544: void HEkkPrimal::updateVerify(): Assertion `numericalTrouble < 1e-3' failed.
Aborted (core dumped)
```
### SciPy/NumPy/Python version information
1.9.3 1.23.5 sys.version_info(major=3, minor=8, micro=16, releaselevel='final', serial=0) | 1.0 | BUG: core dump when calling scipy.optimize.linprog - ### Describe your issue.
When calling `scipy.optimize.linprog` on a particular set of data (available in the attached zip file), `linprog` throws an error followed but a core dump.
Here is the zip file: [equations.zip](https://github.com/scipy/scipy/files/10246138/equations.zip)
As requested, here is the GDB traceback:
```
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff3bff640 (LWP 34412)]
[New Thread 0x7ffff13fe640 (LWP 34413)]
[New Thread 0x7fffeebfd640 (LWP 34414)]
[New Thread 0x7fffec3fc640 (LWP 34415)]
[New Thread 0x7fffe9bfb640 (LWP 34416)]
[New Thread 0x7fffe73fa640 (LWP 34417)]
[New Thread 0x7fffe6bf9640 (LWP 34418)]
[New Thread 0x7fffe43f8640 (LWP 34419)]
[New Thread 0x7fffe1bf7640 (LWP 34420)]
[New Thread 0x7fffdf3f6640 (LWP 34421)]
[New Thread 0x7fffdabf5640 (LWP 34422)]
[New Thread 0x7fffda3f4640 (LWP 34423)]
[New Thread 0x7fffd7bf3640 (LWP 34424)]
[New Thread 0x7fffd53f2640 (LWP 34425)]
[New Thread 0x7fffd2bf1640 (LWP 34426)]
[New Thread 0x7fffd03f0640 (LWP 34427)]
[New Thread 0x7fffcdbef640 (LWP 34428)]
[New Thread 0x7fffc93ee640 (LWP 34429)]
[New Thread 0x7fffc6bed640 (LWP 34430)]
[Thread 0x7fffc6bed640 (LWP 34430) exited]
[Thread 0x7fffc93ee640 (LWP 34429) exited]
[Thread 0x7fffcdbef640 (LWP 34428) exited]
[Thread 0x7fffd03f0640 (LWP 34427) exited]
[Thread 0x7fffd2bf1640 (LWP 34426) exited]
[Thread 0x7fffd53f2640 (LWP 34425) exited]
[Thread 0x7fffd7bf3640 (LWP 34424) exited]
[Thread 0x7fffda3f4640 (LWP 34423) exited]
[Thread 0x7fffdabf5640 (LWP 34422) exited]
[Thread 0x7fffdf3f6640 (LWP 34421) exited]
[Thread 0x7fffe1bf7640 (LWP 34420) exited]
[Thread 0x7fffe43f8640 (LWP 34419) exited]
[Thread 0x7fffe6bf9640 (LWP 34418) exited]
[Thread 0x7fffe73fa640 (LWP 34417) exited]
[Thread 0x7fffe9bfb640 (LWP 34416) exited]
[Thread 0x7fffec3fc640 (LWP 34415) exited]
[Thread 0x7fffeebfd640 (LWP 34414) exited]
[Thread 0x7ffff13fe640 (LWP 34413) exited]
[Thread 0x7ffff3bff640 (LWP 34412) exited]
[Detaching after fork from child process 34431]
[New Thread 0x7fffc6bed640 (LWP 34432)]
[New Thread 0x7fffc93ee640 (LWP 34433)]
[New Thread 0x7fffcdbef640 (LWP 34434)]
[New Thread 0x7fffd03f0640 (LWP 34435)]
[New Thread 0x7fffec3fc640 (LWP 34436)]
[New Thread 0x7fffe9bfb640 (LWP 34437)]
[New Thread 0x7fffe73fa640 (LWP 34438)]
[New Thread 0x7fffe6bf9640 (LWP 34439)]
[New Thread 0x7fffe43f8640 (LWP 34440)]
[New Thread 0x7fffe1bf7640 (LWP 34441)]
[New Thread 0x7fffdf3f6640 (LWP 34442)]
[New Thread 0x7fffdabf5640 (LWP 34443)]
[New Thread 0x7fffda3f4640 (LWP 34444)]
[New Thread 0x7fffd7bf3640 (LWP 34445)]
[New Thread 0x7fffd53f2640 (LWP 34446)]
[New Thread 0x7fffd2bf1640 (LWP 34447)]
[New Thread 0x7fffa21ff640 (LWP 34448)]
[New Thread 0x7fff9f9fe640 (LWP 34449)]
[New Thread 0x7fff9d1fd640 (LWP 34450)]
[New Thread 0x7fff995f8640 (LWP 34451)]
[New Thread 0x7fff98df7640 (LWP 34452)]
[New Thread 0x7fff985f6640 (LWP 34453)]
[New Thread 0x7fff97df5640 (LWP 34454)]
[New Thread 0x7fff975f4640 (LWP 34455)]
[New Thread 0x7fff96df3640 (LWP 34456)]
[New Thread 0x7fff965f2640 (LWP 34457)]
[New Thread 0x7fff95df1640 (LWP 34458)]
[New Thread 0x7fff955f0640 (LWP 34459)]
python: ../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp:2544: void HEkkPrimal::updateVerify(): Assertion `numericalTrouble < 1e-3' failed.
Thread 1 "python" received signal SIGABRT, Aborted.
__pthread_kill_implementation (no_tid=0, signo=6, threadid=140737350246400) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kill.c: No such file or directory.
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737350246400) at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=140737350246400) at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=140737350246400, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#3 0x00007ffff7c8d476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#4 0x00007ffff7c737f3 in __GI_abort () at ./stdlib/abort.c:79
#5 0x00007ffff7c7371b in __assert_fail_base (fmt=0x7ffff7e28150 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x7fff9a202cba "numericalTrouble < 1e-3",
file=0x7fff9a2016d8 "../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp", line=2544, function=<optimized out>) at ./assert/assert.c:92
#6 0x00007ffff7c84e96 in __GI___assert_fail (assertion=0x7fff9a202cba "numericalTrouble < 1e-3", file=0x7fff9a2016d8 "../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp",
line=2544, function=0x7fff9a201ba8 "void HEkkPrimal::updateVerify()") at ./assert/assert.c:101
#7 0x00007fff9a10b82b in HEkkPrimal::updateVerify() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#8 0x00007fff9a10fa04 in HEkkPrimal::iterate() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#9 0x00007fff9a10ff78 in HEkkPrimal::solvePhase2() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#10 0x00007fff9a110530 in HEkkPrimal::solve(bool) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#11 0x00007fff9a0fc824 in HEkk::solve(bool) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#12 0x00007fff99fd5a90 in solveLpSimplex(HighsLpSolverObject&) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#13 0x00007fff99fd3d18 in solveLp(HighsLpSolverObject&, std::string) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#14 0x00007fff99f91e50 in Highs::callSolveLp(HighsLp&, std::string) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#15 0x00007fff99f9f066 in Highs::run() ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#16 0x00007fff99f73e06 in __pyx_pw_5scipy_8optimize_6_highs_6cython_3src_14_highs_wrapper_1_highs_wrapper(_object*, _object*, _object*) ()
from /home/ftresold/scipy_report/venv/lib/python3.8/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-38-x86_64-linux-gnu.so
#17 0x00000000005223b7 in PyCFunction_Call ()
#18 0x000000000050ca93 in _PyObject_MakeTpCall ()
#19 0x00000000005083a7 in _PyEval_EvalFrameDefault ()
#20 0x00000000005027da in _PyEval_EvalCodeWithName ()
#21 0x000000000051499d in _PyFunction_Vectorcall ()
#22 0x00000000005247ce in PyObject_Call ()
#23 0x0000000000505a66 in _PyEval_EvalFrameDefault ()
#24 0x00000000005027da in _PyEval_EvalCodeWithName ()
#25 0x000000000051499d in _PyFunction_Vectorcall ()
#26 0x0000000000504b1f in _PyEval_EvalFrameDefault ()
#27 0x00000000005027da in _PyEval_EvalCodeWithName ()
#28 0x00000000005d69a7 in PyEval_EvalCode ()
#29 0x00000000005f77c5 in ?? ()
#30 0x00000000005f67d3 in ?? ()
#31 0x00000000005f5876 in ?? ()
#32 0x00000000005f5527 in PyRun_SimpleFileExFlags ()
#33 0x00000000005f26c1 in Py_RunMain ()
#34 0x00000000005caa8d in Py_BytesMain ()
#35 0x00007ffff7c74d90 in __libc_start_call_main (main=main@entry=0x5caa50 <main>, argc=argc@entry=2, argv=argv@entry=0x7fffffffde78)
at ../sysdeps/nptl/libc_start_call_main.h:58
#36 0x00007ffff7c74e40 in __libc_start_main_impl (main=0x5caa50 <main>, argc=2, argv=0x7fffffffde78, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7fffffffde68) at ../csu/libc-start.c:392
#37 0x00000000005ca985 in _start ()
```
### Reproducing Code Example
```python
from scipy.optimize import linprog
import numpy as np
equations = np.load('equations.npy', allow_pickle=True) # equations.npy available in the attached zip file
# code below from https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.HalfspaceIntersection.html
norm_vector = np.reshape(np.linalg.norm(equations[:, :-1], axis=1), (equations.shape[0], 1))
c = np.zeros((equations.shape[1],))
c[-1] = -1
A = np.hstack((equations[:, :-1], norm_vector))
b = - equations[:, -1:]
res = linprog(c, A_ub=A, b_ub=b, bounds=(None, None))
```
### Error message
```shell
python: ../../scipy/_lib/highs/src/simplex/HEkkPrimal.cpp:2544: void HEkkPrimal::updateVerify(): Assertion `numericalTrouble < 1e-3' failed.
Aborted (core dumped)
```
### SciPy/NumPy/Python version information
1.9.3 1.23.5 sys.version_info(major=3, minor=8, micro=16, releaselevel='final', serial=0) | defect | bug core dump when calling scipy optimize linprog describe your issue when calling scipy optimize linprog on a particular set of data available in the attached zip file linprog throws an error followed but a core dump here is the zip file as requested here is the gdb traceback using host libthread db library lib linux gnu libthread db so python scipy lib highs src simplex hekkprimal cpp void hekkprimal updateverify assertion numericaltrouble failed thread python received signal sigabrt aborted pthread kill implementation no tid signo threadid at nptl pthread kill c nptl pthread kill c no such file or directory gdb bt pthread kill implementation no tid signo threadid at nptl pthread kill c pthread kill internal signo threadid at nptl pthread kill c gi pthread kill threadid signo signo entry at nptl pthread kill c in gi raise sig sig entry at sysdeps posix raise c in gi abort at stdlib abort c in assert fail base fmt s s s u s sassertion s failed n n assertion numericaltrouble file scipy lib highs src simplex hekkprimal cpp line function at assert assert c in gi assert fail assertion numericaltrouble file scipy lib highs src simplex hekkprimal cpp line function void hekkprimal updateverify at assert assert c in hekkprimal updateverify from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in hekkprimal iterate from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in hekkprimal from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in hekkprimal solve bool from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in hekk solve bool from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in solvelpsimplex highslpsolverobject from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in solvelp highslpsolverobject std string from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in highs callsolvelp highslp std string from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in highs run from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in pyx pw highs highs wrapper highs wrapper object object object from home ftresold scipy report venv lib site packages scipy optimize highs highs wrapper cpython linux gnu so in pycfunction call in pyobject maketpcall in pyeval evalframedefault in pyeval evalcodewithname in pyfunction vectorcall in pyobject call in pyeval evalframedefault in pyeval evalcodewithname in pyfunction vectorcall in pyeval evalframedefault in pyeval evalcodewithname in pyeval evalcode in in in in pyrun simplefileexflags in py runmain in py bytesmain in libc start call main main main entry argc argc entry argv argv entry at sysdeps nptl libc start call main h in libc start main impl main argc argv init fini rtld fini stack end at csu libc start c in start reproducing code example python from scipy optimize import linprog import numpy as np equations np load equations npy allow pickle true equations npy available in the attached zip file code below from norm vector np reshape np linalg norm equations axis equations shape c np zeros equations shape c a np hstack equations norm vector b equations res linprog c a ub a b ub b bounds none none error message shell python scipy lib highs src simplex hekkprimal cpp void hekkprimal updateverify assertion numericaltrouble failed aborted core dumped scipy numpy python version information sys version info major minor micro releaselevel final serial | 1 |
181,117 | 30,625,544,017 | IssuesEvent | 2023-07-24 11:13:11 | closerdao/closer-ui | https://api.github.com/repos/closerdao/closer-ui | closed | Display contact and user preview on booking card | design something missing | As a Spacehost, I want to see contact details and user preview right on a booking card.
AC:
- add user preview onto the booking card — name, photo, link to member profile page | 1.0 | Display contact and user preview on booking card - As a Spacehost, I want to see contact details and user preview right on a booking card.
AC:
- add user preview onto the booking card — name, photo, link to member profile page | non_defect | display contact and user preview on booking card as a spacehost i want to see contact details and user preview right on a booking card ac add user preview onto the booking card — name photo link to member profile page | 0 |
9,797 | 2,615,175,106 | IssuesEvent | 2015-03-01 06:58:18 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | WPS lock problem | auto-migrated Priority-Triage Type-Defect | ```
Is this any way to avoid WPS lock problem.
I also try delay and timeout option and also use fake mac but noting hapan
```
Original issue reported on code.google.com by `patilary...@gmail.com` on 16 Apr 2014 at 7:11 | 1.0 | WPS lock problem - ```
Is this any way to avoid WPS lock problem.
I also try delay and timeout option and also use fake mac but noting hapan
```
Original issue reported on code.google.com by `patilary...@gmail.com` on 16 Apr 2014 at 7:11 | defect | wps lock problem is this any way to avoid wps lock problem i also try delay and timeout option and also use fake mac but noting hapan original issue reported on code google com by patilary gmail com on apr at | 1 |
62,161 | 17,023,862,866 | IssuesEvent | 2021-07-03 04:14:36 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | my business address is shown in wrong location | Component: potlatch2 Priority: major Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 7.15pm, Thursday, 16th May 2013]**
My business address is 298 E 300 N St Morgan UT. This website has me in wrong location. My actual Latitude is 41.043716, Longitude -111.677443. I have been working with several maps to get it updated.
Business information. Neil O Maxwell - Farmers Insurance 298 e 300 N St Morgan UT 84050. Please update map so listings using openstreetmap.org for my listing can be corrected. Thanks | 1.0 | my business address is shown in wrong location - **[Submitted to the original trac issue database at 7.15pm, Thursday, 16th May 2013]**
My business address is 298 E 300 N St Morgan UT. This website has me in wrong location. My actual Latitude is 41.043716, Longitude -111.677443. I have been working with several maps to get it updated.
Business information. Neil O Maxwell - Farmers Insurance 298 e 300 N St Morgan UT 84050. Please update map so listings using openstreetmap.org for my listing can be corrected. Thanks | defect | my business address is shown in wrong location my business address is e n st morgan ut this website has me in wrong location my actual latitude is longitude i have been working with several maps to get it updated business information neil o maxwell farmers insurance e n st morgan ut please update map so listings using openstreetmap org for my listing can be corrected thanks | 1 |
20,198 | 10,660,392,906 | IssuesEvent | 2019-10-18 09:49:37 | eclipse/deeplearning4j | https://api.github.com/repos/eclipse/deeplearning4j | opened | DL4J/SameDiff: Map new LSTM op | DL4J Enhancement Performance SameDiff | After the new LSTM ops have been implemented, we need to make them available in DL4J (with MKL-DNN support) and SameDiff.
https://github.com/eclipse/deeplearning4j/issues/8070 | True | DL4J/SameDiff: Map new LSTM op - After the new LSTM ops have been implemented, we need to make them available in DL4J (with MKL-DNN support) and SameDiff.
https://github.com/eclipse/deeplearning4j/issues/8070 | non_defect | samediff map new lstm op after the new lstm ops have been implemented we need to make them available in with mkl dnn support and samediff | 0 |
10,235 | 32,036,835,438 | IssuesEvent | 2023-09-22 15:57:51 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Master unreachable after 2.0 -> 2.11 -> 2.13 -> 2.15 upgrade chain | kind/bug area/docdb priority/medium qa_automation | Jira Link: [DB-3989](https://yugabyte.atlassian.net/browse/DB-3989)
### Description
Noticed in itest-system:
```
testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23: Start
( 0.639s) User Login : Success
( 0.162s) Refresh YB Version : Success
( 90.452s) Setup Provider : Success
( 0.075s) Updating Health Check Interval to 60000 sec : Success
( 330.911s) Create universe dfel-isd2128-b62491ddef-20221024-143446 : Success
( 37.306s) Start sample workloads : Success
( 353.686s) Upgrade Software to 2.11.2.0-b89 : Success
( 453.196s) Executing yb-admin upgrade_ysql : Success
( 274.272s) Upgrade Software to 2.13.2.0-b135 : Success
( 443.400s) Executing yb-admin upgrade_ysql : Success
( 550.804s) Upgrade Software to 2.15.2.1-b1 : >>> Integration Test Failed <<<
wait_for_task: Failed task with errors in 360.78408575057983s:
Failed to execute task {"sleepAfterMasterRestartMillis":180000,"sleepAfterTServerRestartMillis":180000,"nodeExporterUser":"prometheus","universeUUID":"683463eb-bd4f-4c35-9e0d-dfdab4c42e3a","enableYbc":false,"installYbc":false,"ybcInstalled":false,"encryptionAtRestConfig":{"encryptionAtRestEnabled":false,"opType":"UNDEFINED","type":"DATA_KEY"},"communicationPorts":{"masterHttpPort":7000,"masterRpcPort":7100,"tserverHttpPort":9000,"tserverRpcPort":9100,"ybControllerHttpPort":14000,"ybControllerrRpcPort":18018,"redisS..., hit error:
WaitForServer(683463eb-bd4f-4c35-9e0d-dfdab4c42e3a, yb-itest-dfel-isd2128-b62491ddef-20221024-143446-n1, type=MASTER) did not respond in the set time..
( 29.470s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23_20221024_161152 : Success
( 90.651s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23_20221024_161226 : Success
( 0.000s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23_20221024_161226 : Hit error before destroying universe 'dfel-isd2128-b62491ddef-20221024-143446':
'cat /home/yugabyte/master/version_metadata.json' returned error code 1.
( 90.204s) Destroy universe : Success
testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23: End
```
https://jenkins.dev.yugabyte.com/job/itest-system-developer/2128/testReport/junit/(root)/TestUpgradeChain/testupgradechain_aws_rf3_odd_upgrade_2_0_11_0_23/
Based on the master logs something seems strange:
```
W1024 15:53:20.507278 35180 catalog_manager.cc:1273] Failed to get current config: Illegal state (yb/master/catalog_manager.cc:10114): Node a99121c9df5a442c9258ec3bb950ff83 peer not initialized.
W1024 15:53:20.509740 35181 catalog_manager.cc:1273] Failed to get current config: Illegal state (yb/master/catalog_manager.cc:10114): Node a99121c9df5a442c9258ec3bb950ff83 peer not initialized.
W1024 15:53:20.525683 35186 log_util.cc:225] Could not read footer for segment: /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000001: Not found (yb/consensus/log_util.cc:539): Footer not found. Footer magic doesn't match
W1024 15:53:20.525698 35186 log_reader.cc:188] T 00000000000000000000000000000000 P a99121c9df5a442c9258ec3bb950ff83: Log segment /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000001 was likely left in-progress after a previous crash. Will try to rebuild footer by scanning data.
W1024 15:53:20.537175 35186 log_util.cc:225] Could not read footer for segment: /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000006: Not found (yb/consensus/log_util.cc:539): Footer not found. Footer magic doesn't match
W1024 15:53:20.537196 35186 log_reader.cc:188] T 00000000000000000000000000000000 P a99121c9df5a442c9258ec3bb950ff83: Log segment /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000006 was likely left in-progress after a previous crash. Will try to rebuild footer by scanning data.
W1024 15:53:20.586191 35190 catalog_manager.cc:8745] CatalogManager is not yet initialized
W1024 15:53:20.606695 35186 remove_intents_task.cc:57] Remove intents task failed: Aborted (yb/tablet/tablet_peer.cc:1290): Thread pool not ready
W1024 15:53:21.215271 35193 catalog_manager_bg_tasks.cc:132] Catalog manager background task thread going to sleep: Service unavailable (yb/master/scoped_leader_shared_lock.cc:91): Catalog manager is not initialized. State: 1
[...]
W1024 16:04:19.173660 40984 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet 60505c7eb7d74d6c8b2cec3c7d3e8a3b (upgrade_mv_index [id=0000431f00003000800000000000432d]) on TS=fe4713f8f98149fbab9af307182b4646 (task=0x000000000cab68d8, state=kRunning): RunLeaderElection RPC for tablet 60505c7eb7d74d6c8b2cec3c7d3e8a3b on TS fe4713f8f98149fbab9af307182b4646 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet 60505c7eb7d74d6c8b2cec3c7d3e8a3b not RUNNING: BOOTSTRAPPING (tablet server error 12) (raft group state error 0)
W1024 16:04:22.000214 35183 catalog_manager.cc:10037] Expected replicas 3 but found 1 for tablet 4f3e6baa034c4d4c9e41ae7f65b35eab: tablet_id: "4f3e6baa034c4d4c9e41ae7f65b35eab" replicas { ts_info { permanent_uuid: "fe4713f8f98149fbab9af307182b4646" private_rpc_addresses { host: "10.9.128.67" port: 9100 } cloud_info { placement_cloud: "aws" placement_region: "us-west-2" placement_zone: "us-west-2b" } placement_uuid: "d0b4e238-b9cd-4793-b1e5-8252b2a90ddf" capabilities: 2189743739 capabilities: 1427296937 capabilities: 2980225056 } role: LEADER member_type: VOTER } stale: false partition { partition_key_start: "\225S" partition_key_end: "\252\250" } table_id: "f1c4286c213b4ff7a1fb0bffc22509c2" table_ids: "f1c4286c213b4ff7a1fb0bffc22509c2" split_depth: 0 expected_live_replicas: 3 expected_read_replicas: 0 split_parent_tablet_id: "" [suppressed 1 similar messages]
W1024 16:04:22.218209 41021 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet a52790798e384210896d31417b00641b (pg_temp_17189 [id=0000431f00003000800000000000432e]) on TS=c89fcd1a3eed4a048d83507a746c3736 (task=0x000000000c3d9dd8, state=kRunning): RunLeaderElection RPC for tablet a52790798e384210896d31417b00641b on TS c89fcd1a3eed4a048d83507a746c3736 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet a52790798e384210896d31417b00641b not RUNNING: NOT_STARTED (tablet server error 12) (raft group state error 5)
W1024 16:04:22.222407 41022 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet 770160d9225d44918c7d9227552b8ad5 (pg_temp_17189 [id=0000431f00003000800000000000432e]) on TS=fe4713f8f98149fbab9af307182b4646 (task=0x0000000007ab56d8, state=kRunning): RunLeaderElection RPC for tablet 770160d9225d44918c7d9227552b8ad5 on TS fe4713f8f98149fbab9af307182b4646 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet 770160d9225d44918c7d9227552b8ad5 not RUNNING: BOOTSTRAPPING (tablet server error 12) (raft group state error 0)
W1024 16:04:31.768427 40677 env.cc:87] Failed to cleanup /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst: IO error (yb/rocksdb/util/env_posix.cc:238): /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst: No such file or directory
W1024 16:04:31.768445 40677 env.cc:87] Failed to cleanup /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst.sblock.0: IO error (yb/rocksdb/util/env_posix.cc:238): /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst.sblock.0: No such file or directory
W1024 16:05:01.278363 41122 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet 2bd464b527b94454bb0f863ee02543f0 (idx_arr [id=00004339000030008000000000004340]) on TS=15a5ae821602407489bb04b90fc4dc97 (task=0x000000000e69c1d8, state=kRunning): RunLeaderElection RPC for tablet 2bd464b527b94454bb0f863ee02543f0 on TS 15a5ae821602407489bb04b90fc4dc97 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet 2bd464b527b94454bb0f863ee02543f0 not RUNNING: BOOTSTRAPPING (tablet server error 12) (raft group state error 0)
W1024 16:05:28.379812 35356 catalog_manager.cc:10037] Expected replicas 3 but found 1 for tablet 701e889453b94a17a25c8b921bb9147d: tablet_id: "701e889453b94a17a25c8b921bb9147d" replicas { ts_info { permanent_uuid: "fe4713f8f98149fbab9af307182b4646" private_rpc_addresses { host: "10.9.128.67" port: 9100 } cloud_info { placement_cloud: "aws" placement_region: "us-west-2" placement_zone: "us-west-2b" } placement_uuid: "d0b4e238-b9cd-4793-b1e5-8252b2a90ddf" capabilities: 2189743739 capabilities: 1427296937 capabilities: 2980225056 } role: LEADER member_type: VOTER } stale: false partition { partition_key_start: "j\251" partition_key_end: "\177\376" } table_id: "f1c4286c213b4ff7a1fb0bffc22509c2" table_ids: "f1c4286c213b4ff7a1fb0bffc22509c2" split_depth: 0 expected_live_replicas: 3 expected_read_replicas: 0 split_parent_tablet_id: ""
W1024 16:06:32.396144 35208 consensus_peers.cc:543] T 00000000000000000000000000000000 P a99121c9df5a442c9258ec3bb950ff83 -> Peer aa11ef40a1104d74a723c893393abfcf ([host: "10.9.128.67" port: 7100], []): Couldn't send request. Status: Network error (yb/util/net/socket.cc:540): recvmsg error: Connection refused (system error 111). Retrying in the next heartbeat period. Already tried 1 times. State: 2
```
Tserver logs:
```
E1024 15:41:53.653281 25376 tablet_service.cc:1098] UpdateTransaction missing propagated hybrid time for APPLYING
E1024 15:41:53.908589 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562568290304, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.909286 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562571161600, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.910019 25334 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562574221312, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.910676 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562576969728, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.911264 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562579431424, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.911878 25334 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562581913600, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.912495 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562584383488, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.913129 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562586963968, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.913708 25334 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562589437952, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.914289 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562591846400, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.914884 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562594242560, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
```
Full logs: https://drive.google.com/file/d/1qsHnCa9o-NKVH_L3_vcKnqIh9qc-YPdh/view?usp=sharing | 1.0 | [DocDB] Master unreachable after 2.0 -> 2.11 -> 2.13 -> 2.15 upgrade chain - Jira Link: [DB-3989](https://yugabyte.atlassian.net/browse/DB-3989)
### Description
Noticed in itest-system:
```
testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23: Start
( 0.639s) User Login : Success
( 0.162s) Refresh YB Version : Success
( 90.452s) Setup Provider : Success
( 0.075s) Updating Health Check Interval to 60000 sec : Success
( 330.911s) Create universe dfel-isd2128-b62491ddef-20221024-143446 : Success
( 37.306s) Start sample workloads : Success
( 353.686s) Upgrade Software to 2.11.2.0-b89 : Success
( 453.196s) Executing yb-admin upgrade_ysql : Success
( 274.272s) Upgrade Software to 2.13.2.0-b135 : Success
( 443.400s) Executing yb-admin upgrade_ysql : Success
( 550.804s) Upgrade Software to 2.15.2.1-b1 : >>> Integration Test Failed <<<
wait_for_task: Failed task with errors in 360.78408575057983s:
Failed to execute task {"sleepAfterMasterRestartMillis":180000,"sleepAfterTServerRestartMillis":180000,"nodeExporterUser":"prometheus","universeUUID":"683463eb-bd4f-4c35-9e0d-dfdab4c42e3a","enableYbc":false,"installYbc":false,"ybcInstalled":false,"encryptionAtRestConfig":{"encryptionAtRestEnabled":false,"opType":"UNDEFINED","type":"DATA_KEY"},"communicationPorts":{"masterHttpPort":7000,"masterRpcPort":7100,"tserverHttpPort":9000,"tserverRpcPort":9100,"ybControllerHttpPort":14000,"ybControllerrRpcPort":18018,"redisS..., hit error:
WaitForServer(683463eb-bd4f-4c35-9e0d-dfdab4c42e3a, yb-itest-dfel-isd2128-b62491ddef-20221024-143446-n1, type=MASTER) did not respond in the set time..
( 29.470s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23_20221024_161152 : Success
( 90.651s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23_20221024_161226 : Success
( 0.000s) Saved server log files and keys at /share/jenkins/workspace/itest-system-developer/logs/2.17.1.0_testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23_20221024_161226 : Hit error before destroying universe 'dfel-isd2128-b62491ddef-20221024-143446':
'cat /home/yugabyte/master/version_metadata.json' returned error code 1.
( 90.204s) Destroy universe : Success
testupgradechain-aws-rf3-odd-upgrade-2.0.11.0_23: End
```
https://jenkins.dev.yugabyte.com/job/itest-system-developer/2128/testReport/junit/(root)/TestUpgradeChain/testupgradechain_aws_rf3_odd_upgrade_2_0_11_0_23/
Based on the master logs something seems strange:
```
W1024 15:53:20.507278 35180 catalog_manager.cc:1273] Failed to get current config: Illegal state (yb/master/catalog_manager.cc:10114): Node a99121c9df5a442c9258ec3bb950ff83 peer not initialized.
W1024 15:53:20.509740 35181 catalog_manager.cc:1273] Failed to get current config: Illegal state (yb/master/catalog_manager.cc:10114): Node a99121c9df5a442c9258ec3bb950ff83 peer not initialized.
W1024 15:53:20.525683 35186 log_util.cc:225] Could not read footer for segment: /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000001: Not found (yb/consensus/log_util.cc:539): Footer not found. Footer magic doesn't match
W1024 15:53:20.525698 35186 log_reader.cc:188] T 00000000000000000000000000000000 P a99121c9df5a442c9258ec3bb950ff83: Log segment /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000001 was likely left in-progress after a previous crash. Will try to rebuild footer by scanning data.
W1024 15:53:20.537175 35186 log_util.cc:225] Could not read footer for segment: /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000006: Not found (yb/consensus/log_util.cc:539): Footer not found. Footer magic doesn't match
W1024 15:53:20.537196 35186 log_reader.cc:188] T 00000000000000000000000000000000 P a99121c9df5a442c9258ec3bb950ff83: Log segment /mnt/d0/yb-data/master/wals/table-sys.catalog.uuid/tablet-00000000000000000000000000000000/wal-000000006 was likely left in-progress after a previous crash. Will try to rebuild footer by scanning data.
W1024 15:53:20.586191 35190 catalog_manager.cc:8745] CatalogManager is not yet initialized
W1024 15:53:20.606695 35186 remove_intents_task.cc:57] Remove intents task failed: Aborted (yb/tablet/tablet_peer.cc:1290): Thread pool not ready
W1024 15:53:21.215271 35193 catalog_manager_bg_tasks.cc:132] Catalog manager background task thread going to sleep: Service unavailable (yb/master/scoped_leader_shared_lock.cc:91): Catalog manager is not initialized. State: 1
[...]
W1024 16:04:19.173660 40984 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet 60505c7eb7d74d6c8b2cec3c7d3e8a3b (upgrade_mv_index [id=0000431f00003000800000000000432d]) on TS=fe4713f8f98149fbab9af307182b4646 (task=0x000000000cab68d8, state=kRunning): RunLeaderElection RPC for tablet 60505c7eb7d74d6c8b2cec3c7d3e8a3b on TS fe4713f8f98149fbab9af307182b4646 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet 60505c7eb7d74d6c8b2cec3c7d3e8a3b not RUNNING: BOOTSTRAPPING (tablet server error 12) (raft group state error 0)
W1024 16:04:22.000214 35183 catalog_manager.cc:10037] Expected replicas 3 but found 1 for tablet 4f3e6baa034c4d4c9e41ae7f65b35eab: tablet_id: "4f3e6baa034c4d4c9e41ae7f65b35eab" replicas { ts_info { permanent_uuid: "fe4713f8f98149fbab9af307182b4646" private_rpc_addresses { host: "10.9.128.67" port: 9100 } cloud_info { placement_cloud: "aws" placement_region: "us-west-2" placement_zone: "us-west-2b" } placement_uuid: "d0b4e238-b9cd-4793-b1e5-8252b2a90ddf" capabilities: 2189743739 capabilities: 1427296937 capabilities: 2980225056 } role: LEADER member_type: VOTER } stale: false partition { partition_key_start: "\225S" partition_key_end: "\252\250" } table_id: "f1c4286c213b4ff7a1fb0bffc22509c2" table_ids: "f1c4286c213b4ff7a1fb0bffc22509c2" split_depth: 0 expected_live_replicas: 3 expected_read_replicas: 0 split_parent_tablet_id: "" [suppressed 1 similar messages]
W1024 16:04:22.218209 41021 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet a52790798e384210896d31417b00641b (pg_temp_17189 [id=0000431f00003000800000000000432e]) on TS=c89fcd1a3eed4a048d83507a746c3736 (task=0x000000000c3d9dd8, state=kRunning): RunLeaderElection RPC for tablet a52790798e384210896d31417b00641b on TS c89fcd1a3eed4a048d83507a746c3736 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet a52790798e384210896d31417b00641b not RUNNING: NOT_STARTED (tablet server error 12) (raft group state error 5)
W1024 16:04:22.222407 41022 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet 770160d9225d44918c7d9227552b8ad5 (pg_temp_17189 [id=0000431f00003000800000000000432e]) on TS=fe4713f8f98149fbab9af307182b4646 (task=0x0000000007ab56d8, state=kRunning): RunLeaderElection RPC for tablet 770160d9225d44918c7d9227552b8ad5 on TS fe4713f8f98149fbab9af307182b4646 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet 770160d9225d44918c7d9227552b8ad5 not RUNNING: BOOTSTRAPPING (tablet server error 12) (raft group state error 0)
W1024 16:04:31.768427 40677 env.cc:87] Failed to cleanup /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst: IO error (yb/rocksdb/util/env_posix.cc:238): /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst: No such file or directory
W1024 16:04:31.768445 40677 env.cc:87] Failed to cleanup /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst.sblock.0: IO error (yb/rocksdb/util/env_posix.cc:238): /mnt/d0/yb-data/master/data/rocksdb/table-sys.catalog.uuid/tablet-00000000000000000000000000000000.intents/000020.sst.sblock.0: No such file or directory
W1024 16:05:01.278363 41122 async_rpc_tasks.cc:646] RunLeaderElection RPC for tablet 2bd464b527b94454bb0f863ee02543f0 (idx_arr [id=00004339000030008000000000004340]) on TS=15a5ae821602407489bb04b90fc4dc97 (task=0x000000000e69c1d8, state=kRunning): RunLeaderElection RPC for tablet 2bd464b527b94454bb0f863ee02543f0 on TS 15a5ae821602407489bb04b90fc4dc97 failed: Illegal state (yb/tserver/service_util.cc:253): Tablet 2bd464b527b94454bb0f863ee02543f0 not RUNNING: BOOTSTRAPPING (tablet server error 12) (raft group state error 0)
W1024 16:05:28.379812 35356 catalog_manager.cc:10037] Expected replicas 3 but found 1 for tablet 701e889453b94a17a25c8b921bb9147d: tablet_id: "701e889453b94a17a25c8b921bb9147d" replicas { ts_info { permanent_uuid: "fe4713f8f98149fbab9af307182b4646" private_rpc_addresses { host: "10.9.128.67" port: 9100 } cloud_info { placement_cloud: "aws" placement_region: "us-west-2" placement_zone: "us-west-2b" } placement_uuid: "d0b4e238-b9cd-4793-b1e5-8252b2a90ddf" capabilities: 2189743739 capabilities: 1427296937 capabilities: 2980225056 } role: LEADER member_type: VOTER } stale: false partition { partition_key_start: "j\251" partition_key_end: "\177\376" } table_id: "f1c4286c213b4ff7a1fb0bffc22509c2" table_ids: "f1c4286c213b4ff7a1fb0bffc22509c2" split_depth: 0 expected_live_replicas: 3 expected_read_replicas: 0 split_parent_tablet_id: ""
W1024 16:06:32.396144 35208 consensus_peers.cc:543] T 00000000000000000000000000000000 P a99121c9df5a442c9258ec3bb950ff83 -> Peer aa11ef40a1104d74a723c893393abfcf ([host: "10.9.128.67" port: 7100], []): Couldn't send request. Status: Network error (yb/util/net/socket.cc:540): recvmsg error: Connection refused (system error 111). Retrying in the next heartbeat period. Already tried 1 times. State: 2
```
Tserver logs:
```
E1024 15:41:53.653281 25376 tablet_service.cc:1098] UpdateTransaction missing propagated hybrid time for APPLYING
E1024 15:41:53.908589 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562568290304, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.909286 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562571161600, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.910019 25334 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562574221312, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.910676 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562576969728, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.911264 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562579431424, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.911878 25334 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562581913600, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.912495 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562584383488, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.913129 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562586963968, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.913708 25334 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562589437952, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.914289 25331 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562591846400, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
E1024 15:41:53.914884 25376 transaction_status_resolver.cc:171] T 27a3a7da0f6541898fb21b52847ae769 P fe4713f8f98149fbab9af307182b4646: Bad response size, expected 1 entries, but found: status: COMMITTED status_hybrid_time: 6826500541206220800 propagated_hybrid_time: 6826500562594242560, queue: [{308aaa664a9d4a6fae6a98eb157b5633, [273caee9-0766-4c8c-8fbb-5f77354336fe]}]
```
Full logs: https://drive.google.com/file/d/1qsHnCa9o-NKVH_L3_vcKnqIh9qc-YPdh/view?usp=sharing | non_defect | master unreachable after upgrade chain jira link description noticed in itest system testupgradechain aws odd upgrade start user login success refresh yb version success setup provider success updating health check interval to sec success create universe dfel success start sample workloads success upgrade software to success executing yb admin upgrade ysql success upgrade software to success executing yb admin upgrade ysql success upgrade software to integration test failed wait for task failed task with errors in failed to execute task sleepaftermasterrestartmillis sleepaftertserverrestartmillis nodeexporteruser prometheus universeuuid enableybc false installybc false ybcinstalled false encryptionatrestconfig encryptionatrestenabled false optype undefined type data key communicationports masterhttpport masterrpcport tserverhttpport tserverrpcport ybcontrollerhttpport ybcontrollerrrpcport rediss hit error waitforserver yb itest dfel type master did not respond in the set time saved server log files and keys at share jenkins workspace itest system developer logs testupgradechain aws odd upgrade success saved server log files and keys at share jenkins workspace itest system developer logs testupgradechain aws odd upgrade success saved server log files and keys at share jenkins workspace itest system developer logs testupgradechain aws odd upgrade hit error before destroying universe dfel cat home yugabyte master version metadata json returned error code destroy universe success testupgradechain aws odd upgrade end based on the master logs something seems strange catalog manager cc failed to get current config illegal state yb master catalog manager cc node peer not initialized catalog manager cc failed to get current config illegal state yb master catalog manager cc node peer not initialized log util cc could not read footer for segment mnt yb data master wals table sys catalog uuid tablet wal not found yb consensus log util cc footer not found footer magic doesn t match log reader cc t p log segment mnt yb data master wals table sys catalog uuid tablet wal was likely left in progress after a previous crash will try to rebuild footer by scanning data log util cc could not read footer for segment mnt yb data master wals table sys catalog uuid tablet wal not found yb consensus log util cc footer not found footer magic doesn t match log reader cc t p log segment mnt yb data master wals table sys catalog uuid tablet wal was likely left in progress after a previous crash will try to rebuild footer by scanning data catalog manager cc catalogmanager is not yet initialized remove intents task cc remove intents task failed aborted yb tablet tablet peer cc thread pool not ready catalog manager bg tasks cc catalog manager background task thread going to sleep service unavailable yb master scoped leader shared lock cc catalog manager is not initialized state async rpc tasks cc runleaderelection rpc for tablet upgrade mv index on ts task state krunning runleaderelection rpc for tablet on ts failed illegal state yb tserver service util cc tablet not running bootstrapping tablet server error raft group state error catalog manager cc expected replicas but found for tablet tablet id replicas ts info permanent uuid private rpc addresses host port cloud info placement cloud aws placement region us west placement zone us west placement uuid capabilities capabilities capabilities role leader member type voter stale false partition partition key start partition key end table id table ids split depth expected live replicas expected read replicas split parent tablet id async rpc tasks cc runleaderelection rpc for tablet pg temp on ts task state krunning runleaderelection rpc for tablet on ts failed illegal state yb tserver service util cc tablet not running not started tablet server error raft group state error async rpc tasks cc runleaderelection rpc for tablet pg temp on ts task state krunning runleaderelection rpc for tablet on ts failed illegal state yb tserver service util cc tablet not running bootstrapping tablet server error raft group state error env cc failed to cleanup mnt yb data master data rocksdb table sys catalog uuid tablet intents sst io error yb rocksdb util env posix cc mnt yb data master data rocksdb table sys catalog uuid tablet intents sst no such file or directory env cc failed to cleanup mnt yb data master data rocksdb table sys catalog uuid tablet intents sst sblock io error yb rocksdb util env posix cc mnt yb data master data rocksdb table sys catalog uuid tablet intents sst sblock no such file or directory async rpc tasks cc runleaderelection rpc for tablet idx arr on ts task state krunning runleaderelection rpc for tablet on ts failed illegal state yb tserver service util cc tablet not running bootstrapping tablet server error raft group state error catalog manager cc expected replicas but found for tablet tablet id replicas ts info permanent uuid private rpc addresses host port cloud info placement cloud aws placement region us west placement zone us west placement uuid capabilities capabilities capabilities role leader member type voter stale false partition partition key start j partition key end table id table ids split depth expected live replicas expected read replicas split parent tablet id consensus peers cc t p peer couldn t send request status network error yb util net socket cc recvmsg error connection refused system error retrying in the next heartbeat period already tried times state tserver logs tablet service cc updatetransaction missing propagated hybrid time for applying transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue transaction status resolver cc t p bad response size expected entries but found status committed status hybrid time propagated hybrid time queue full logs | 0 |
70,709 | 9,438,175,241 | IssuesEvent | 2019-04-13 21:05:14 | fga-eps-mds/2019.1-PretEvent | https://api.github.com/repos/fga-eps-mds/2019.1-PretEvent | closed | [BUG] - Sumário do Documento de Visão está apresentando problemas | 0 - Product Owner 1 - Technical Viability 2 - Documentation | **Descrição do bug:**
O sumário do documento de visão está quebrado.
**Passos para reprodução:**
1. Vá até [pages-pretevent](https://fga-eps-mds.github.io/2019.1-PretEvent).
2. Clique em Documento de Visão.
4. Veja o erro no sumário.
**Comportamento esperado:**
Deve haver um sumário usando bullet points.
| 1.0 | [BUG] - Sumário do Documento de Visão está apresentando problemas - **Descrição do bug:**
O sumário do documento de visão está quebrado.
**Passos para reprodução:**
1. Vá até [pages-pretevent](https://fga-eps-mds.github.io/2019.1-PretEvent).
2. Clique em Documento de Visão.
4. Veja o erro no sumário.
**Comportamento esperado:**
Deve haver um sumário usando bullet points.
| non_defect | sumário do documento de visão está apresentando problemas descrição do bug o sumário do documento de visão está quebrado passos para reprodução vá até clique em documento de visão veja o erro no sumário comportamento esperado deve haver um sumário usando bullet points | 0 |
51,831 | 13,211,320,936 | IssuesEvent | 2020-08-15 22:17:39 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [wimpsim-reader] documentation missing (Trac #1142) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1142">https://code.icecube.wisc.edu/projects/icecube/ticket/1142</a>, reported by hdembinskiand owned by marcel.zoll@fysik.su.se</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-08-18T08:55:43",
"_ts": "1439888143872890",
"description": "wimpsim-reader does not show any sphinx documentation, see\nhttp://software.icecube.wisc.edu/simulation_trunk/projects/wimpsim-reader/index.html\n\nlooking into resources/docs/index.dox, it seems that the module is extensively documented there, so i suggest to move the content from resources/docs/index.dox to .rst format.\n\nApart from this technical aspect, the documentation looks pretty solid :)",
"reporter": "hdembinski",
"cc": "",
"resolution": "fixed",
"time": "2015-08-17T22:00:54",
"component": "combo simulation",
"summary": "[wimpsim-reader] documentation missing",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "marcel.zoll@fysik.su.se",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [wimpsim-reader] documentation missing (Trac #1142) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1142">https://code.icecube.wisc.edu/projects/icecube/ticket/1142</a>, reported by hdembinskiand owned by marcel.zoll@fysik.su.se</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-08-18T08:55:43",
"_ts": "1439888143872890",
"description": "wimpsim-reader does not show any sphinx documentation, see\nhttp://software.icecube.wisc.edu/simulation_trunk/projects/wimpsim-reader/index.html\n\nlooking into resources/docs/index.dox, it seems that the module is extensively documented there, so i suggest to move the content from resources/docs/index.dox to .rst format.\n\nApart from this technical aspect, the documentation looks pretty solid :)",
"reporter": "hdembinski",
"cc": "",
"resolution": "fixed",
"time": "2015-08-17T22:00:54",
"component": "combo simulation",
"summary": "[wimpsim-reader] documentation missing",
"priority": "blocker",
"keywords": "",
"milestone": "",
"owner": "marcel.zoll@fysik.su.se",
"type": "defect"
}
```
</p>
</details>
| defect | documentation missing trac migrated from json status closed changetime ts description wimpsim reader does not show any sphinx documentation see n into resources docs index dox it seems that the module is extensively documented there so i suggest to move the content from resources docs index dox to rst format n napart from this technical aspect the documentation looks pretty solid reporter hdembinski cc resolution fixed time component combo simulation summary documentation missing priority blocker keywords milestone owner marcel zoll fysik su se type defect | 1 |
50,856 | 13,187,905,578 | IssuesEvent | 2020-08-13 04:59:32 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [genie-icetray] tests taking 1000+ minutes to run (Trac #1536) | Migrated from Trac combo simulation defect | The test process automatically quits after 1200 seconds w/o output. Tests should only take a few 10s of seconds at most.
```text
9088 ? R 983:28 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
15646 ? R 914:11 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
27741 ? R 299:10 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
30551 ? R 1056:17 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1536">https://code.icecube.wisc.edu/ticket/1536</a>, reported by nega and owned by melanie.day</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "The test process automatically quits after 1200 seconds w/o output. Tests should only take a few 10s of seconds at most.\n\n{{{\n 9088 ? R 983:28 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n15646 ? R 914:11 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n27741 ? R 299:10 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n30551 ? R 1056:17 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n}}}",
"reporter": "nega",
"cc": "kclark",
"resolution": "duplicate",
"_ts": "1550067215093672",
"component": "combo simulation",
"summary": "[genie-icetray] tests taking 1000+ minutes to run",
"priority": "normal",
"keywords": "",
"time": "2016-01-29T21:16:50",
"milestone": "",
"owner": "melanie.day",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [genie-icetray] tests taking 1000+ minutes to run (Trac #1536) - The test process automatically quits after 1200 seconds w/o output. Tests should only take a few 10s of seconds at most.
```text
9088 ? R 983:28 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
15646 ? R 914:11 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
27741 ? R 299:10 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
30551 ? R 1056:17 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1536">https://code.icecube.wisc.edu/ticket/1536</a>, reported by nega and owned by melanie.day</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "The test process automatically quits after 1200 seconds w/o output. Tests should only take a few 10s of seconds at most.\n\n{{{\n 9088 ? R 983:28 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n15646 ? R 914:11 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n27741 ? R 299:10 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n30551 ? R 1056:17 python /build/buildslave/morax_cvmfs/Scientific_Linux_6__cvmfs_/source/genie-icetray/resources/test/GENIETest.py\n}}}",
"reporter": "nega",
"cc": "kclark",
"resolution": "duplicate",
"_ts": "1550067215093672",
"component": "combo simulation",
"summary": "[genie-icetray] tests taking 1000+ minutes to run",
"priority": "normal",
"keywords": "",
"time": "2016-01-29T21:16:50",
"milestone": "",
"owner": "melanie.day",
"type": "defect"
}
```
</p>
</details>
| defect | tests taking minutes to run trac the test process automatically quits after seconds w o output tests should only take a few of seconds at most text r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py migrated from json status closed changetime description the test process automatically quits after seconds w o output tests should only take a few of seconds at most n n n r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py r python build buildslave morax cvmfs scientific linux cvmfs source genie icetray resources test genietest py n reporter nega cc kclark resolution duplicate ts component combo simulation summary tests taking minutes to run priority normal keywords time milestone owner melanie day type defect | 1 |
631,857 | 20,162,129,279 | IssuesEvent | 2022-02-09 22:45:27 | ooni/probe | https://api.github.com/repos/ooni/probe | closed | ooapi: renable tests we currently skip | wontfix priority/low ooni/probe-engine | I am about to disable always-failing tests, which require fixes in ooni/backend to work. As long as we don't use the ooapi for speaking with out backend, it's fine to keep these tests disabled. Currently, they are just annoying noise. | 1.0 | ooapi: renable tests we currently skip - I am about to disable always-failing tests, which require fixes in ooni/backend to work. As long as we don't use the ooapi for speaking with out backend, it's fine to keep these tests disabled. Currently, they are just annoying noise. | non_defect | ooapi renable tests we currently skip i am about to disable always failing tests which require fixes in ooni backend to work as long as we don t use the ooapi for speaking with out backend it s fine to keep these tests disabled currently they are just annoying noise | 0 |
146,536 | 19,406,155,238 | IssuesEvent | 2021-12-20 01:11:26 | phytomichael/KSA | https://api.github.com/repos/phytomichael/KSA | opened | CVE-2021-4104 (High) detected in log4j-1.2.16.jar | security vulnerability | ## CVE-2021-4104 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.16.jar</b></p></summary>
<p>Apache Log4j 1.2</p>
<p>Path to dependency file: KSA/ksa/ksa/ksa-web-root/ksa-system-web/pom.xml</p>
<p>Path to vulnerable library: 2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,/ksa/ksa-web-root/ksa-web/target/ROOT/WEB-INF/lib/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,KSA/ksa/ksa/ksa-web-root/ksa-web/target/ROOT/WEB-INF/lib/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar</p>
<p>
Dependency Hierarchy:
- :x: **log4j-1.2.16.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration. The attacker can provide TopicBindingName and TopicConnectionFactoryBindingName configurations causing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228. Note this issue only affects Log4j 1.2 when specifically configured to use JMSAppender, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.
<p>Publish Date: 2021-12-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104>CVE-2021-4104</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.16","packageFilePaths":["/ksa/ksa/ksa-web-root/ksa-system-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-logistics-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-finance-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-security-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-security-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-statistics-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-bd-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-system-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-statistics-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-bd-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-finance-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-logistics-web/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"log4j:log4j:1.2.16","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-4104","vulnerabilityDetails":"JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration. The attacker can provide TopicBindingName and TopicConnectionFactoryBindingName configurations causing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228. Note this issue only affects Log4j 1.2 when specifically configured to use JMSAppender, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2021-4104 (High) detected in log4j-1.2.16.jar - ## CVE-2021-4104 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.16.jar</b></p></summary>
<p>Apache Log4j 1.2</p>
<p>Path to dependency file: KSA/ksa/ksa/ksa-web-root/ksa-system-web/pom.xml</p>
<p>Path to vulnerable library: 2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,/ksa/ksa-web-root/ksa-web/target/ROOT/WEB-INF/lib/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,KSA/ksa/ksa/ksa-web-root/ksa-web/target/ROOT/WEB-INF/lib/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar,2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar</p>
<p>
Dependency Hierarchy:
- :x: **log4j-1.2.16.jar** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration. The attacker can provide TopicBindingName and TopicConnectionFactoryBindingName configurations causing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228. Note this issue only affects Log4j 1.2 when specifically configured to use JMSAppender, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.
<p>Publish Date: 2021-12-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104>CVE-2021-4104</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.16","packageFilePaths":["/ksa/ksa/ksa-web-root/ksa-system-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-logistics-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-finance-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-security-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-security-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-statistics-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-bd-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-system-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-statistics-web/pom.xml","/KSA/ksa/ksa/ksa-web-root/ksa-bd-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-finance-web/pom.xml","/ksa/ksa/ksa-web-root/ksa-logistics-web/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"log4j:log4j:1.2.16","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2021-4104","vulnerabilityDetails":"JMSAppender in Log4j 1.2 is vulnerable to deserialization of untrusted data when the attacker has write access to the Log4j configuration. The attacker can provide TopicBindingName and TopicConnectionFactoryBindingName configurations causing JMSAppender to perform JNDI requests that result in remote code execution in a similar fashion to CVE-2021-44228. Note this issue only affects Log4j 1.2 when specifically configured to use JMSAppender, which is not the default. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-4104","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in jar cve high severity vulnerability vulnerable library jar apache path to dependency file ksa ksa ksa ksa web root ksa system web pom xml path to vulnerable library repository jar repository jar repository jar repository jar repository jar ksa ksa web root ksa web target root web inf lib jar repository jar repository jar repository jar ksa ksa ksa ksa web root ksa web target root web inf lib jar repository jar repository jar repository jar repository jar repository jar repository jar dependency hierarchy x jar vulnerable library vulnerability details jmsappender in is vulnerable to deserialization of untrusted data when the attacker has write access to the configuration the attacker can provide topicbindingname and topicconnectionfactorybindingname configurations causing jmsappender to perform jndi requests that result in remote code execution in a similar fashion to cve note this issue only affects when specifically configured to use jmsappender which is not the default apache reached end of life in august users should upgrade to as it addresses numerous other issues from the previous versions publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree isminimumfixversionavailable false isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails jmsappender in is vulnerable to deserialization of untrusted data when the attacker has write access to the configuration the attacker can provide topicbindingname and topicconnectionfactorybindingname configurations causing jmsappender to perform jndi requests that result in remote code execution in a similar fashion to cve note this issue only affects when specifically configured to use jmsappender which is not the default apache reached end of life in august users should upgrade to as it addresses numerous other issues from the previous versions vulnerabilityurl | 0 |
7,378 | 6,877,508,055 | IssuesEvent | 2017-11-20 08:20:03 | wso2/carbon-uuf | https://api.github.com/repos/wso2/carbon-uuf | closed | Improve 'sendToClient' server-side JS function to output strictly JSON | Security | Ether we load it as separate json file with json content type
OR
We encode it and using HTML encoding and parse using JSON.parse
This will enhance the security of SendToClient
see https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.233.1_-_HTML_escape_JSON_values_in_an_HTML_context_and_read_the_data_with_JSON.parse | True | Improve 'sendToClient' server-side JS function to output strictly JSON - Ether we load it as separate json file with json content type
OR
We encode it and using HTML encoding and parse using JSON.parse
This will enhance the security of SendToClient
see https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.233.1_-_HTML_escape_JSON_values_in_an_HTML_context_and_read_the_data_with_JSON.parse | non_defect | improve sendtoclient server side js function to output strictly json ether we load it as separate json file with json content type or we encode it and using html encoding and parse using json parse this will enhance the security of sendtoclient see | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.